From 97308f260dd885a7d7f3f409c111d10dc2a266a8 Mon Sep 17 00:00:00 2001 From: toly <1981462002@qq.com> Date: Tue, 21 Apr 2020 21:11:29 +0800 Subject: [PATCH] :pencil: Initial commit. --- lib/model/category_model.dart | 2 +- lib/storage/po/category_po.dart | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/model/category_model.dart b/lib/model/category_model.dart index b292d08..5e0861a 100644 --- a/lib/model/category_model.dart +++ b/lib/model/category_model.dart @@ -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; diff --git a/lib/storage/po/category_po.dart b/lib/storage/po/category_po.dart index bf929cf..6901ea6 100644 --- a/lib/storage/po/category_po.dart +++ b/lib/storage/po/category_po.dart @@ -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,