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