新增食材管理
This commit is contained in:
@ -826,10 +826,6 @@ create table sys_ingredient(
|
||||
protein_ratio decimal(10,3) comment '蛋白质比例',
|
||||
fat_ratio decimal(10,3) comment '脂肪比例',
|
||||
carbon_ratio decimal(10,3) comment '碳水比例',
|
||||
protein_mass_ratio decimal(10,3) comment '蛋白质质量比',
|
||||
fat_mass decimal(10,3) comment '脂肪质量',
|
||||
carbon_mass decimal(10,3) comment '碳水质量',
|
||||
heat decimal(10,3) comment '热量',
|
||||
remark varchar(500) comment '备注',
|
||||
area varchar(20) comment '地域',
|
||||
not_rec varchar(500) comment '忌口',
|
||||
|
Reference in New Issue
Block a user