| | |
| | | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @Schema(description = "生效日期") |
| | | private String effectiveDate; |
| | | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @Schema(description = "到期日期") |
| | | private String expirationDate; |
| | | |
| | |
| | | @Schema(description = "执行周期 1/周 2/月 3/季度 4/半年 5/年") |
| | | private String execFrequency; |
| | | |
| | | @Schema(description = "执行次数") |
| | | private Integer execTimes; |
| | | // @Schema(description = "执行次数") |
| | | // private Integer execTimes; |
| | | |
| | | @Schema(description = "执行日期后多少天生成应收") |
| | | private Integer execDay; |