src/main/java/com/ruoyi/production/dto/ProductionProductMainDto.java
@@ -41,6 +41,9 @@ @Excel(name = "产品规格型号") private String productModelName; @Excel(name = "UID码") private String uidNo; //单位 @Excel(name = "单位") private String unit; @@ -64,4 +67,9 @@ private BigDecimal totalInvestment; private BigDecimal inspectedQuantity; // 其他数据 private String otherData; // 工序id private Long processId; }