食材添加信息

This commit is contained in:
huangdeliang
2021-03-16 20:09:28 +08:00
parent 03eb2508b6
commit 1b5a4f3777
7 changed files with 187 additions and 64 deletions

View File

@ -17,11 +17,11 @@ public class SysIngredentFile {
Integer delFlag;
Long createBy;
String createBy;
Date createTime;
Long updateBy;
String updateBy;
Date updateTime;
}

View File

@ -6,6 +6,7 @@ import lombok.Data;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
/**
* 食材对象 sys_ingredient
@ -110,4 +111,6 @@ public class SysIngredient {
*/
private String info;
private List<SysIngredentFile> imgList;
}