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