forked from lxm_flutter/FlutterUnit
📝 Initial commit.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user