去除食谱生成的时间限制,小程序获取案例接口

This commit is contained in:
xiezhijun
2021-03-18 18:48:28 +08:00
parent f58668f01c
commit 9cc0ad82cd
4 changed files with 10 additions and 3 deletions

View File

@ -36,6 +36,9 @@ public class SysCustomerCase extends BaseEntity
@Excel(name = "所属客户")
private String customerName;
//是否显示到微信小程序
private Integer wxShow;
/** 删除标识 0未删除 1已删除默认0 */
private Long delFlag;