!205 完善客户档案

Merge pull request !205 from 德仔/develop
This commit is contained in:
德仔
2021-04-15 15:35:57 +08:00
committed by Gitee
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;
}