3 天以前 b852254d90e7d1955db31db154193ec8ee84d8b3
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachinerySaveReqVO.java
@@ -61,4 +61,7 @@
    @Schema(description = "工作站编号", example = "300")
    private Long workstationId;
    @Schema(description = "对应物料编号(由系统在创建设备时自动生成,无需前端传入)", example = "1000")
    private Long itemId;
    }