buhuazhen
5 天以前 39e0b35d9e6d4c54d4b9b773f2370cd0e94e54aa
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -54,7 +54,7 @@
    @Excel(name = "客户名称")
    private String customerName;
    private String salesLedgerProductId;
    private Long salesLedgerProductId;
    /**
     * 出入库数量
@@ -120,6 +120,11 @@
     */
    @Excel(name = "产品大类")
    private String productCategory;
     /**
     * 产品id
     */
    @Excel(name = "产品id")
    private Long productId;
    /**
     * 规格型号
@@ -187,4 +192,6 @@
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    private LocalDate endDate;
    private Long productModelId;
}