案例管理优化

This commit is contained in:
xiezhijun
2021-03-09 18:25:13 +08:00
parent 4b58e1b6bc
commit addf0fc000
6 changed files with 58 additions and 9 deletions

View File

@ -28,6 +28,8 @@ public class SysCustomerCase extends BaseEntity
@Excel(name = "关键词")
private String keyword;
private String[] keywordArray;
/** 案例所属客户ID */
private Long customerId;