liu
10 天以前 06c312e584b99df613728d5ea8b32df4e156f3cc
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachinerySaveReqVO.java
@@ -49,4 +49,13 @@
    @Schema(description = "备注", example = "备注")
    private String remark;
    @Schema(description = "生产效率(每小时)", example = "10.5")
    private java.math.BigDecimal productionEfficiency;
    @Schema(description = "传送履带(2=双倍效率)", example = "2")
    private Integer conveyorBelt;
    @Schema(description = "工作站编号", example = "300")
    private Long workstationId;
    }