|
@ -21,9 +21,12 @@ public class ChangeWelfareDTO implements Serializable { |
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
private static final long serialVersionUID = 1L; |
|
|
public interface AddUserShowGroup extends CustomerClientShowGroup {} |
|
|
public interface AddUserShowGroup extends CustomerClientShowGroup {} |
|
|
|
|
|
|
|
|
|
|
|
public interface RemoveWelfareShowGroup extends CustomerClientShowGroup {} |
|
|
/** |
|
|
/** |
|
|
* 主键 |
|
|
* 主键 |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
@NotBlank(message = "id不能为空",groups = RemoveWelfareShowGroup.class) |
|
|
private String id; |
|
|
private String id; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
@ -81,7 +84,7 @@ public class ChangeWelfareDTO implements Serializable { |
|
|
/** |
|
|
/** |
|
|
* 移除原因 |
|
|
* 移除原因 |
|
|
*/ |
|
|
*/ |
|
|
@Length(max = 250,message = "移除原因最多输入250字",groups = AddUserShowGroup.class) |
|
|
@Length(max = 250,message = "移除原因最多输入250字",groups = RemoveWelfareShowGroup.class) |
|
|
private String removeReason; |
|
|
private String removeReason; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|