|
@ -62,13 +62,16 @@ public class IcEpidemicSpecialAttentionDTO implements Serializable { |
|
|
private String isHistory; |
|
|
private String isHistory; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 隔离类型,来自字典表 |
|
|
* 隔离类型,来自字典表;集中隔离:0;居家隔离1;居家健康监测2;已出隔离期3 |
|
|
*/ |
|
|
*/ |
|
|
// @NotBlank(message = "isolatedState不能为空",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class})
|
|
|
// @NotBlank(message = "isolatedState不能为空",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class})
|
|
|
private String isolatedState; |
|
|
private String isolatedState; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 关注类型,核酸检测:2,疫苗接种:1,行程上报:0 |
|
|
* 关注类型, |
|
|
|
|
|
* 核酸检测:2, |
|
|
|
|
|
* 疫苗接种:1, |
|
|
|
|
|
* 行程上报:0 |
|
|
*/ |
|
|
*/ |
|
|
@NotNull(message = "attentionType不能为空",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class}) |
|
|
@NotNull(message = "attentionType不能为空",groups = {IcEpidemicSpecialAttentionAdd.class,IcEpidemicSpecialAttentionUpdate.class}) |
|
|
private Integer attentionType; |
|
|
private Integer attentionType; |
|
|