| | |
| | | private String salesContractNo; |
| | | private String customerContractNo; |
| | | private String projectName; |
| | | // @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private String entryDate; |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date entryDate; |
| | | |
| | | private String entryDateStart; |
| | | private String entryDateEnd; |
| | | |
| | | |
| | | private String salesman; |
| | | private Long customerId; |
| | | private String customerName; |
| | |
| | | private List<String> tempFileIds; |
| | | private List<CommonFile> SalesLedgerFiles; |
| | | |
| | | private Integer Type; |
| | | private Integer type; |
| | | @ApiModelProperty(value = "签订日期") |
| | | private LocalDate executionDate; |
| | | |