修改样式,修改逻辑

This commit is contained in:
huangdeliang
2021-02-24 18:20:45 +08:00
parent 13727e8d39
commit 31088215b5
23 changed files with 423 additions and 216 deletions

View File

@ -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 = "客户姓名")