客户案例修改

This commit is contained in:
xiezhijun
2021-03-19 16:02:12 +08:00
parent 88f6b8e955
commit 8c3eb7ab9c
10 changed files with 185 additions and 27 deletions

View File

@ -20,6 +20,8 @@ public class SysCustomerCase extends BaseEntity
/** $column.columnComment */
private Long id;
private Long[] ids;
/** 案例名称 */
@Excel(name = "案例名称")
private String name;
@ -37,7 +39,7 @@ public class SysCustomerCase extends BaseEntity
private String customerName;
//是否显示到微信小程序
private Integer wxShow;
private Boolean wxShow;
/** 删除标识 0未删除 1已删除默认0 */
private Long delFlag;