xiaoyi
4 天以前 319f1ff78c96c770c66dd9a77beed3fdba284122
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;