This commit is contained in:
xiezhijun
2021-04-20 18:18:48 +08:00
15 changed files with 397 additions and 225 deletions

View File

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

View File

@ -134,6 +134,8 @@ public class SysOrder extends BaseEntity {
@Excel(name = "账号")
private String account;
private String[] accRange;
/**
* 策划
*/