|
|
|
@ -12,6 +12,9 @@ public class CriticalComponentSaveReqVO {
|
|
|
|
@Schema(description = "主键ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "14503")
|
|
|
|
@Schema(description = "主键ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "14503")
|
|
|
|
private Long id;
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "设备图片")
|
|
|
|
|
|
|
|
private String images;
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "编码(唯一标识)", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
|
@Schema(description = "编码(唯一标识)", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
|
// @NotEmpty(message = "编码(唯一标识)不能为空")
|
|
|
|
// @NotEmpty(message = "编码(唯一标识)不能为空")
|
|
|
|
private String code;
|
|
|
|
private String code;
|
|
|
|
|