修改样式,修改逻辑
This commit is contained in:
@ -29,7 +29,11 @@ public class SysRecipesPlan extends BaseEntity
|
||||
private Long cusId;
|
||||
|
||||
//客户ID
|
||||
private Long customerId;
|
||||
// private Long customerId;
|
||||
|
||||
private Integer startNumDay;
|
||||
|
||||
private Integer endNumDay;
|
||||
|
||||
//非持久化字段,客户姓名
|
||||
@Excel(name = "客户姓名")
|
||||
|
Reference in New Issue
Block a user