📝 Initial commit.

This commit is contained in:
toly
2020-04-21 21:11:29 +08:00
parent b139de5df3
commit 97308f260d
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import 'package:intl/intl.dart';
/// create by 张风捷特烈 on 2020-04-21
/// contact me by email 1981462002@qq.com
/// 说明:
/// 说明: 收藏夹展示数据模型
class CategoryModel extends Equatable{
final int id;

View File

@@ -2,9 +2,9 @@ import 'package:equatable/equatable.dart';
/// create by 张风捷特烈 on 2020-04-17
/// contact me by email 1981462002@qq.com
/// 说明:
/// 说明: 收藏夹数据库-数据模型
// static const String sql_create_collect = """
// """
// CREATE TABLE IF NOT EXISTS category(
// id INTEGER PRIMARY KEY AUTOINCREMENT,
// name VARCHAR(64) NOT NULL,