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; }