|
@ -83,13 +83,13 @@ public class IcEpidemicSpecialAttentionDTO implements Serializable { |
|
|
/** |
|
|
/** |
|
|
* 原因 |
|
|
* 原因 |
|
|
*/ |
|
|
*/ |
|
|
@Length(max = 500,message = "原因限制500字以内") |
|
|
@Length(max = 500,message = "原因限制500字以内",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class}) |
|
|
private String reason; |
|
|
private String reason; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 备注 |
|
|
* 备注 |
|
|
*/ |
|
|
*/ |
|
|
@Length(max = 500,message = "备注限制500字以内") |
|
|
@Length(max = 500,message = "备注限制500字以内",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class}) |
|
|
private String remark; |
|
|
private String remark; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
@ -130,7 +130,7 @@ public class IcEpidemicSpecialAttentionDTO implements Serializable { |
|
|
/** |
|
|
/** |
|
|
* 通知内容 |
|
|
* 通知内容 |
|
|
*/ |
|
|
*/ |
|
|
@Length(max = 500,message = "通知内容限制500字以内") |
|
|
@Length(max = 500,message = "通知内容限制500字以内",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class}) |
|
|
private String content; |
|
|
private String content; |
|
|
|
|
|
|
|
|
} |
|
|
} |