更新登录对接
This commit is contained in:
@@ -7,7 +7,8 @@ part 'person_controller.g.dart'; // 由json_serializable自动生成的部分
|
||||
class PersonModel {
|
||||
int read = 1;
|
||||
|
||||
DateTime? birthday;//是否不再提示教程 0 不再提示 1 需要提示
|
||||
DateTime? birthday;
|
||||
double? weight;
|
||||
|
||||
PersonModel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user