|
@ -28,7 +28,6 @@ public class IcEpidemicSpecialAttentionDTO implements Serializable { |
|
|
/** |
|
|
/** |
|
|
* ID |
|
|
* ID |
|
|
*/ |
|
|
*/ |
|
|
@NotBlank(message = "id不能为空",groups = {IcEpidemicSpecialAttentionUpdate.class}) |
|
|
|
|
|
private String id; |
|
|
private String id; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
@ -64,7 +63,7 @@ public class IcEpidemicSpecialAttentionDTO implements Serializable { |
|
|
/** |
|
|
/** |
|
|
* 隔离类型,来自字典表 |
|
|
* 隔离类型,来自字典表 |
|
|
*/ |
|
|
*/ |
|
|
// @NotBlank(message = "isolatedState不能为空",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class})
|
|
|
// @NotBlank(message = "isolatedState不能为空",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class})
|
|
|
private String isolatedState; |
|
|
private String isolatedState; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|