yuan
2 天以前 6f0df10fdd0e55e5ed3e31b1720efd25e2bf02fb
src/main/java/com/ruoyi/purchase/dto/PurchaseLedgerDto.java
@@ -88,7 +88,7 @@
    /**
     * 录入日期
     */
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "录入日期", width = 30, dateFormat = "yyyy-MM-dd")
    private Date entryDate;
@@ -132,9 +132,6 @@
    private Integer Type;
    private List<SalesLedgerProduct> productData;
    @Schema(description = "批量处理采购台账ID列表")
    private List<Long> ids;
    private List<String> tempFileIds;