src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -23,6 +23,11 @@ private Long createUser; /** * true:去掉剩余库存为0 */ private Boolean flag; /** * 入库类型 1-采购 2-生产 */ private Integer type; @@ -54,7 +59,7 @@ @Excel(name = "客户名称") private String customerName; private String salesLedgerProductId; private Long salesLedgerProductId; /** * 出入库数量 @@ -120,6 +125,11 @@ */ @Excel(name = "产品大类") private String productCategory; /** * 产品id */ @Excel(name = "产品id") private Long productId; /** * 规格型号 @@ -187,4 +197,6 @@ @DateTimeFormat(pattern = "yyyy-MM-dd") private LocalDate endDate; private Long productModelId; }