From ae7f04be9321ddbe17c46fae8ab05d34e7493f9f Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期三, 19 二月 2025 13:40:06 +0800 Subject: [PATCH] 管理后台bug修改 --- medicalWaste-system/src/main/java/com/sinata/system/domain/dto/MwMicroEquipmentDTO.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/medicalWaste-system/src/main/java/com/sinata/system/domain/dto/MwMicroEquipmentDTO.java b/medicalWaste-system/src/main/java/com/sinata/system/domain/dto/MwMicroEquipmentDTO.java index 985aa05..dd1e247 100644 --- a/medicalWaste-system/src/main/java/com/sinata/system/domain/dto/MwMicroEquipmentDTO.java +++ b/medicalWaste-system/src/main/java/com/sinata/system/domain/dto/MwMicroEquipmentDTO.java @@ -16,7 +16,6 @@ public class MwMicroEquipmentDTO { @ApiModelProperty(value = "小型微波设备id", notes = "新增不传,编辑必传") - @NotNull(message = "设备id不能为空") private Long id; @ApiModelProperty("区域id(医院)") @@ -37,4 +36,9 @@ @ApiModelProperty("备注") private String remark; + + @ApiModelProperty("层级关系") + @NotBlank(message = "层级关系不能为空") + private String relation; + } -- Gitblit v1.7.1