|
@@ -0,0 +1,355 @@
|
|
|
|
|
+package com.zhongshu.card.server.core.controller.tempMenus;
|
|
|
|
|
+
|
|
|
|
|
+import com.github.microservice.auth.client.constant.AuthConstant;
|
|
|
|
|
+import com.github.microservice.auth.security.annotations.ResourceAuth;
|
|
|
|
|
+import com.github.microservice.auth.security.type.AuthType;
|
|
|
|
|
+import com.github.microservice.net.ResultContent;
|
|
|
|
|
+import io.swagger.v3.oas.annotations.Hidden;
|
|
|
|
|
+import io.swagger.v3.oas.annotations.Operation;
|
|
|
|
|
+import io.swagger.v3.oas.annotations.tags.Tag;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
+
|
|
|
|
|
+@RestController
|
|
|
|
|
+@RequestMapping("orgMenu")
|
|
|
|
|
+@Tag(name = "机构的菜单配置")
|
|
|
|
|
+@Hidden
|
|
|
|
|
+public class OrgMenuController {
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgBaseManager", type = AuthType.Project, remark = "项目配置_基本信息_0_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgBaseManager", type = AuthType.School, remark = "项目配置_基本信息_0_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgBaseManager", type = AuthType.BusinessMain, remark = "项目配置_基本信息_0_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgBaseManager", type = AuthType.CommonOrg, remark = "项目配置_基本信息_0_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 = "orgBaseManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgBaseManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgPayManager", type = AuthType.Project, remark = "项目配置_支付配置_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgPayManager", type = AuthType.School, remark = "项目配置_支付配置_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgPayManager", type = AuthType.BusinessMain, remark = "项目配置_支付配置_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgPayManager", type = AuthType.CommonOrg, remark = "项目配置_支付配置_1_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 = "orgPayManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgPayManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgWechatSettingManager", type = AuthType.Project, remark = "项目配置_小程序配置_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgWechatSettingManager", type = AuthType.School, remark = "项目配置_小程序配置_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgWechatSettingManager", type = AuthType.BusinessMain, remark = "项目配置_小程序配置_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgWechatSettingManager", type = AuthType.CommonOrg, remark = "项目配置_小程序配置_2_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 = "orgWechatSettingManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgWechatSettingManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgAccessKeyManager", type = AuthType.Project, remark = "项目配置_AccessKey配置_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgAccessKeyManager", type = AuthType.School, remark = "项目配置_AccessKey配置_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgAccessKeyManager", type = AuthType.BusinessMain, remark = "项目配置_AccessKey配置_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgAccessKeyManager", type = AuthType.CommonOrg, remark = "项目配置_AccessKey配置_3_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 = "orgAccessKeyManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgAccessKeyManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgTemplateManager", type = AuthType.Project, remark = "项目配置_模版配置_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgTemplateManager", type = AuthType.School, remark = "项目配置_模版配置_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgTemplateManager", type = AuthType.BusinessMain, remark = "项目配置_模版配置_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgTemplateManager", type = AuthType.CommonOrg, remark = "项目配置_模版配置_4_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 = "orgTemplateManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgTemplateManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgProtocolManager", type = AuthType.Project, remark = "项目配置_协议配置_5_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgProtocolManager", type = AuthType.School, remark = "项目配置_协议配置_5_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgProtocolManager", type = AuthType.BusinessMain, remark = "项目配置_协议配置_5_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgProtocolManager", type = AuthType.CommonOrg, remark = "项目配置_协议配置_5_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 = "orgProtocolManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgProtocolManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgCommonSettingManager", type = AuthType.Project, remark = "项目配置_通用配置_6_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCommonSettingManager", type = AuthType.School, remark = "项目配置_通用配置_6_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCommonSettingManager", type = AuthType.BusinessMain, remark = "项目配置_通用配置_6_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCommonSettingManager", type = AuthType.CommonOrg, remark = "项目配置_通用配置_6_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 = "orgCommonSettingManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgCommonSettingManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgOrgManager", type = AuthType.Project, remark = "机构管理_机构列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgOrgManager", type = AuthType.School, remark = "机构管理_机构列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgOrgManager", type = AuthType.BusinessMain, remark = "机构管理_机构列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgOrgManager", type = AuthType.CommonOrg, remark = "机构管理_机构列表_1_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 = "orgOrgManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgOrgManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgAreaManager", type = AuthType.Project, remark = "区域管理_区域列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgAreaManager", type = AuthType.School, remark = "区域管理_区域列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgAreaManager", type = AuthType.BusinessMain, remark = "区域管理_区域列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgAreaManager", type = AuthType.CommonOrg, remark = "区域管理_区域列表_1_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 = "orgAreaManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgAreaManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgUserManager", type = AuthType.Project, remark = "用户管理_用户列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgUserManager", type = AuthType.School, remark = "用户管理_用户列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgUserManager", type = AuthType.BusinessMain, remark = "用户管理_用户列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgUserManager", type = AuthType.CommonOrg, remark = "用户管理_用户列表_1_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 = "orgUserManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgUserManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgUserGroupManager", type = AuthType.Project, remark = "用户管理_用户分组_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgUserGroupManager", type = AuthType.School, remark = "用户管理_用户分组_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgUserGroupManager", type = AuthType.BusinessMain, remark = "用户管理_用户分组_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgUserGroupManager", type = AuthType.CommonOrg, remark = "用户管理_用户分组_2_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 = "orgUserGroupManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgUserGroupManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgPosManager", type = AuthType.Project, remark = "用户管理_职位管理_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgPosManager", type = AuthType.School, remark = "用户管理_职位管理_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgPosManager", type = AuthType.BusinessMain, remark = "用户管理_职位管理_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgPosManager", type = AuthType.CommonOrg, remark = "用户管理_职位管理_3_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 = "orgPosManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgPosManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgRoleManager", type = AuthType.Project, remark = "用户管理_角色列表_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgRoleManager", type = AuthType.School, remark = "用户管理_角色列表_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgRoleManager", type = AuthType.BusinessMain, remark = "用户管理_角色列表_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgRoleManager", type = AuthType.CommonOrg, remark = "用户管理_角色列表_4_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 = "orgRoleManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgRoleManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgCardManager", type = AuthType.Project, remark = "卡片管理_卡片列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCardManager", type = AuthType.School, remark = "卡片管理_卡片列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCardManager", type = AuthType.BusinessMain, remark = "卡片管理_卡片列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCardManager", type = AuthType.CommonOrg, remark = "卡片管理_卡片列表_1_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 = "orgCardManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgCardManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgCardPoolManager", type = AuthType.Project, remark = "卡片管理_卡片资源库_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCardPoolManager", type = AuthType.School, remark = "卡片管理_卡片资源库_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCardPoolManager", type = AuthType.BusinessMain, remark = "卡片管理_卡片资源库_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgCardPoolManager", type = AuthType.CommonOrg, remark = "卡片管理_卡片资源库_2_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 = "orgCardPoolManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgCardPoolManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgDeviceManager", type = AuthType.Project, remark = "设备管理_设备列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDeviceManager", type = AuthType.School, remark = "设备管理_设备列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDeviceManager", type = AuthType.BusinessMain, remark = "设备管理_设备列表_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDeviceManager", type = AuthType.CommonOrg, remark = "设备管理_设备列表_1_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 = "orgDeviceManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgDeviceManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgDeviceGroupManager", type = AuthType.Project, remark = "设备管理_设备分组_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDeviceGroupManager", type = AuthType.School, remark = "设备管理_设备分组_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDeviceGroupManager", type = AuthType.BusinessMain, remark = "设备管理_设备分组_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDeviceGroupManager", type = AuthType.CommonOrg, remark = "设备管理_设备分组_2_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 = "orgDeviceGroupManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgDeviceGroupManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgDevicePermissManager", type = AuthType.Project, remark = "设备管理_设备权限_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDevicePermissManager", type = AuthType.School, remark = "设备管理_设备权限_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDevicePermissManager", type = AuthType.BusinessMain, remark = "设备管理_设备权限_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgDevicePermissManager", type = AuthType.CommonOrg, remark = "设备管理_设备权限_3_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 = "orgDevicePermissManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgDevicePermissManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgFundManager", type = AuthType.Project, remark = "资金管理_资金概况_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundManager", type = AuthType.School, remark = "资金管理_资金概况_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundManager", type = AuthType.BusinessMain, remark = "资金管理_资金概况_1_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundManager", type = AuthType.CommonOrg, remark = "资金管理_资金概况_1_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 = "orgFundManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgFundManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgFundOrderManager", type = AuthType.Project, remark = "资金管理_支付订单_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundOrderManager", type = AuthType.School, remark = "资金管理_支付订单_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundOrderManager", type = AuthType.BusinessMain, remark = "资金管理_支付订单_2_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundOrderManager", type = AuthType.CommonOrg, remark = "资金管理_支付订单_2_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 = "orgFundOrderManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgFundOrderManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgFundSeparateManager", type = AuthType.Project, remark = "资金管理_分账单_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundSeparateManager", type = AuthType.School, remark = "资金管理_分账单_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundSeparateManager", type = AuthType.BusinessMain, remark = "资金管理_分账单_3_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundSeparateManager", type = AuthType.CommonOrg, remark = "资金管理_分账单_3_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 = "orgFundSeparateManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgFundSeparateManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ @ResourceAuth(value = "orgFundReconciliationManager", type = AuthType.Project, remark = "资金管理_对账单_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundReconciliationManager", type = AuthType.School, remark = "资金管理_对账单_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundReconciliationManager", type = AuthType.BusinessMain, remark = "资金管理_对账单_4_Menu")
|
|
|
|
|
+ @ResourceAuth(value = "orgFundReconciliationManager", type = AuthType.CommonOrg, remark = "资金管理_对账单_4_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 = "orgFundReconciliationManager", method = {RequestMethod.GET})
|
|
|
|
|
+ public ResultContent orgFundReconciliationManager() {
|
|
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+}
|