|
|
@ -39,11 +39,11 @@ public class IcPolicyFormDTO implements Serializable { |
|
|
|
@NotBlank(message = "orgId不能为空",groups = UpdateUserInternalGroup.class) |
|
|
|
private String orgId; |
|
|
|
|
|
|
|
/** |
|
|
|
* AGENCY_ID的全路径,含agency_id |
|
|
|
*/ |
|
|
|
@NotBlank(message = "orgIdPath不能为空",groups = UpdateUserInternalGroup.class) |
|
|
|
private String orgIdPath; |
|
|
|
// /**
|
|
|
|
// * AGENCY_ID的全路径,含agency_id
|
|
|
|
// */
|
|
|
|
// @NotBlank(message = "orgIdPath不能为空",groups = UpdateUserInternalGroup.class)
|
|
|
|
// private String orgIdPath;
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|