yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/dv/machinery/vo/MesDvMachinerySaveReqVO.java
@@ -18,6 +18,9 @@ @NotEmpty(message = "设备编码不能为空") private String code; @Schema(description = "数采设备ID(外部数采 tbDeviceId)", example = "tb_001") private String tbDeviceId; @Schema(description = "设备名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "CNC 加工中心") @NotEmpty(message = "设备名称不能为空") private String name; @@ -58,4 +61,7 @@ @Schema(description = "工作站编号", example = "300") private Long workstationId; @Schema(description = "对应物料编号(由系统在创建设备时自动生成,无需前端传入)", example = "1000") private Long itemId; }