新增1天体验

This commit is contained in:
huangdeliang
2021-03-11 18:36:34 +08:00
parent c166c1e29c
commit c959692e9a
10 changed files with 196 additions and 47 deletions

View File

@ -39,6 +39,8 @@ public class SysCustomer extends BaseEntity
@Excel(name = "进粉日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date fansTime;
private Integer fansChannel;
/** 邮箱 */
@Excel(name = "邮箱")
private String email;