|
@@ -215,35 +215,37 @@ public class OrgMenuController {
|
|
|
return ResultContent.buildSuccess();
|
|
return ResultContent.buildSuccess();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @ResourceAuth(value = "projectAreaManager", type = AuthType.Project, remark = "区域管理_区域列表_160_Menu")
|
|
|
|
|
- @ResourceAuth(value = "projectAreaManager", type = AuthType.School, remark = "区域管理_区域列表_160_Menu")
|
|
|
|
|
- @ResourceAuth(value = "projectAreaManager", type = AuthType.BusinessMain, remark = "区域管理_区域列表_160_Menu")
|
|
|
|
|
- @ResourceAuth(value = "projectAreaManager", type = AuthType.CommonOrg, remark = "区域管理_区域列表_160_Menu")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.BusinessMain, remark = "")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.CommonOrg, remark = "")
|
|
|
|
|
- @ResourceAuth(value = "user", type = AuthType.User)
|
|
|
|
|
- @RequestMapping(value = "projectAreaManager", method = {RequestMethod.GET})
|
|
|
|
|
- public ResultContent projectAreaManager() {
|
|
|
|
|
- return ResultContent.buildSuccess();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // 使用
|
|
|
|
|
+// @ResourceAuth(value = "projectAreaManager", type = AuthType.Project, remark = "区域管理_区域列表_160_Menu")
|
|
|
|
|
+// @ResourceAuth(value = "projectAreaManager", type = AuthType.School, remark = "区域管理_区域列表_160_Menu")
|
|
|
|
|
+// @ResourceAuth(value = "projectAreaManager", type = AuthType.BusinessMain, remark = "区域管理_区域列表_160_Menu")
|
|
|
|
|
+// @ResourceAuth(value = "projectAreaManager", type = AuthType.CommonOrg, remark = "区域管理_区域列表_160_Menu")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.BusinessMain, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.CommonOrg, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = "user", type = AuthType.User)
|
|
|
|
|
+// @RequestMapping(value = "projectAreaManager", method = {RequestMethod.GET})
|
|
|
|
|
+// public ResultContent projectAreaManager() {
|
|
|
|
|
+// return ResultContent.buildSuccess();
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
- @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.Project, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
- @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.School, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
- @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.BusinessMain, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
- @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.CommonOrg, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.BusinessMain, remark = "")
|
|
|
|
|
- @ResourceAuth(value = AuthConstant.Admin, type = AuthType.CommonOrg, remark = "")
|
|
|
|
|
- @ResourceAuth(value = "user", type = AuthType.User)
|
|
|
|
|
- @RequestMapping(value = "projectAreaTypeManager", method = {RequestMethod.GET})
|
|
|
|
|
- public ResultContent projectAreaTypeManager() {
|
|
|
|
|
- return ResultContent.buildSuccess();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // 使用
|
|
|
|
|
+// @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.Project, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
+// @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.School, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
+// @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.BusinessMain, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
+// @ResourceAuth(value = "projectAreaTypeManager", type = AuthType.CommonOrg, remark = "区域管理_区域类型_161_Menu")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.Project, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.School, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.BusinessMain, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = AuthConstant.Admin, type = AuthType.CommonOrg, remark = "")
|
|
|
|
|
+// @ResourceAuth(value = "user", type = AuthType.User)
|
|
|
|
|
+// @RequestMapping(value = "projectAreaTypeManager", method = {RequestMethod.GET})
|
|
|
|
|
+// public ResultContent projectAreaTypeManager() {
|
|
|
|
|
+// return ResultContent.buildSuccess();
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
@ResourceAuth(value = "projectOpenAPIManager", type = AuthType.Project, remark = "OpenAPI_应用管理_170_Menu")
|
|
@ResourceAuth(value = "projectOpenAPIManager", type = AuthType.Project, remark = "OpenAPI_应用管理_170_Menu")
|
|
|
@ResourceAuth(value = "projectOpenAPIManager", type = AuthType.School, remark = "OpenAPI_应用管理_170_Menu")
|
|
@ResourceAuth(value = "projectOpenAPIManager", type = AuthType.School, remark = "OpenAPI_应用管理_170_Menu")
|