|
|
@ -45,8 +45,9 @@ public class JoinOrgDTO implements Serializable { |
|
|
|
|
|
|
|
/** |
|
|
|
* PARTY_ORG_ID的全路径,前端用 |
|
|
|
* 先放开不限制必填 |
|
|
|
*/ |
|
|
|
@NotBlank(message = "joinOrgPathShow不能为空", groups = {IcPartyActAddOrUpdateFormDTO.AddUserInternalGroup.class, IcPartyActAddOrUpdateFormDTO.UpdateUserInternalGroup.class}) |
|
|
|
// @NotBlank(message = "joinOrgPathShow不能为空", groups = {IcPartyActAddOrUpdateFormDTO.AddUserInternalGroup.class, IcPartyActAddOrUpdateFormDTO.UpdateUserInternalGroup.class})
|
|
|
|
private String joinOrgPathShow; |
|
|
|
|
|
|
|
//接口内部赋值
|
|
|
|