Skip to content

Commit 97308f2

Browse files
committed
📝 Initial commit.
1 parent b139de5 commit 97308f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/model/category_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:intl/intl.dart';
66

77
/// create by 张风捷特烈 on 2020-04-21
88
/// contact me by email [email protected]
9-
/// 说明:
9+
/// 说明: 收藏夹展示数据模型
1010
1111
class CategoryModel extends Equatable{
1212
final int id;

lib/storage/po/category_po.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import 'package:equatable/equatable.dart';
22

33
/// create by 张风捷特烈 on 2020-04-17
44
/// contact me by email [email protected]
5-
/// 说明:
5+
/// 说明: 收藏夹数据库-数据模型
66
7-
// static const String sql_create_collect = """
7+
// """
88
// CREATE TABLE IF NOT EXISTS category(
99
// id INTEGER PRIMARY KEY AUTOINCREMENT,
1010
// name VARCHAR(64) NOT NULL,

0 commit comments

Comments
 (0)