新增食材管理

This commit is contained in:
huangdeliang
2020-12-15 21:11:45 +08:00
parent a3fc7d7da7
commit 27bf41b006
11 changed files with 1123 additions and 6 deletions

View File

@ -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 '忌口',