完善客户档案

This commit is contained in:
huangdeliang
2021-04-15 15:34:40 +08:00
parent 5fe3c85e1d
commit fe7c44d173
5 changed files with 77 additions and 15 deletions

View File

@ -97,4 +97,9 @@ public class SysCustomer extends BaseEntity
/** 体征数据,非持久化字段 */
private SysCustomerPhysicalSigns sign;
@Excel(name = "进粉渠道")
private Long channelId;
private String[] channels;
}