|
|
@ -87,7 +87,7 @@ public class EditAgencyFormDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private String parentAreaCode; |
|
|
|
|
|
|
|
@NotBlank(message = "组织级别不能为空;社区级:community,乡(镇、街道)级:street,区县级: district,市级: city省级:province", groups = AddAgencyV2FormDTO.AddUserInternalGroup.class) |
|
|
|
@NotBlank(message = "组织级别不能为空;社区级:community,乡(镇、街道)级:street,区县级: district,市级: city省级:province", groups = AddUserInternalGroup.class) |
|
|
|
private String level; |
|
|
|
|
|
|
|
//02.21新增需求:小程序工作端添加组织增加中心点位置入口,点击进入地图选择点位,可以搜索,中心点为必填
|
|
|
|