Merge branch 'master' of https://gitee.com/darlk/ShengTangManage into xzj
This commit is contained in:
@ -97,4 +97,9 @@ public class SysCustomer extends BaseEntity
|
||||
/** 体征数据,非持久化字段 */
|
||||
private SysCustomerPhysicalSigns sign;
|
||||
|
||||
@Excel(name = "进粉渠道")
|
||||
private Long channelId;
|
||||
|
||||
private String[] channels;
|
||||
|
||||
}
|
@ -134,6 +134,8 @@ public class SysOrder extends BaseEntity {
|
||||
@Excel(name = "账号")
|
||||
private String account;
|
||||
|
||||
private String[] accRange;
|
||||
|
||||
/**
|
||||
* 策划
|
||||
*/
|
||||
|
Reference in New Issue
Block a user