liu
3 天以前 19ea21b1994e6e86c5d46120dcb0ff0e7c49d291
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;
    }