Skip to content

Commit

Permalink
更新Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
陈浪 committed May 26, 2020
1 parent 5e5c8d8 commit dc7be23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZxyTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Father类:
如何新建ZxyTable对象?

ZxyLibrary zxyLibrary = new AppLibrary(this, "sqlite_library", 1);
SQLiteDatabase sqLiteDatabase = appLibrary.getWriteDataBase();
SQLiteDatabase sqLiteDatabase = zxyLibrary.getWriteDataBase();
StudentTable studentTable = new StudentTable(sqLiteDatabase, Student.class,MyAutoDesignOperate.class);

## 3.1 创建表
Expand Down

0 comments on commit dc7be23

Please sign in to comment.