gongchunyi
9 天以前 6f0d0d7fbdc99fe85f419f54601430d578041b99
src/main/java/com/ruoyi/sales/dto/SalesLedgerDto.java
@@ -17,8 +17,13 @@
    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;
@@ -41,7 +46,7 @@
    private List<String> tempFileIds;
    private List<CommonFile> SalesLedgerFiles;
    private Integer Type;
    private Integer type;
    @ApiModelProperty(value = "签订日期")
    private LocalDate executionDate;