huminmin
10 天以前 23735b6e060d48f333d9ad91796c2cb6a42a1d9e
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachineryImportExcelVO.java
@@ -43,4 +43,13 @@
    @ExcelProperty("备注")
    private String remark;
    @ExcelProperty("生产效率(每小时)")
    private java.math.BigDecimal productionEfficiency;
    @ExcelProperty("传送履带")
    private Integer conveyorBelt;
    @ExcelProperty("工作站编码")
    private String workstationCode;
}