{"openapi":"3.0.1","info":{"title":"标题：RuoYi-Flowable-Plus后台管理系统_接口文档","description":"描述：用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...","contact":{"name":"KonBAI","url":"https://gitee.com/KonBAI-Q/ruoyi-flowable-plus","email":"1527468660@qq.com"},"version":"版本号: 0.8.3"},"servers":[{"url":"http://dlgh.jxdrc.com/eppi-api","description":"Generated server url"}],"security":[{"apiKey":[]}],"tags":[{"name":"工作流流程模型管理","description":"工作流流程模型管理"},{"name":"流程表单Controller","description":"流程表单Controller"},{"name":"流程部署","description":"流程部署"},{"name":"流程分类Controller","description":"流程分类Controller"},{"name":"代码生成 操作处理","description":"代码生成 操作处理"},{"name":"用户信息","description":"用户信息"},{"name":"个人信息 业务处理","description":"个人信息 业务处理"},{"name":"角色信息","description":"角色信息"},{"name":"岗位信息操作处理","description":"岗位信息操作处理"},{"name":"对象存储配置","description":"对象存储配置"},{"name":"公告 信息操作处理","description":"公告 信息操作处理"},{"name":"菜单信息","description":"菜单信息"},{"name":"数据字典信息","description":"数据字典信息"},{"name":"部门信息","description":"部门信息"},{"name":"参数配置 信息操作处理","description":"参数配置 信息操作处理"},{"name":"新能源项目信息","description":"新能源项目信息"},{"name":"热电项目信息","description":"热电项目信息"},{"name":"常规电网项目","description":"常规电网项目"},{"name":"业务流程实例","description":"业务流程实例"},{"name":"测试树表Controller","description":"测试树表Controller"},{"name":"测试单表Controller","description":"测试单表Controller"},{"name":"登录验证","description":"登录验证"},{"name":"工作流任务管理","description":"工作流任务管理"},{"name":"工作流流程管理","description":"工作流流程管理"},{"name":"工作流流程实例管理","description":"工作流流程实例管理"},{"name":"文件上传 控制层","description":"文件上传 控制层"},{"name":"swagger3 用法示例","description":"swagger3 用法示例"},{"name":"注册验证","description":"注册验证"},{"name":"纳规信息发布","description":"纳规信息发布"},{"name":"文章","description":"文章"},{"name":"流程代办信息控制器","description":"流程代办信息控制器"},{"name":"纳规项目申报Controller","description":"纳规项目申报Controller"},{"name":"常规电网其余工程Controller（10KV和35KV电网项目）","description":"常规电网其余工程Controller（10KV和35KV电网项目）"},{"name":"操作日志记录","description":"操作日志记录"},{"name":"系统访问记录","description":"系统访问记录"},{"name":"测试批量方法","description":"测试批量方法"},{"name":"驾驶舱首页控制器","description":"驾驶舱首页控制器"},{"name":"纳规资料附件上传Controller","description":"纳规资料附件上传Controller"},{"name":"在线用户监控","description":"在线用户监控"},{"name":"缓存监控","description":"缓存监控"},{"name":"短信演示案例","description":"短信演示案例\n 请先阅读文档 否则无法使用"},{"name":"测试数据脱敏控制器","description":"测试数据脱敏控制器\n <p>\n 默认管理员不过滤\n 需自行根据业务重写实现"},{"name":"测试分布式锁的样例","description":"测试分布式锁的样例"},{"name":"Redis 发布订阅 演示案例","description":"Redis 发布订阅 演示案例"},{"name":"测试分布式限流样例","description":"测试分布式限流样例"},{"name":"优先队列 演示案例","description":"优先队列 演示案例\n <p>\n 轻量级队列 重量级数据量 请使用 MQ\n <p>\n 集群测试通过 同一个消息只会被消费一次 做好事务补偿\n 集群测试流程 在其中一台发送数据 两端分别调用获取接口 一次获取一条"},{"name":"延迟队列 演示案例","description":"延迟队列 演示案例\n <p>\n 轻量级队列 重量级数据量 请使用 MQ\n 例如: 创建订单30分钟后过期处理\n <p>\n 集群测试通过 同一个数据只会被消费一次 做好事务补偿\n 集群测试流程 两台集群分别开启订阅 在其中一台发送数据 观察接收消息的规律"},{"name":"有界队列 演示案例","description":"有界队列 演示案例\n <p>\n 轻量级队列 重量级数据量 请使用 MQ\n <p>\n 集群测试通过 同一个数据只会被消费一次 做好事务补偿\n 集群测试流程 在其中一台发送数据 两端分别调用获取接口 一次获取一条"},{"name":"邮件发送案例","description":"邮件发送案例"},{"name":"测试国际化","description":"测试国际化"},{"name":"测试Excel功能","description":"测试Excel功能"},{"name":"测试数据库加解密功能","description":"测试数据库加解密功能"},{"name":"spring-cache 演示案例","description":"spring-cache 演示案例"},{"name":"验证码操作处理","description":"验证码操作处理"},{"name":"首页","description":"首页"}],"paths":{"/eppi-api/workflow/model":{"put":{"tags":["工作流流程模型管理"],"summary":"修改流程模型","description":"修改流程模型","operationId":"edit","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfModelBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["工作流流程模型管理"],"summary":"新增流程模型","description":"新增流程模型","operationId":"add","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfModelBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/form":{"put":{"tags":["流程表单Controller"],"summary":"修改流程表单","description":"修改流程表单","operationId":"edit_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfFormBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["流程表单Controller"],"summary":"新增流程表单","description":"新增流程表单","operationId":"add_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfFormBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/deploy/changeState":{"put":{"tags":["流程部署"],"summary":"激活或挂起流程","description":"激活或挂起流程","operationId":"changeState","parameters":[{"name":"state","in":"query","description":"状态（active:激活 suspended:挂起）","required":true,"schema":{"type":"string"}},{"name":"definitionId","in":"query","description":"流程定义ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/category":{"put":{"tags":["流程分类Controller"],"summary":"修改流程分类","description":"修改流程分类","operationId":"edit_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfCategory"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["流程分类Controller"],"summary":"新增流程分类","description":"新增流程分类","operationId":"add_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfCategory"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/tool/gen":{"put":{"tags":["代码生成 操作处理"],"summary":"修改保存代码生成业务","description":"修改保存代码生成业务","operationId":"editSave","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenTable"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user":{"put":{"tags":["用户信息"],"summary":"修改用户","description":"修改用户","operationId":"edit_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysUser"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["用户信息"],"summary":"新增用户","description":"新增用户","operationId":"add_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysUser"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/system/user/resetPwd":{"put":{"tags":["用户信息"],"summary":"重置密码","description":"重置密码","operationId":"resetPwd","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysUser"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user/profile":{"get":{"tags":["个人信息 业务处理"],"summary":"个人信息","description":"个人信息","operationId":"profile","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}},"put":{"tags":["个人信息 业务处理"],"summary":"修改用户","description":"修改用户","operationId":"updateProfile","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysUser"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user/profile/updatePwd":{"put":{"tags":["个人信息 业务处理"],"summary":"重置密码","description":"重置密码","operationId":"updatePwd","parameters":[{"name":"oldPassword","in":"query","description":"新密码","required":true,"schema":{"type":"string"}},{"name":"newPassword","in":"query","description":"旧密码","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user/changeStatus":{"put":{"tags":["用户信息"],"summary":"状态修改","description":"状态修改","operationId":"changeStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysUser"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user/authRole":{"put":{"tags":["用户信息"],"summary":"用户授权角色","description":"用户授权角色","operationId":"insertAuthRole","parameters":[{"name":"userId","in":"query","description":"用户Id","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"roleIds","in":"query","description":"角色ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/role":{"put":{"tags":["角色信息"],"summary":"修改保存角色","description":"修改保存角色","operationId":"edit_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["角色信息"],"summary":"新增角色","description":"新增角色","operationId":"add_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/role/dataScope":{"put":{"tags":["角色信息"],"summary":"修改保存数据权限","description":"修改保存数据权限","operationId":"dataScope","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/role/changeStatus":{"put":{"tags":["角色信息"],"summary":"状态修改","description":"状态修改","operationId":"changeStatus_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/role/authUser/selectAll":{"put":{"tags":["角色信息"],"summary":"批量选择用户授权","description":"批量选择用户授权","operationId":"selectAuthUserAll","parameters":[{"name":"roleId","in":"query","description":"角色ID","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"userIds","in":"query","description":"用户ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/role/authUser/cancel":{"put":{"tags":["角色信息"],"summary":"取消授权用户","description":"取消授权用户","operationId":"cancelAuthUser","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysUserRole"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/role/authUser/cancelAll":{"put":{"tags":["角色信息"],"summary":"批量取消授权用户","description":"批量取消授权用户","operationId":"cancelAuthUserAll","parameters":[{"name":"roleId","in":"query","description":"角色ID","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"userIds","in":"query","description":"用户ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/post":{"put":{"tags":["岗位信息操作处理"],"summary":"修改岗位","description":"修改岗位","operationId":"edit_5","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysPost"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["岗位信息操作处理"],"summary":"新增岗位","description":"新增岗位","operationId":"add_5","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysPost"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/oss/config":{"put":{"tags":["对象存储配置"],"summary":"修改对象存储配置","description":"修改对象存储配置","operationId":"edit_6","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysOssConfigBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["对象存储配置"],"summary":"新增对象存储配置","description":"新增对象存储配置","operationId":"add_6","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysOssConfigBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/oss/config/changeStatus":{"put":{"tags":["对象存储配置"],"summary":"状态修改","description":"状态修改","operationId":"changeStatus_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysOssConfigBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/notice":{"put":{"tags":["公告 信息操作处理"],"summary":"修改通知公告","description":"修改通知公告","operationId":"edit_7","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysNotice"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["公告 信息操作处理"],"summary":"新增通知公告","description":"新增通知公告","operationId":"add_7","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysNotice"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/menu":{"put":{"tags":["菜单信息"],"summary":"修改菜单","description":"修改菜单","operationId":"edit_8","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysMenu"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["菜单信息"],"summary":"新增菜单","description":"新增菜单","operationId":"add_8","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysMenu"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/dict/type":{"put":{"tags":["数据字典信息"],"summary":"修改字典类型","description":"修改字典类型","operationId":"edit_9","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysDictType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["数据字典信息"],"summary":"新增字典类型","description":"新增字典类型","operationId":"add_9","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysDictType"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/dict/data":{"put":{"tags":["数据字典信息"],"summary":"修改保存字典类型","description":"修改保存字典类型","operationId":"edit_10","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysDictData"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["数据字典信息"],"summary":"新增字典类型","description":"新增字典类型","operationId":"add_10","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysDictData"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/dept":{"put":{"tags":["部门信息"],"summary":"修改部门","description":"修改部门","operationId":"edit_11","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysDept"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["部门信息"],"summary":"新增部门","description":"新增部门","operationId":"add_11","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysDept"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/config":{"put":{"tags":["参数配置 信息操作处理"],"summary":"修改参数配置","description":"修改参数配置","operationId":"edit_12","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysConfig"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["参数配置 信息操作处理"],"summary":"新增参数配置","description":"新增参数配置","operationId":"add_12","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysConfig"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/config/updateByKey":{"put":{"tags":["参数配置 信息操作处理"],"summary":"根据参数键名修改参数配置","description":"根据参数键名修改参数配置","operationId":"updateByKey","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysConfig"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizXnyProject":{"put":{"tags":["新能源项目信息"],"summary":"修改新能源项目信息","description":"修改新能源项目信息","operationId":"edit_13","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizXnyProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["新能源项目信息"],"summary":"新增新能源项目信息","description":"新增新能源项目信息","operationId":"add_15","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizXnyProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizRdProject":{"put":{"tags":["热电项目信息"],"summary":"修改热电项目信息","description":"修改热电项目信息","operationId":"edit_14","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizRdProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["热电项目信息"],"summary":"新增热电项目信息","description":"新增热电项目信息","operationId":"add_16","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizRdProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizCgdwProject":{"put":{"tags":["常规电网项目"],"summary":"修改常规电网项目","description":"修改常规电网项目","operationId":"edit_15","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizCgdwProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["常规电网项目"],"summary":"新增常规电网项目","description":"新增常规电网项目","operationId":"add_17","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizCgdwProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/flowbale/flwBizInstance":{"put":{"tags":["业务流程实例"],"summary":"修改业务流程实例","description":"修改业务流程实例","operationId":"edit_16","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FlwBizInstanceBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["业务流程实例"],"summary":"新增业务流程实例","description":"新增业务流程实例","operationId":"add_18","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FlwBizInstanceBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/tree":{"put":{"tags":["测试树表Controller"],"summary":"修改测试树表","description":"修改测试树表","operationId":"edit_17","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestTreeBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["测试树表Controller"],"summary":"新增测试树表","description":"新增测试树表","operationId":"add_19","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestTreeBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/demo":{"put":{"tags":["测试单表Controller"],"summary":"修改测试单表","description":"修改测试单表","operationId":"edit_18","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestDemoBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}},"post":{"tags":["测试单表Controller"],"summary":"新增测试单表","description":"新增测试单表","operationId":"add_20","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestDemoBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/xcxLogin":{"post":{"tags":["登录验证"],"summary":"小程序登录(示例)","description":"小程序登录(示例)","operationId":"xcxLogin","requestBody":{"content":{"application/json":{"schema":{"type":"string"}}},"required":true},"responses":{"200":{"description":"结果","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/workflow/task/unClaim":{"post":{"tags":["工作流任务管理"],"summary":"取消认领/签收任务","description":"取消认领/签收任务","operationId":"unClaim","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/transfer":{"post":{"tags":["工作流任务管理"],"summary":"转办任务","description":"转办任务","operationId":"transfer","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/stopProcess":{"post":{"tags":["工作流任务管理"],"summary":"取消申请","description":"取消申请","operationId":"stopProcess","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/revokeProcess":{"post":{"tags":["工作流任务管理"],"summary":"撤回流程","description":"撤回流程","operationId":"revokeProcess","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/return":{"post":{"tags":["工作流任务管理"],"summary":"退回任务","description":"退回任务","operationId":"taskReturn","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/returnList":{"post":{"tags":["工作流任务管理"],"summary":"获取所有可回退的节点","description":"获取所有可回退的节点","operationId":"findReturnTaskList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/reject":{"post":{"tags":["工作流任务管理"],"summary":"拒绝任务","description":"拒绝任务","operationId":"taskReject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/getTaskInfoByBizId":{"post":{"tags":["工作流任务管理"],"operationId":"getTaskInfoByBizId","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/getProInsIdByBizId":{"post":{"tags":["工作流任务管理"],"operationId":"getProInsIdByBizId","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/findReturnTaskListBiz":{"post":{"tags":["工作流任务管理"],"summary":"获取所有可回退的节点","description":"获取所有可回退的节点","operationId":"findReturnTaskListBiz","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/delegate":{"post":{"tags":["工作流任务管理"],"summary":"委派任务","description":"委派任务","operationId":"delegate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/complete":{"post":{"tags":["工作流任务管理"],"summary":"审批任务","description":"审批任务","operationId":"complete","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/task/claim":{"post":{"tags":["工作流任务管理"],"summary":"认领/签收任务","description":"认领/签收任务","operationId":"claim","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/process/todoExport":{"post":{"tags":["工作流流程管理"],"summary":"导出待办流程列表","description":"导出待办流程列表","operationId":"todoExport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessQuery"}}}},"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/process/startExport":{"post":{"tags":["工作流流程管理"],"summary":"导出可发起流程列表","description":"导出可发起流程列表","operationId":"startExport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessQuery"}}}},"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/process/start/{processDefId}":{"post":{"tags":["工作流流程管理"],"summary":"根据流程定义id启动流程实例","description":"根据流程定义id启动流程实例","operationId":"start","parameters":[{"name":"processDefId","in":"path","description":"流程定义id","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"变量集合,json对象","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/process/ownExport":{"post":{"tags":["工作流流程管理"],"summary":"导出我拥有流程列表","description":"导出我拥有流程列表","operationId":"ownExport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessQuery"}}}},"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/process/haveProcessTask":{"post":{"tags":["工作流流程管理"],"operationId":"haveProcessTask","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/eppi-api/workflow/process/finishedExport":{"post":{"tags":["工作流流程管理"],"summary":"导出已办流程列表","description":"导出已办流程列表","operationId":"finishedExport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessQuery"}}}},"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/process/copyExport":{"post":{"tags":["工作流流程管理"],"summary":"导出抄送流程列表","description":"导出抄送流程列表","operationId":"copyExport","parameters":[{"name":"copyBo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/WfCopyBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/process/claimExport":{"post":{"tags":["工作流流程管理"],"summary":"导出待签流程列表","description":"导出待签流程列表","operationId":"claimExport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessQuery"}}}},"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/model/save":{"post":{"tags":["工作流流程模型管理"],"summary":"保存流程模型","description":"保存流程模型","operationId":"save","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfModelBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/workflow/model/latest":{"post":{"tags":["工作流流程模型管理"],"summary":"设为最新流程模型","description":"设为最新流程模型","operationId":"latest","parameters":[{"name":"modelId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/workflow/model/export":{"post":{"tags":["工作流流程模型管理"],"summary":"导出流程模型数据","description":"导出流程模型数据","operationId":"export","parameters":[{"name":"modelBo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/WfModelBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/model/deploy":{"post":{"tags":["工作流流程模型管理"],"summary":"部署流程模型","description":"部署流程模型","operationId":"deployModel","parameters":[{"name":"modelId","in":"query","description":"流程模型主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/instance/updateState":{"post":{"tags":["工作流流程实例管理"],"summary":"激活或挂起流程实例","description":"激活或挂起流程实例","operationId":"updateState","parameters":[{"name":"state","in":"query","description":"1:激活,2:挂起","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"instanceId","in":"query","description":"流程实例ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/instance/stopProcessInstance":{"post":{"tags":["工作流流程实例管理"],"summary":"结束流程实例","description":"结束流程实例","operationId":"stopProcessInstance","requestBody":{"description":"流程任务业务对象","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/form/export":{"post":{"tags":["流程表单Controller"],"summary":"导出流程表单列表","description":"导出流程表单列表","operationId":"export_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfFormBo"}}}},"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/form/addDeployForm":{"post":{"tags":["流程表单Controller"],"summary":"挂载流程表单","description":"挂载流程表单","operationId":"addDeployForm","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfDeployForm"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/category/export":{"post":{"tags":["流程分类Controller"],"summary":"导出流程分类列表","description":"导出流程分类列表","operationId":"export_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfCategory"}}}},"responses":{"200":{"description":"OK"}}}},"/eppi-api/tool/gen/importTable":{"post":{"tags":["代码生成 操作处理"],"summary":"导入表结构（保存）","description":"导入表结构（保存）","operationId":"importTableSave","parameters":[{"name":"tables","in":"query","description":"表名串","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user/updatePwd":{"post":{"tags":["用户信息"],"summary":"修改本人密码","description":"修改本人密码","operationId":"updatePwd_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SysUserPasswordUpdateDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user/profile/avatar":{"post":{"tags":["个人信息 业务处理"],"summary":"头像上传","description":"头像上传","operationId":"avatar","requestBody":{"content":{"multipart/form-data":{"schema":{"required":["avatarfile"],"type":"object","properties":{"avatarfile":{"type":"string","description":"用户头像","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/system/user/importTemplate":{"post":{"tags":["用户信息"],"summary":"获取导入模板","description":"获取导入模板","operationId":"importTemplate","responses":{"200":{"description":"OK"}}}},"/eppi-api/system/user/importData":{"post":{"tags":["用户信息"],"summary":"导入数据","description":"导入数据","operationId":"importData","parameters":[{"name":"updateSupport","in":"query","description":"是否更新已存在数据","required":true,"schema":{"type":"boolean"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","description":"导入文件","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user/generatePassword":{"post":{"tags":["用户信息"],"summary":"生成一个随机的强口令密码","description":"生成一个随机的强口令密码","operationId":"generatePassword","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/system/user/export":{"post":{"tags":["用户信息"],"summary":"导出用户列表","description":"导出用户列表","operationId":"export_3","parameters":[{"name":"user","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysUser"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/system/role/export":{"post":{"tags":["角色信息"],"summary":"导出角色信息列表","description":"导出角色信息列表","operationId":"export_4","parameters":[{"name":"role","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysRole"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/system/post/export":{"post":{"tags":["岗位信息操作处理"],"summary":"导出岗位列表","description":"导出岗位列表","operationId":"export_5","parameters":[{"name":"post","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysPost"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/system/oss/upload":{"post":{"tags":["文件上传 控制层"],"summary":"上传OSS对象存储","description":"上传OSS对象存储","operationId":"upload","requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","description":"文件","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringString"}}}}}}},"/eppi-api/system/dict/type/export":{"post":{"tags":["数据字典信息"],"summary":"导出字典类型列表","description":"导出字典类型列表","operationId":"export_6","parameters":[{"name":"dictType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysDictType"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/system/dict/data/export":{"post":{"tags":["数据字典信息"],"summary":"导出字典数据列表","description":"导出字典数据列表","operationId":"export_7","parameters":[{"name":"dictData","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysDictData"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/system/config/export":{"post":{"tags":["参数配置 信息操作处理"],"summary":"导出参数配置列表","description":"导出参数配置列表","operationId":"export_8","parameters":[{"name":"config","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysConfig"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/swagger/demo/upload":{"post":{"tags":["swagger3 用法示例"],"summary":"上传请求\n 必须使用 @RequestPart 注解标注为文件","description":"上传请求\n 必须使用 @RequestPart 注解标注为文件","operationId":"upload_1","requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","description":"文件","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/smsLogin":{"post":{"tags":["登录验证"],"summary":"短信登录","description":"短信登录","operationId":"smsLogin","requestBody":{"description":"登录信息","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmsLoginBody"}}},"required":true},"responses":{"200":{"description":"结果","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/register":{"post":{"tags":["注册验证"],"summary":"用户注册","description":"用户注册","operationId":"register","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegisterBody"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/ngInfoRelease/updateNgPlanStatus":{"post":{"tags":["纳规信息发布"],"summary":"Author: 杨群\n Date: 2024-4-12 20:17\n Description: 更新纳归计划状态","description":"Author: 杨群\n Date: 2024-4-12 20:17\n Description: 更新纳归计划状态","operationId":"updateNgPlanStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizNgInfoReleaseBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/ngInfoRelease/publish":{"post":{"tags":["纳规信息发布"],"summary":"新增并发布纳规信息","description":"新增并发布纳规信息","operationId":"publish","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizNgInfoReleaseBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/ngInfoRelease/getIndexNgInfo":{"post":{"tags":["纳规信息发布"],"summary":"获取首页显示的纳规信息计划","description":"获取首页显示的纳规信息计划","operationId":"getIndexNgInfo","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBizNgInfoRelease"}}}}}}},"/eppi-api/publish/ngInfoRelease/export":{"post":{"tags":["纳规信息发布"],"summary":"导出纳规信息发布列表","description":"导出纳规信息发布列表","operationId":"export_9","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizNgInfoReleaseBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/publish/ngInfoRelease/edit":{"post":{"tags":["纳规信息发布"],"summary":"修改纳规信息发布","description":"修改纳规信息发布","operationId":"edit_19","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizNgInfoReleaseBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/ngInfoRelease/delete":{"post":{"tags":["纳规信息发布"],"summary":"删除纳规计划信息","description":"删除纳规计划信息","operationId":"remove","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizNgInfoReleaseDelDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/ngInfoRelease/add":{"post":{"tags":["纳规信息发布"],"summary":"新增纳规信息","description":"新增纳规信息","operationId":"add_13","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizNgInfoReleaseBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/article/publish":{"post":{"tags":["文章"],"summary":"新增并发布文章","description":"新增并发布文章","operationId":"publish_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizArticleBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/article/export":{"post":{"tags":["文章"],"summary":"导出文章列表","description":"导出文章列表","operationId":"export_10","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizArticleBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/publish/article/edit":{"post":{"tags":["文章"],"summary":"修改文章信息","description":"修改文章信息","operationId":"edit_20","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizArticleBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/article/add":{"post":{"tags":["文章"],"summary":"新增文章","description":"新增文章","operationId":"add_14","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizArticleBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/flowTodo/queryTodoList":{"post":{"tags":["流程代办信息控制器"],"summary":"查询代办列表","description":"查询代办列表","operationId":"queryTodoList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FlowTodoListQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/flowTodo/queryTodoCount":{"post":{"tags":["流程代办信息控制器"],"summary":"查询代办总数","description":"查询代办总数","operationId":"queryTodoCount","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/flowTodo/queryDict":{"post":{"tags":["流程代办信息控制器"],"summary":"查询代办总数","description":"查询代办总数","operationId":"queryDict","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizXnyProject/taskReturn":{"post":{"tags":["新能源项目信息"],"operationId":"taskReturn_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizXnyProject/export":{"post":{"tags":["新能源项目信息"],"summary":"导出新能源项目信息列表","description":"导出新能源项目信息列表","operationId":"export_11","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizXnyProjectBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/projectdeclare/bizXnyProject/declareSubmit":{"post":{"tags":["新能源项目信息"],"operationId":"declareSubmit","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizXnyProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizXnyProject/complete":{"post":{"tags":["新能源项目信息"],"operationId":"complete_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizRdProject/taskReturn":{"post":{"tags":["热电项目信息"],"operationId":"taskReturn_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizRdProject/export":{"post":{"tags":["热电项目信息"],"summary":"导出热电项目信息列表","description":"导出热电项目信息列表","operationId":"export_12","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizRdProjectBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/projectdeclare/bizRdProject/declareSubmit":{"post":{"tags":["热电项目信息"],"operationId":"declareSubmit_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizRdProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizRdProject/complete":{"post":{"tags":["热电项目信息"],"operationId":"complete_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizProject/taskReturn":{"post":{"tags":["纳规项目申报Controller"],"summary":"项目申报退回","description":"项目申报退回","operationId":"taskReturn_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/saveProject":{"post":{"tags":["纳规项目申报Controller"],"summary":"编辑保存项目信息","description":"编辑保存项目信息","operationId":"saveProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectSaveDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/queryProjectPage":{"post":{"tags":["纳规项目申报Controller"],"summary":"项目信息概览列表 分页查询","description":"项目信息概览列表 分页查询","operationId":"queryProjectPage","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/queryProjectById":{"post":{"tags":["纳规项目申报Controller"],"summary":"获取单条项目的项目信息","description":"获取单条项目的项目信息","operationId":"queryProjectById","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectBaseDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/queryListDrop":{"post":{"tags":["纳规项目申报Controller"],"summary":"获取项目列表下拉（纳规项目及省重大项目库）","description":"获取项目列表下拉（纳规项目及省重大项目库）","operationId":"queryListDrop","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectListDropQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/queryDetailDrop":{"post":{"tags":["纳规项目申报Controller"],"summary":"获取项目详情下拉（项目详情及新项目申报）","description":"获取项目详情下拉（项目详情及新项目申报）","operationId":"queryDetailDrop","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectDetailDropQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/getAreaTree":{"post":{"tags":["纳规项目申报Controller"],"summary":"获取地区树\n TODO 此接口建议弃用，后续待删除","description":"获取地区树\n TODO 此接口建议弃用，后续待删除","operationId":"getAreaTree","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectAreaTreeQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}},"deprecated":true}},"/eppi-api/projectdeclare/bizProject/getAreaTreeOption":{"post":{"tags":["纳规项目申报Controller"],"summary":"获取地区树选项，用于下拉时使用","description":"获取地区树选项，用于下拉时使用","operationId":"getAreaTreeOption","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectAreaTreeOptionQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/getAreaTreeAndStatistics":{"post":{"tags":["纳规项目申报Controller"],"summary":"获取地区树及统计数据信息","description":"获取地区树及统计数据信息","operationId":"getAreaTreeAndStatistics","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectAreaTreeQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/export":{"post":{"tags":["纳规项目申报Controller"],"summary":"批量导出","description":"批量导出","operationId":"export_13","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectQueryDto"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/eppi-api/projectdeclare/bizProject/exportProjectData":{"post":{"tags":["纳规项目申报Controller"],"summary":"导出项目数据","description":"导出项目数据","operationId":"exportProjectData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectQueryDto"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/eppi-api/projectdeclare/bizProject/downloadBatchAddTemplate":{"post":{"tags":["纳规项目申报Controller"],"summary":"下载批量申报导入模板","description":"下载批量申报导入模板","operationId":"downloadBatchAddTemplate","responses":{"200":{"description":"OK"}}}},"/eppi-api/projectdeclare/bizProject/delProject":{"post":{"tags":["纳规项目申报Controller"],"summary":"删除项目","description":"删除项目","operationId":"delProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectBaseDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/declareSubmit":{"post":{"tags":["纳规项目申报Controller"],"summary":"项目提交申报","description":"项目提交申报","operationId":"declareSubmit_2","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectBaseDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/complete":{"post":{"tags":["纳规项目申报Controller"],"summary":"项目审批通过","description":"项目审批通过","operationId":"complete_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/batchComplete":{"post":{"tags":["纳规项目申报Controller"],"summary":"批量审批通过","description":"批量审批通过","operationId":"batchComplete","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectBatchCompleteDTO"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/batchAdd":{"post":{"tags":["纳规项目申报Controller"],"summary":"批量申报","description":"批量申报","operationId":"batchAdd","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectBatchAddDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizProject/addProject":{"post":{"tags":["纳规项目申报Controller"],"summary":"新增项目\n FIXME 权衡性能和场景将所有项目信息做成了一个宽表，后续根据业务情况考虑是否改写。但对项目的增删改查等操作始终须走同一个接口","description":"新增项目\n FIXME 权衡性能和场景将所有项目信息做成了一个宽表，后续根据业务情况考虑是否改写。但对项目的增删改查等操作始终须走同一个接口","operationId":"addProject","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizProjectAddDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwProject/taskReturn":{"post":{"tags":["常规电网项目"],"operationId":"taskReturn_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizCgdwProject/export":{"post":{"tags":["常规电网项目"],"summary":"导出常规电网项目列表","description":"导出常规电网项目列表","operationId":"export_14","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizCgdwProjectBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/projectdeclare/bizCgdwProject/declareSubmit":{"post":{"tags":["常规电网项目"],"operationId":"declareSubmit_3","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BizCgdwProjectBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizCgdwProject/complete":{"post":{"tags":["常规电网项目"],"operationId":"complete_4","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessParmVo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/submit":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"提交审核","description":"提交审核","operationId":"submit","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CgdwOtherProjectBaseQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/saveSelfTable":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"保存本人的常规电网项目表格数据","description":"保存本人的常规电网项目表格数据","operationId":"saveSelfTable","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CgdwOtherProjectSaveTableDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/querySubTable":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"查询下级单位用户的常规电网项目表格","description":"查询下级单位用户的常规电网项目表格","operationId":"querySubTable","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CgdwOtherProjectBaseQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/querySelfTable":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"查询本人的常规电网项目表格","description":"查询本人的常规电网项目表格","operationId":"querySelfTable","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CgdwOtherProjectBaseQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/queryPageType":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"查询用户访问页面类型","description":"查询用户访问页面类型","operationId":"queryPageType","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/queryDrop":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"获取下拉","description":"获取下拉","operationId":"queryDrop","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/queryApproveTable":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"查询审批项目表格","description":"查询审批项目表格","operationId":"queryApproveTable","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CgdwOtherProjectBaseQueryDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/fillReturn":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"填报退回操作","description":"填报退回操作","operationId":"fillReturn","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CgdwOtherProjectFillApproveDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/fillPass":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"审批通过操作","description":"审批通过操作","operationId":"fillPass","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CgdwOtherProjectFillApproveDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/projectdeclare/bizCgdwOtherProject/downloadTable":{"post":{"tags":["常规电网其余工程Controller（10KV和35KV电网项目）"],"summary":"下载表格","description":"下载表格","operationId":"downloadTable","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CgdwOtherProjectBaseQueryDto"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/eppi-api/monitor/operlog/export":{"post":{"tags":["操作日志记录"],"summary":"导出操作日志记录列表","description":"导出操作日志记录列表","operationId":"export_15","parameters":[{"name":"operLog","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysOperLog"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/monitor/logininfor/export":{"post":{"tags":["系统访问记录"],"summary":"导出系统访问记录列表","description":"导出系统访问记录列表","operationId":"export_16","parameters":[{"name":"logininfor","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysLogininfor"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/logout":{"post":{"tags":["登录验证"],"summary":"退出登录","description":"退出登录","operationId":"logout","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/login":{"post":{"tags":["登录验证"],"summary":"登录方法","description":"登录方法","operationId":"login","requestBody":{"description":"登录信息","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoginBody"}}},"required":true},"responses":{"200":{"description":"结果","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/flowbale/flwBizInstance/export":{"post":{"tags":["业务流程实例"],"summary":"导出业务流程实例列表","description":"导出业务流程实例列表","operationId":"export_17","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/FlwBizInstanceBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/emailLogin":{"post":{"tags":["登录验证"],"summary":"邮件登录","description":"邮件登录","operationId":"emailLogin","requestBody":{"description":"登录信息","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailLoginBody"}}},"required":true},"responses":{"200":{"description":"结果","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/demo/demo/importData":{"post":{"tags":["测试单表Controller"],"summary":"导入数据","description":"导入数据","operationId":"importData_1","requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","description":"导入文件","format":"binary"}}}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/demo/export":{"post":{"tags":["测试单表Controller"],"summary":"导出测试单表列表","description":"导出测试单表列表","operationId":"export_18","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestDemoBo"}}}},"responses":{"200":{"description":"OK"}}}},"/eppi-api/demo/batch/add":{"post":{"tags":["测试批量方法"],"summary":"新增批量方法 可完美替代 saveBatch 秒级插入上万数据 (对mysql负荷较大)\n ","description":"新增批量方法 可完美替代 saveBatch 秒级插入上万数据 (对mysql负荷较大)\n <p>\n 3.5.0 版本 增加 rewriteBatchedStatements=true 批处理参数 使 MP 原生批处理可以达到同样的速度","operationId":"add_21","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/batch/addOrUpdate":{"post":{"tags":["测试批量方法"],"summary":"新增或更新 可完美替代 saveOrUpdateBatch 高性能\n ","description":"新增或更新 可完美替代 saveOrUpdateBatch 高性能\n <p>\n 3.5.0 版本 增加 rewriteBatchedStatements=true 批处理参数 使 MP 原生批处理可以达到同样的速度","operationId":"addOrUpdate","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/cockpitIndex/queryCockpitData":{"post":{"tags":["驾驶舱首页控制器"],"summary":"查询驾驶舱数据 TODO 需求确认：驾驶舱功能暂不做，前端写死显示假数据","description":"查询驾驶舱数据 TODO 需求确认：驾驶舱功能暂不做，前端写死显示假数据","operationId":"queryCockpitData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CockpitIndexDataQueryDTO"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/bizNgDataAttachment/submit":{"post":{"tags":["纳规资料附件上传Controller"],"summary":"提交审核","description":"提交审核","operationId":"submit_1","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/bizNgDataAttachment/saveAttachment":{"post":{"tags":["纳规资料附件上传Controller"],"summary":"保存附件","description":"保存附件","operationId":"saveAttachment","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NgDataAttachmentUploadDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/bizNgDataAttachment/queryNgSubSubmitFile":{"post":{"tags":["纳规资料附件上传Controller"],"summary":"查询下属单位已提交审核的纳规材料文件","description":"查询下属单位已提交审核的纳规材料文件","operationId":"queryNgSubSubmitFile","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/bizNgDataAttachment/queryNgSelfFile":{"post":{"tags":["纳规资料附件上传Controller"],"summary":"查询本人已上传的纳规材料文件","description":"查询本人已上传的纳规材料文件","operationId":"queryNgSelfFile","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/attachment/singleFileUpload":{"post":{"summary":"Author: 杨群\n Date: 2024-4-19 17:20\n Description:","description":"Author: 杨群\n Date: 2024-4-19 17:20\n Description:","operationId":"singleFileUpload","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBizAttachmentVo"}}}}}}},"/eppi-api/attachment/downloadAttach":{"post":{"summary":"下载附件信息 TODO 暂时简单做，待后续改造附件下载功能","description":"下载附件信息 TODO 暂时简单做，待后续改造附件下载功能","operationId":"downloadAttach","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DownloadFileDto"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/eppi-api/workflow/task/processVariables/{taskId}":{"get":{"tags":["工作流任务管理"],"summary":"获取流程变量","description":"获取流程变量","operationId":"processVariables","parameters":[{"name":"taskId","in":"path","description":"流程任务Id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/process/todoList":{"get":{"tags":["工作流流程管理"],"summary":"获取待办列表","description":"获取待办列表","operationId":"todoProcessList","parameters":[{"name":"processQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ProcessQuery"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfTaskVo"}}}}}}},"/eppi-api/workflow/process/ownList":{"get":{"tags":["工作流流程管理"],"summary":"我拥有的流程","description":"我拥有的流程","operationId":"ownProcessList","parameters":[{"name":"processQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ProcessQuery"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfTaskVo"}}}}}}},"/eppi-api/workflow/process/list":{"get":{"tags":["工作流流程管理"],"summary":"查询可发起流程列表","description":"查询可发起流程列表","operationId":"startProcessList","parameters":[{"name":"processQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ProcessQuery"}},{"name":"pageQuery","in":"query","description":"分页参数","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfDefinitionVo"}}}}}}},"/eppi-api/workflow/process/getProcessForm":{"get":{"tags":["工作流流程管理"],"summary":"查询流程部署关联表单信息","description":"查询流程部署关联表单信息","operationId":"getForm","parameters":[{"name":"definitionId","in":"query","description":"流程定义id","required":true,"schema":{"type":"string"}},{"name":"deployId","in":"query","description":"流程部署id","required":true,"schema":{"type":"string"}},{"name":"procInsId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/workflow/process/finishedList":{"get":{"tags":["工作流流程管理"],"summary":"获取已办列表","description":"获取已办列表","operationId":"finishedProcessList","parameters":[{"name":"processQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ProcessQuery"}},{"name":"pageQuery","in":"query","description":"分页参数","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfTaskVo"}}}}}}},"/eppi-api/workflow/process/detail":{"get":{"tags":["工作流流程管理"],"summary":"查询流程详情信息","description":"查询流程详情信息","operationId":"detail","parameters":[{"name":"procInsId","in":"query","description":"流程实例ID","required":true,"schema":{"type":"string"}},{"name":"taskId","in":"query","description":"任务ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/process/copyList":{"get":{"tags":["工作流流程管理"],"summary":"获取抄送列表","description":"获取抄送列表","operationId":"copyProcessList","parameters":[{"name":"copyBo","in":"query","description":"流程抄送对象","required":true,"schema":{"$ref":"#/components/schemas/WfCopyBo"}},{"name":"pageQuery","in":"query","description":"分页参数","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfCopyVo"}}}}}}},"/eppi-api/workflow/process/claimList":{"get":{"tags":["工作流流程管理"],"summary":"获取待签列表","description":"获取待签列表","operationId":"claimProcessList","parameters":[{"name":"processQuery","in":"query","description":"流程业务对象","required":true,"schema":{"$ref":"#/components/schemas/ProcessQuery"}},{"name":"pageQuery","in":"query","description":"分页参数","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfTaskVo"}}}}}}},"/eppi-api/workflow/process/bpmnXml/{processDefId}":{"get":{"tags":["工作流流程管理"],"summary":"读取xml文件","description":"读取xml文件","operationId":"getBpmnXml","parameters":[{"name":"processDefId","in":"path","description":"流程定义ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/workflow/model/{modelId}":{"get":{"tags":["工作流流程模型管理"],"summary":"获取流程模型详细信息","description":"获取流程模型详细信息","operationId":"getInfo","parameters":[{"name":"modelId","in":"path","description":"模型主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RWfModelVo"}}}}}}},"/eppi-api/workflow/model/list":{"get":{"tags":["工作流流程模型管理"],"summary":"查询流程模型列表","description":"查询流程模型列表","operationId":"list","parameters":[{"name":"modelBo","in":"query","description":"流程模型对象","required":true,"schema":{"$ref":"#/components/schemas/WfModelBo"}},{"name":"pageQuery","in":"query","description":"分页参数","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfModelVo"}}}}}}},"/eppi-api/workflow/model/historyList":{"get":{"tags":["工作流流程模型管理"],"summary":"查询流程模型列表","description":"查询流程模型列表","operationId":"historyList","parameters":[{"name":"modelBo","in":"query","description":"流程模型对象","required":true,"schema":{"$ref":"#/components/schemas/WfModelBo"}},{"name":"pageQuery","in":"query","description":"分页参数","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfModelVo"}}}}}}},"/eppi-api/workflow/model/bpmnXml/{modelId}":{"get":{"tags":["工作流流程模型管理"],"summary":"获取流程表单详细信息","description":"获取流程表单详细信息","operationId":"getBpmnXml_1","parameters":[{"name":"modelId","in":"path","description":"模型主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/workflow/instance/detail":{"get":{"tags":["工作流流程实例管理"],"summary":"查询流程实例详情信息","description":"查询流程实例详情信息","operationId":"detail_1","parameters":[{"name":"procInsId","in":"query","description":"流程实例ID","required":true,"schema":{"type":"string"}},{"name":"deployId","in":"query","description":"流程部署ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/form/{formId}":{"get":{"tags":["流程表单Controller"],"summary":"获取流程表单详细信息","description":"获取流程表单详细信息","operationId":"getInfo_1","parameters":[{"name":"formId","in":"path","description":"主键","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RWfFormVo"}}}}}}},"/eppi-api/workflow/form/list":{"get":{"tags":["流程表单Controller"],"summary":"查询流程表单列表","description":"查询流程表单列表","operationId":"list_1","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/WfFormBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfFormVo"}}}}}}},"/eppi-api/workflow/deploy/publishList":{"get":{"tags":["流程部署"],"summary":"查询流程部署版本列表","description":"查询流程部署版本列表","operationId":"publishList","parameters":[{"name":"processKey","in":"query","required":true,"schema":{"type":"string"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfDeployVo"}}}}}}},"/eppi-api/workflow/deploy/list":{"get":{"tags":["流程部署"],"summary":"查询流程部署列表","description":"查询流程部署列表","operationId":"list_2","parameters":[{"name":"processQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ProcessQuery"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfDeployVo"}}}}}}},"/eppi-api/workflow/deploy/form/{deployId}":{"get":{"tags":["流程部署"],"summary":"查询流程部署关联表单信息","description":"查询流程部署关联表单信息","operationId":"start_1","parameters":[{"name":"deployId","in":"path","description":"流程部署id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/workflow/deploy/bpmnXml/{definitionId}":{"get":{"tags":["流程部署"],"summary":"读取xml文件","description":"读取xml文件","operationId":"getBpmnXml_2","parameters":[{"name":"definitionId","in":"path","description":"流程定义ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/workflow/category/{categoryId}":{"get":{"tags":["流程分类Controller"],"summary":"获取流程分类详细信息","description":"获取流程分类详细信息","operationId":"getInfo_2","parameters":[{"name":"categoryId","in":"path","description":"分类主键","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RWfCategoryVo"}}}}}}},"/eppi-api/workflow/category/list":{"get":{"tags":["流程分类Controller"],"summary":"查询流程分类列表","description":"查询流程分类列表","operationId":"list_3","parameters":[{"name":"category","in":"query","required":true,"schema":{"$ref":"#/components/schemas/WfCategory"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoWfCategoryVo"}}}}}}},"/eppi-api/workflow/category/listAll":{"get":{"tags":["流程分类Controller"],"summary":"查询全部的流程分类列表","description":"查询全部的流程分类列表","operationId":"listAll","parameters":[{"name":"category","in":"query","required":true,"schema":{"$ref":"#/components/schemas/WfCategory"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListWfCategoryVo"}}}}}}},"/eppi-api/tool/gen/{tableId}":{"get":{"tags":["代码生成 操作处理"],"summary":"修改代码生成业务","description":"修改代码生成业务","operationId":"getInfo_3","parameters":[{"name":"tableId","in":"path","description":"表ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/tool/gen/synchDb/{tableName}":{"get":{"tags":["代码生成 操作处理"],"summary":"同步数据库","description":"同步数据库","operationId":"synchDb","parameters":[{"name":"tableName","in":"path","description":"表名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/tool/gen/preview/{tableId}":{"get":{"tags":["代码生成 操作处理"],"summary":"预览代码","description":"预览代码","operationId":"preview","parameters":[{"name":"tableId","in":"path","description":"表ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringString"}}}}}}},"/eppi-api/tool/gen/list":{"get":{"tags":["代码生成 操作处理"],"summary":"查询代码生成列表","description":"查询代码生成列表","operationId":"genList","parameters":[{"name":"genTable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GenTable"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoGenTable"}}}}}}},"/eppi-api/tool/gen/genCode/{tableName}":{"get":{"tags":["代码生成 操作处理"],"summary":"生成代码（自定义路径）","description":"生成代码（自定义路径）","operationId":"genCode","parameters":[{"name":"tableName","in":"path","description":"表名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/tool/gen/download/{tableName}":{"get":{"tags":["代码生成 操作处理"],"summary":"生成代码（下载方式）","description":"生成代码（下载方式）","operationId":"download","parameters":[{"name":"tableName","in":"path","description":"表名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/tool/gen/db/list":{"get":{"tags":["代码生成 操作处理"],"summary":"查询数据库列表","description":"查询数据库列表","operationId":"dataList","parameters":[{"name":"genTable","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GenTable"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoGenTable"}}}}}}},"/eppi-api/tool/gen/column/{tableId}":{"get":{"tags":["代码生成 操作处理"],"summary":"查询数据表字段列表","description":"查询数据表字段列表","operationId":"columnList","parameters":[{"name":"tableId","in":"query","description":"表ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoGenTableColumn"}}}}}}},"/eppi-api/tool/gen/batchGenCode":{"get":{"tags":["代码生成 操作处理"],"summary":"批量生成代码","description":"批量生成代码","operationId":"batchGenCode","parameters":[{"name":"tables","in":"query","description":"表名串","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/system/user/selectUser":{"get":{"tags":["用户信息"],"summary":"查询用户列表，用于用户选择场景","description":"查询用户列表，用于用户选择场景","operationId":"selectUser","parameters":[{"name":"user","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysUser"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysUser"}}}}}}},"/eppi-api/system/user/list":{"get":{"tags":["用户信息"],"summary":"获取用户列表","description":"获取用户列表","operationId":"list_4","parameters":[{"name":"user","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysUser"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysUser"}}}}}}},"/eppi-api/system/user/deptTree":{"get":{"tags":["用户信息"],"summary":"获取部门树列表","description":"获取部门树列表","operationId":"deptTree","parameters":[{"name":"dept","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysDept"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListTreeLong"}}}}}}},"/eppi-api/system/user/authRole/{userId}":{"get":{"tags":["用户信息"],"summary":"根据用户编号获取授权角色","description":"根据用户编号获取授权角色","operationId":"authRole","parameters":[{"name":"userId","in":"path","description":"用户ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/system/user/{userId}":{"get":{"tags":["用户信息"],"summary":"根据用户编号获取详细信息","description":"根据用户编号获取详细信息","operationId":"getInfo_4","parameters":[{"name":"userId","in":"path","description":"用户ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/system/user/":{"get":{"tags":["用户信息"],"summary":"根据用户编号获取详细信息","description":"根据用户编号获取详细信息","operationId":"getInfo_5","parameters":[],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/system/role/{roleId}":{"get":{"tags":["角色信息"],"summary":"根据角色编号获取详细信息","description":"根据角色编号获取详细信息","operationId":"getInfo_6","parameters":[{"name":"roleId","in":"path","description":"角色ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysRole"}}}}}}},"/eppi-api/system/role/optionselect":{"get":{"tags":["角色信息"],"summary":"获取角色选择框列表","description":"获取角色选择框列表","operationId":"optionselect","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysRole"}}}}}}},"/eppi-api/system/role/list":{"get":{"tags":["角色信息"],"summary":"获取角色信息列表","description":"获取角色信息列表","operationId":"list_5","parameters":[{"name":"role","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysRole"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysRole"}}}}}}},"/eppi-api/system/role/deptTree/{roleId}":{"get":{"tags":["角色信息"],"summary":"获取对应角色部门树列表","description":"获取对应角色部门树列表","operationId":"roleDeptTreeselect","parameters":[{"name":"roleId","in":"path","description":"角色ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/system/role/authUser/unallocatedList":{"get":{"tags":["角色信息"],"summary":"查询未分配用户角色列表","description":"查询未分配用户角色列表","operationId":"unallocatedList","parameters":[{"name":"user","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysUser"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysUser"}}}}}}},"/eppi-api/system/role/authUser/allocatedList":{"get":{"tags":["角色信息"],"summary":"查询已分配用户角色列表","description":"查询已分配用户角色列表","operationId":"allocatedList","parameters":[{"name":"user","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysUser"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysUser"}}}}}}},"/eppi-api/system/post/{postId}":{"get":{"tags":["岗位信息操作处理"],"summary":"根据岗位编号获取详细信息","description":"根据岗位编号获取详细信息","operationId":"getInfo_7","parameters":[{"name":"postId","in":"path","description":"岗位ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysPost"}}}}}}},"/eppi-api/system/post/optionselect":{"get":{"tags":["岗位信息操作处理"],"summary":"获取岗位选择框列表","description":"获取岗位选择框列表","operationId":"optionselect_1","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysPost"}}}}}}},"/eppi-api/system/post/list":{"get":{"tags":["岗位信息操作处理"],"summary":"获取岗位列表","description":"获取岗位列表","operationId":"list_6","parameters":[{"name":"post","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysPost"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysPost"}}}}}}},"/eppi-api/system/oss/list":{"get":{"tags":["文件上传 控制层"],"summary":"查询OSS对象存储列表","description":"查询OSS对象存储列表","operationId":"list_7","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysOssBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysOssVo"}}}}}}},"/eppi-api/system/oss/listByIds/{ossIds}":{"get":{"tags":["文件上传 控制层"],"summary":"查询OSS对象基于id串","description":"查询OSS对象基于id串","operationId":"listByIds","parameters":[{"name":"ossIds","in":"path","description":"OSS对象ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysOssVo"}}}}}}},"/eppi-api/system/oss/download/{ossId}":{"get":{"tags":["文件上传 控制层"],"summary":"下载OSS对象","description":"下载OSS对象","operationId":"download_1","parameters":[{"name":"ossId","in":"path","description":"OSS对象ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/system/oss/config/{ossConfigId}":{"get":{"tags":["对象存储配置"],"summary":"获取对象存储配置详细信息","description":"获取对象存储配置详细信息","operationId":"getInfo_8","parameters":[{"name":"ossConfigId","in":"path","description":"OSS配置ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysOssConfigVo"}}}}}}},"/eppi-api/system/oss/config/list":{"get":{"tags":["对象存储配置"],"summary":"查询对象存储配置列表","description":"查询对象存储配置列表","operationId":"list_8","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysOssConfigBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysOssConfigVo"}}}}}}},"/eppi-api/system/notice/{noticeId}":{"get":{"tags":["公告 信息操作处理"],"summary":"根据通知公告编号获取详细信息","description":"根据通知公告编号获取详细信息","operationId":"getInfo_9","parameters":[{"name":"noticeId","in":"path","description":"公告ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysNotice"}}}}}}},"/eppi-api/system/notice/list":{"get":{"tags":["公告 信息操作处理"],"summary":"获取通知公告列表","description":"获取通知公告列表","operationId":"list_9","parameters":[{"name":"notice","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysNotice"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysNotice"}}}}}}},"/eppi-api/system/menu/{menuId}":{"get":{"tags":["菜单信息"],"summary":"根据菜单编号获取详细信息","description":"根据菜单编号获取详细信息","operationId":"getInfo_10","parameters":[{"name":"menuId","in":"path","description":"菜单ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysMenu"}}}}}},"delete":{"tags":["菜单信息"],"summary":"删除菜单","description":"删除菜单","operationId":"remove_15","parameters":[{"name":"menuId","in":"path","description":"菜单ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/menu/treeselect":{"get":{"tags":["菜单信息"],"summary":"获取菜单下拉树列表","description":"获取菜单下拉树列表","operationId":"treeselect","parameters":[{"name":"menu","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysMenu"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListTreeLong"}}}}}}},"/eppi-api/system/menu/roleMenuTreeselect/{roleId}":{"get":{"tags":["菜单信息"],"summary":"加载对应角色菜单列表树","description":"加载对应角色菜单列表树","operationId":"roleMenuTreeselect","parameters":[{"name":"roleId","in":"path","description":"角色ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/system/menu/list":{"get":{"tags":["菜单信息"],"summary":"获取菜单列表","description":"获取菜单列表","operationId":"list_10","parameters":[{"name":"menu","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysMenu"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysMenu"}}}}}}},"/eppi-api/system/dict/type/{dictId}":{"get":{"tags":["数据字典信息"],"summary":"查询字典类型详细","description":"查询字典类型详细","operationId":"getInfo_11","parameters":[{"name":"dictId","in":"path","description":"字典ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysDictType"}}}}}}},"/eppi-api/system/dict/type/optionselect":{"get":{"tags":["数据字典信息"],"summary":"获取字典选择框列表","description":"获取字典选择框列表","operationId":"optionselect_2","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysDictType"}}}}}}},"/eppi-api/system/dict/type/list":{"get":{"tags":["数据字典信息"],"summary":"查询字典类型列表","description":"查询字典类型列表","operationId":"list_11","parameters":[{"name":"dictType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysDictType"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysDictType"}}}}}}},"/eppi-api/system/dict/data/{dictCode}":{"get":{"tags":["数据字典信息"],"summary":"查询字典数据详细","description":"查询字典数据详细","operationId":"getInfo_12","parameters":[{"name":"dictCode","in":"path","description":"字典code","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysDictData"}}}}}}},"/eppi-api/system/dict/data/type/{dictType}":{"get":{"tags":["数据字典信息"],"summary":"根据字典类型查询字典数据信息","description":"根据字典类型查询字典数据信息","operationId":"dictType","parameters":[{"name":"dictType","in":"path","description":"字典类型","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysDictData"}}}}}}},"/eppi-api/system/dict/data/list":{"get":{"tags":["数据字典信息"],"summary":"查询字典数据列表","description":"查询字典数据列表","operationId":"list_12","parameters":[{"name":"dictData","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysDictData"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysDictData"}}}}}}},"/eppi-api/system/dept/{deptId}":{"get":{"tags":["部门信息"],"summary":"根据部门编号获取详细信息","description":"根据部门编号获取详细信息","operationId":"getInfo_13","parameters":[{"name":"deptId","in":"path","description":"部门ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysDept"}}}}}},"delete":{"tags":["部门信息"],"summary":"删除部门","description":"删除部门","operationId":"remove_18","parameters":[{"name":"deptId","in":"path","description":"部门ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/dept/list":{"get":{"tags":["部门信息"],"summary":"获取部门列表","description":"获取部门列表","operationId":"list_13","parameters":[{"name":"dept","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysDept"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysDept"}}}}}}},"/eppi-api/system/dept/list/exclude/{deptId}":{"get":{"tags":["部门信息"],"summary":"查询部门列表（排除节点）","description":"查询部门列表（排除节点）","operationId":"excludeChild","parameters":[{"name":"deptId","in":"path","description":"部门ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysDept"}}}}}}},"/eppi-api/system/config/{configId}":{"get":{"tags":["参数配置 信息操作处理"],"summary":"根据参数编号获取详细信息","description":"根据参数编号获取详细信息","operationId":"getInfo_14","parameters":[{"name":"configId","in":"path","description":"参数ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysConfig"}}}}}}},"/eppi-api/system/config/list":{"get":{"tags":["参数配置 信息操作处理"],"summary":"获取参数配置列表","description":"获取参数配置列表","operationId":"list_14","parameters":[{"name":"config","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysConfig"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysConfig"}}}}}}},"/eppi-api/system/config/configKey/{configKey}":{"get":{"tags":["参数配置 信息操作处理"],"summary":"根据参数键名查询参数值","description":"根据参数键名查询参数值","operationId":"getConfigKey","parameters":[{"name":"configKey","in":"path","description":"参数Key","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/ngInfoRelease/{nginfoId}":{"get":{"tags":["纳规信息发布"],"summary":"获取纳规信息发布详细信息","description":"获取纳规信息发布详细信息","operationId":"getInfo_15","parameters":[{"name":"nginfoId","in":"path","description":"主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBizNgInfoReleaseVo"}}}}}}},"/eppi-api/publish/ngInfoRelease/list":{"get":{"tags":["纳规信息发布"],"summary":"查询纳规信息发布列表","description":"查询纳规信息发布列表","operationId":"list_15","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizNgInfoReleaseBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoBizNgInfoReleaseVo"}}}}}}},"/eppi-api/publish/article/{articleId}":{"get":{"tags":["文章"],"summary":"获取文章详细信息","description":"获取文章详细信息","operationId":"getInfo_16","parameters":[{"name":"articleId","in":"path","description":"主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBizArticleVo"}}}}}}},"/eppi-api/publish/article/searchArticle":{"get":{"tags":["文章"],"summary":"Author: 杨群\n Date: 2024-4-12 11:40\n Description: 根据条件查询文章列表，文章名模糊查询","description":"Author: 杨群\n Date: 2024-4-12 11:40\n Description: 根据条件查询文章列表，文章名模糊查询","operationId":"getArticleInfoByCondition","parameters":[{"name":"articleBo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizArticleBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoBizArticleVo"}}}}}}},"/eppi-api/publish/article/queryPublished":{"get":{"tags":["文章"],"summary":"Author: 杨群\n Date: 2024-4-12 11:40\n Description: 查询已发布文章列表","description":"Author: 杨群\n Date: 2024-4-12 11:40\n Description: 查询已发布文章列表","operationId":"queryPublished","parameters":[{"name":"articleBo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizArticleBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoBizArticleVo"}}}}}}},"/eppi-api/publish/article/pubed/{articleId}":{"get":{"tags":["文章"],"summary":"Author: 杨群\n Date: 2024-4-12 11:40\n 获取已发布文章详细信息","description":"Author: 杨群\n Date: 2024-4-12 11:40\n 获取已发布文章详细信息","operationId":"getPubedInfo","parameters":[{"name":"articleId","in":"path","description":"主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBizArticleVo"}}}}}}},"/eppi-api/publish/article/list":{"get":{"tags":["文章"],"summary":"查询文章列表","description":"查询文章列表","operationId":"list_16","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizArticleBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoBizArticleVo"}}}}}}},"/eppi-api/projectdeclare/bizXnyProject/{xnyId}":{"get":{"tags":["新能源项目信息"],"summary":"获取新能源项目信息详细信息","description":"获取新能源项目信息详细信息","operationId":"getInfo_17","parameters":[{"name":"xnyId","in":"path","description":"主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBizXnyProjectVo"}}}}}}},"/eppi-api/projectdeclare/bizXnyProject/list":{"get":{"tags":["新能源项目信息"],"summary":"查询新能源项目信息列表","description":"查询新能源项目信息列表","operationId":"list_17","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizXnyProjectBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoBizXnyProjectVo"}}}}}}},"/eppi-api/projectdeclare/bizRdProject/{rdId}":{"get":{"tags":["热电项目信息"],"summary":"获取热电项目信息详细信息","description":"获取热电项目信息详细信息","operationId":"getInfo_18","parameters":[{"name":"rdId","in":"path","description":"主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBizRdProjectVo"}}}}}}},"/eppi-api/projectdeclare/bizRdProject/list":{"get":{"tags":["热电项目信息"],"summary":"查询热电项目信息列表","description":"查询热电项目信息列表","operationId":"list_18","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizRdProjectBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoBizRdProjectVo"}}}}}}},"/eppi-api/projectdeclare/bizCgdwProject/{cgdwId}":{"get":{"tags":["常规电网项目"],"summary":"获取常规电网项目详细信息","description":"获取常规电网项目详细信息","operationId":"getInfo_19","parameters":[{"name":"cgdwId","in":"path","description":"主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBizCgdwProjectVo"}}}}}}},"/eppi-api/projectdeclare/bizCgdwProject/list":{"get":{"tags":["常规电网项目"],"summary":"查询常规电网项目列表","description":"查询常规电网项目列表","operationId":"list_19","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BizCgdwProjectBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoBizCgdwProjectVo"}}}}}}},"/eppi-api/monitor/operlog/list":{"get":{"tags":["操作日志记录"],"summary":"获取操作日志记录列表","description":"获取操作日志记录列表","operationId":"list_20","parameters":[{"name":"operLog","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysOperLog"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysOperLog"}}}}}}},"/eppi-api/monitor/online/list":{"get":{"tags":["在线用户监控"],"summary":"获取在线用户监控列表","description":"获取在线用户监控列表","operationId":"list_21","parameters":[{"name":"ipaddr","in":"query","description":"IP地址","required":true,"schema":{"type":"string"}},{"name":"userName","in":"query","description":"用户名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysUserOnline"}}}}}}},"/eppi-api/monitor/logininfor/unlock/{userName}":{"get":{"tags":["系统访问记录"],"operationId":"unlock","parameters":[{"name":"userName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/logininfor/list":{"get":{"tags":["系统访问记录"],"summary":"获取系统访问记录列表","description":"获取系统访问记录列表","operationId":"list_22","parameters":[{"name":"logininfor","in":"query","required":true,"schema":{"$ref":"#/components/schemas/SysLogininfor"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoSysLogininfor"}}}}}}},"/eppi-api/monitor/cache":{"get":{"tags":["缓存监控"],"summary":"获取缓存监控列表","description":"获取缓存监控列表","operationId":"getInfo_20","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/monitor/cache/getValue/{cacheName}/{cacheKey}":{"get":{"tags":["缓存监控"],"summary":"获取缓存监控缓存值详情","description":"获取缓存监控缓存值详情","operationId":"getCacheValue","parameters":[{"name":"cacheName","in":"path","description":"缓存名","required":true,"schema":{"type":"string"}},{"name":"cacheKey","in":"path","description":"缓存key","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RSysCache"}}}}}}},"/eppi-api/monitor/cache/getNames":{"get":{"tags":["缓存监控"],"summary":"获取缓存监控缓存名列表","description":"获取缓存监控缓存名列表","operationId":"cache","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListSysCache"}}}}}}},"/eppi-api/monitor/cache/getKeys/{cacheName}":{"get":{"tags":["缓存监控"],"summary":"获取缓存监控Key列表","description":"获取缓存监控Key列表","operationId":"getCacheKeys","parameters":[{"name":"cacheName","in":"path","description":"缓存名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RCollectionString"}}}}}}},"/eppi-api/getRouters":{"get":{"tags":["登录验证"],"summary":"获取路由信息","description":"获取路由信息","operationId":"getRouters","responses":{"200":{"description":"路由信息","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListRouterVo"}}}}}}},"/eppi-api/getInfo":{"get":{"tags":["登录验证"],"summary":"获取用户信息","description":"获取用户信息","operationId":"getInfo_21","responses":{"200":{"description":"用户信息","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/flowbale/flwBizInstance/{instanceId}":{"get":{"tags":["业务流程实例"],"summary":"获取业务流程实例详细信息","description":"获取业务流程实例详细信息","operationId":"getInfo_22","parameters":[{"name":"instanceId","in":"path","description":"主键","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RFlwBizInstanceVo"}}}}}}},"/eppi-api/flowbale/flwBizInstance/list":{"get":{"tags":["业务流程实例"],"summary":"查询业务流程实例列表","description":"查询业务流程实例列表","operationId":"list_23","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/FlwBizInstanceBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoFlwBizInstanceVo"}}}}}}},"/eppi-api/demo/tree/{id}":{"get":{"tags":["测试树表Controller"],"summary":"获取测试树表详细信息","description":"获取测试树表详细信息","operationId":"getInfo_23","parameters":[{"name":"id","in":"path","description":"测试树ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RTestTreeVo"}}}}}}},"/eppi-api/demo/tree/list":{"get":{"tags":["测试树表Controller"],"summary":"查询测试树表列表","description":"查询测试树表列表","operationId":"list_24","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TestTreeBo"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RListTestTreeVo"}}}}}}},"/eppi-api/demo/tree/export":{"get":{"tags":["测试树表Controller"],"summary":"导出测试树表列表","description":"导出测试树表列表","operationId":"export_19","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TestTreeBo"}}],"responses":{"200":{"description":"OK"}}}},"/eppi-api/demo/sms/sendTencent":{"get":{"tags":["短信演示案例"],"summary":"发送短信Tencent","description":"发送短信Tencent","operationId":"sendTencent","parameters":[{"name":"phones","in":"query","description":"电话号","required":true,"schema":{"type":"string"}},{"name":"templateId","in":"query","description":"模板ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/demo/sms/sendAliyun":{"get":{"tags":["短信演示案例"],"summary":"发送短信Aliyun","description":"发送短信Aliyun","operationId":"sendAliyun","parameters":[{"name":"phones","in":"query","description":"电话号","required":true,"schema":{"type":"string"}},{"name":"templateId","in":"query","description":"模板ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RObject"}}}}}}},"/eppi-api/demo/sensitive/test":{"get":{"tags":["测试数据脱敏控制器"],"summary":"测试数据脱敏","description":"测试数据脱敏","operationId":"test","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RTestSensitive"}}}}}}},"/eppi-api/demo/redisLock/testLock4j":{"get":{"tags":["测试分布式锁的样例"],"summary":"测试lock4j 注解","description":"测试lock4j 注解","operationId":"testLock4j","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/demo/redisLock/testLock4jLockTemplate":{"get":{"tags":["测试分布式锁的样例"],"summary":"测试lock4j 工具","description":"测试lock4j 工具","operationId":"testLock4jLockTemplate","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/demo/redis/pubsub/sub":{"get":{"tags":["Redis 发布订阅 演示案例"],"summary":"订阅消息","description":"订阅消息","operationId":"sub","parameters":[{"name":"key","in":"query","description":"通道Key","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/redis/pubsub/pub":{"get":{"tags":["Redis 发布订阅 演示案例"],"summary":"发布消息","description":"发布消息","operationId":"pub","parameters":[{"name":"key","in":"query","description":"通道Key","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","description":"发送内容","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/rateLimiter/testip":{"get":{"tags":["测试分布式限流样例"],"summary":"测试请求IP限流\n 同一IP请求受影响","description":"测试请求IP限流\n 同一IP请求受影响","operationId":"testip","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/demo/rateLimiter/testcluster":{"get":{"tags":["测试分布式限流样例"],"summary":"测试集群实例限流\n 启动两个后端服务互不影响","description":"测试集群实例限流\n 启动两个后端服务互不影响","operationId":"testcluster","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/demo/rateLimiter/test":{"get":{"tags":["测试分布式限流样例"],"summary":"测试全局限流\n 全局影响","description":"测试全局限流\n 全局影响","operationId":"test_1","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/demo/rateLimiter/testObj":{"get":{"tags":["测试分布式限流样例"],"summary":"测试请求IP限流(key基于参数获取)\n 同一IP请求受影响\n\n 简单变量获取 #变量 复杂表达式 #{#变量 != 1 ? 1 : 0}","description":"测试请求IP限流(key基于参数获取)\n 同一IP请求受影响\n\n 简单变量获取 #变量 复杂表达式 #{#变量 != 1 ? 1 : 0}","operationId":"testObj","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/demo/queue/priority/remove":{"get":{"tags":["优先队列 演示案例"],"summary":"删除队列数据","description":"删除队列数据","operationId":"remove_1","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}},{"name":"name","in":"query","description":"对象名","required":true,"schema":{"type":"string"}},{"name":"orderNum","in":"query","description":"排序号","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/priority/get":{"get":{"tags":["优先队列 演示案例"],"summary":"获取队列数据","description":"获取队列数据","operationId":"get","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/priority/add":{"get":{"tags":["优先队列 演示案例"],"summary":"添加队列数据","description":"添加队列数据","operationId":"add_22","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/delayed/subscribe":{"get":{"tags":["延迟队列 演示案例"],"summary":"订阅队列","description":"订阅队列","operationId":"subscribe","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/delayed/remove":{"get":{"tags":["延迟队列 演示案例"],"summary":"删除队列数据","description":"删除队列数据","operationId":"remove_2","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}},{"name":"orderNum","in":"query","description":"订单号","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/delayed/destroy":{"get":{"tags":["延迟队列 演示案例"],"summary":"销毁队列","description":"销毁队列","operationId":"destroy","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/delayed/add":{"get":{"tags":["延迟队列 演示案例"],"summary":"添加队列数据","description":"添加队列数据","operationId":"add_23","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}},{"name":"orderNum","in":"query","description":"订单号","required":true,"schema":{"type":"string"}},{"name":"time","in":"query","description":"延迟时间(秒)","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/bounded/remove":{"get":{"tags":["有界队列 演示案例"],"summary":"删除队列数据","description":"删除队列数据","operationId":"remove_3","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/bounded/get":{"get":{"tags":["有界队列 演示案例"],"summary":"获取队列数据","description":"获取队列数据","operationId":"get_1","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/queue/bounded/add":{"get":{"tags":["有界队列 演示案例"],"summary":"添加队列数据","description":"添加队列数据","operationId":"add_24","parameters":[{"name":"queueName","in":"query","description":"队列名","required":true,"schema":{"type":"string"}},{"name":"capacity","in":"query","description":"容量","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/mail/sendSimpleMessage":{"get":{"tags":["邮件发送案例"],"summary":"发送邮件","description":"发送邮件","operationId":"sendSimpleMessage","parameters":[{"name":"to","in":"query","description":"接收人","required":true,"schema":{"type":"string"}},{"name":"subject","in":"query","description":"标题","required":true,"schema":{"type":"string"}},{"name":"text","in":"query","description":"内容","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/mail/sendMessageWithAttachment":{"get":{"tags":["邮件发送案例"],"summary":"发送邮件（带附件）","description":"发送邮件（带附件）","operationId":"sendMessageWithAttachment","parameters":[{"name":"to","in":"query","description":"接收人","required":true,"schema":{"type":"string"}},{"name":"subject","in":"query","description":"标题","required":true,"schema":{"type":"string"}},{"name":"text","in":"query","description":"内容","required":true,"schema":{"type":"string"}},{"name":"filePath","in":"query","description":"附件路径","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/i18n":{"get":{"tags":["测试国际化"],"summary":"通过code获取国际化内容\n code为 messages","description":"通过code获取国际化内容\n code为 messages.properties 中的 key\n <p>\n 测试使用 user.register.success","operationId":"get_2","parameters":[{"name":"code","in":"query","description":"国际化code","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/i18n/test2":{"get":{"tags":["测试国际化"],"summary":"Bean 校验国际化\n 不传值 分别查看异常返回\n ","description":"Bean 校验国际化\n 不传值 分别查看异常返回\n <p>\n 测试使用 not.null","operationId":"test2","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TestI18nBo"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RTestI18nBo"}}}}}}},"/eppi-api/demo/i18n/test1":{"get":{"tags":["测试国际化"],"summary":"Validator 校验国际化\n 不传值 分别查看异常返回\n ","description":"Validator 校验国际化\n 不传值 分别查看异常返回\n <p>\n 测试使用 not.null","operationId":"test1","parameters":[{"name":"str","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/excel/exportTemplateOne":{"get":{"tags":["测试Excel功能"],"summary":"单列表多数据","description":"单列表多数据","operationId":"exportTemplateOne","responses":{"200":{"description":"OK"}}}},"/eppi-api/demo/excel/exportTemplateMuliti":{"get":{"tags":["测试Excel功能"],"summary":"多列表多数据","description":"多列表多数据","operationId":"exportTemplateMuliti","responses":{"200":{"description":"OK"}}}},"/eppi-api/demo/encrypt":{"get":{"tags":["测试数据库加解密功能"],"summary":"测试数据库加解密","description":"测试数据库加解密","operationId":"test_2","parameters":[{"name":"key","in":"query","description":"测试key","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","description":"测试value","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringTestDemoEncrypt"}}}}}}},"/eppi-api/demo/demo/{id}":{"get":{"tags":["测试单表Controller"],"summary":"获取测试单表详细信息","description":"获取测试单表详细信息","operationId":"getInfo_24","parameters":[{"name":"id","in":"path","description":"测试ID","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RTestDemoVo"}}}}}}},"/eppi-api/demo/demo/page":{"get":{"tags":["测试单表Controller"],"summary":"自定义分页查询","description":"自定义分页查询","operationId":"page","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TestDemoBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoTestDemoVo"}}}}}}},"/eppi-api/demo/demo/list":{"get":{"tags":["测试单表Controller"],"summary":"查询测试单表列表","description":"查询测试单表列表","operationId":"list_25","parameters":[{"name":"bo","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TestDemoBo"}},{"name":"pageQuery","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PageQuery"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TableDataInfoTestDemoVo"}}}}}}},"/eppi-api/demo/cache/test6":{"get":{"tags":["spring-cache 演示案例"],"summary":"测试设置过期时间\n 手动设置过期时间10秒\n 11秒后获取 判断是否相等","description":"测试设置过期时间\n 手动设置过期时间10秒\n 11秒后获取 判断是否相等","operationId":"test6","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RBoolean"}}}}}}},"/eppi-api/demo/cache/test3":{"get":{"tags":["spring-cache 演示案例"],"summary":"测试 @CacheEvict\n ","description":"测试 @CacheEvict\n <p>\n 使用了CacheEvict注解的方法,会清空指定缓存\n 「一般用在删除的方法上」\n <p>\n cacheNames 命名规则 查看 {@link CacheNames CacheNames} 注释 支持多参数","operationId":"test3","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/demo/cache/test2":{"get":{"tags":["spring-cache 演示案例"],"summary":"测试 @CachePut\n ","description":"测试 @CachePut\n <p>\n 加了@CachePut注解的方法,会把方法的返回值put到缓存里面缓存起来,供其它地方使用\n 它「通常用在新增或者实时更新方法上」\n <p>\n cacheNames 命名规则 查看 {@link CacheNames CacheNames} 注释 支持多参数","operationId":"test2_1","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/demo/cache/test1":{"get":{"tags":["spring-cache 演示案例"],"summary":"测试 @Cacheable\n ","description":"测试 @Cacheable\n <p>\n 表示这个方法有了缓存的功能,方法的返回值会被缓存下来\n 下一次调用该方法前,会去检查是否缓存中已经有值\n 如果有就直接返回,不调用方法\n 如果没有,就调用方法,然后把结果缓存起来\n 这个注解「一般用在查询方法上」\n <p>\n 重点说明: 缓存注解严谨与其他筛选数据功能一起使用\n 例如: 数据权限注解 会造成 缓存击穿 与 数据不一致问题\n <p>\n cacheNames 命名规则 查看 {@link CacheNames CacheNames} 注释 支持多参数","operationId":"test1_1","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}},{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/captchaSms":{"get":{"tags":["验证码操作处理"],"summary":"短信验证码","description":"短信验证码","operationId":"smsCaptcha","parameters":[{"name":"phonenumber","in":"query","description":"用户手机号","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/captchaImage":{"get":{"tags":["验证码操作处理"],"summary":"生成验证码","description":"生成验证码","operationId":"getCode","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RMapStringObject"}}}}}}},"/eppi-api/captchaEmail":{"get":{"tags":["验证码操作处理"],"summary":"邮箱验证码","description":"邮箱验证码","operationId":"emailCode","parameters":[{"name":"email","in":"query","description":"邮箱","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/":{"get":{"tags":["首页"],"summary":"访问首页，提示语","description":"访问首页，提示语","operationId":"index","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/eppi-api/workflow/task/delete":{"delete":{"tags":["工作流任务管理"],"summary":"删除任务","description":"删除任务","operationId":"delete","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WfTaskBo"}}},"required":true},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}}}},"/eppi-api/workflow/process/instance/{instanceIds}":{"delete":{"tags":["工作流流程管理"],"summary":"删除流程实例","description":"删除流程实例","operationId":"delete_1","parameters":[{"name":"instanceIds","in":"path","description":"流程实例ID串","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/model/{modelIds}":{"delete":{"tags":["工作流流程模型管理"],"summary":"删除流程模型","description":"删除流程模型","operationId":"remove_4","parameters":[{"name":"modelIds","in":"path","description":"流程模型主键串","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/workflow/instance/delete":{"delete":{"tags":["工作流流程实例管理"],"summary":"删除流程实例","description":"删除流程实例","operationId":"delete_2","parameters":[{"name":"instanceId","in":"query","description":"流程实例ID","required":true,"schema":{"type":"string"}},{"name":"deleteReason","in":"query","description":"删除原因","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/R"}}}}},"deprecated":true}},"/eppi-api/workflow/form/{formIds}":{"delete":{"tags":["流程表单Controller"],"summary":"删除流程表单","description":"删除流程表单","operationId":"remove_5","parameters":[{"name":"formIds","in":"path","description":"主键串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/deploy/{deployIds}":{"delete":{"tags":["流程部署"],"summary":"删除流程模型","description":"删除流程模型","operationId":"remove_6","parameters":[{"name":"deployIds","in":"path","description":"流程部署ids","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RString"}}}}}}},"/eppi-api/workflow/category/{categoryIds}":{"delete":{"tags":["流程分类Controller"],"summary":"删除流程分类","description":"删除流程分类","operationId":"remove_7","parameters":[{"name":"categoryIds","in":"path","description":"分类主键串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/tool/gen/{tableIds}":{"delete":{"tags":["代码生成 操作处理"],"summary":"删除代码生成","description":"删除代码生成","operationId":"remove_8","parameters":[{"name":"tableIds","in":"path","description":"表ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/user/{userIds}":{"delete":{"tags":["用户信息"],"summary":"删除用户","description":"删除用户","operationId":"remove_9","parameters":[{"name":"userIds","in":"path","description":"角色ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/role/{roleIds}":{"delete":{"tags":["角色信息"],"summary":"删除角色","description":"删除角色","operationId":"remove_10","parameters":[{"name":"roleIds","in":"path","description":"角色ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/post/{postIds}":{"delete":{"tags":["岗位信息操作处理"],"summary":"删除岗位","description":"删除岗位","operationId":"remove_11","parameters":[{"name":"postIds","in":"path","description":"岗位ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/oss/{ossIds}":{"delete":{"tags":["文件上传 控制层"],"summary":"删除OSS对象存储","description":"删除OSS对象存储","operationId":"remove_12","parameters":[{"name":"ossIds","in":"path","description":"OSS对象ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/oss/config/{ossConfigIds}":{"delete":{"tags":["对象存储配置"],"summary":"删除对象存储配置","description":"删除对象存储配置","operationId":"remove_13","parameters":[{"name":"ossConfigIds","in":"path","description":"OSS配置ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/notice/{noticeIds}":{"delete":{"tags":["公告 信息操作处理"],"summary":"删除通知公告","description":"删除通知公告","operationId":"remove_14","parameters":[{"name":"noticeIds","in":"path","description":"公告ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/dict/type/{dictIds}":{"delete":{"tags":["数据字典信息"],"summary":"删除字典类型","description":"删除字典类型","operationId":"remove_16","parameters":[{"name":"dictIds","in":"path","description":"字典ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/dict/type/refreshCache":{"delete":{"tags":["数据字典信息"],"summary":"刷新字典缓存","description":"刷新字典缓存","operationId":"refreshCache","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/dict/data/{dictCodes}":{"delete":{"tags":["数据字典信息"],"summary":"删除字典类型","description":"删除字典类型","operationId":"remove_17","parameters":[{"name":"dictCodes","in":"path","description":"字典code串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/config/{configIds}":{"delete":{"tags":["参数配置 信息操作处理"],"summary":"删除参数配置","description":"删除参数配置","operationId":"remove_19","parameters":[{"name":"configIds","in":"path","description":"参数ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/system/config/refreshCache":{"delete":{"tags":["参数配置 信息操作处理"],"summary":"刷新参数缓存","description":"刷新参数缓存","operationId":"refreshCache_1","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/publish/ngInfoRelease/{nginfoIds}":{"delete":{"tags":["纳规信息发布"],"summary":"删除纳规信息发布","description":"删除纳规信息发布","operationId":"remove_20","parameters":[{"name":"nginfoIds","in":"path","description":"主键串","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizXnyProject/{xnyIds}":{"delete":{"tags":["新能源项目信息"],"summary":"删除新能源项目信息","description":"删除新能源项目信息","operationId":"remove_21","parameters":[{"name":"xnyIds","in":"path","description":"主键串","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizRdProject/{rdIds}":{"delete":{"tags":["热电项目信息"],"summary":"删除热电项目信息","description":"删除热电项目信息","operationId":"remove_22","parameters":[{"name":"rdIds","in":"path","description":"主键串","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/projectdeclare/bizCgdwProject/{cgdwIds}":{"delete":{"tags":["常规电网项目"],"summary":"删除常规电网项目","description":"删除常规电网项目","operationId":"remove_23","parameters":[{"name":"cgdwIds","in":"path","description":"主键串","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/operlog/{operIds}":{"delete":{"tags":["操作日志记录"],"summary":"批量删除操作日志记录","description":"批量删除操作日志记录","operationId":"remove_24","parameters":[{"name":"operIds","in":"path","description":"日志ids","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/operlog/clean":{"delete":{"tags":["操作日志记录"],"summary":"清理操作日志记录","description":"清理操作日志记录","operationId":"clean","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/online/{tokenId}":{"delete":{"tags":["在线用户监控"],"summary":"强退用户","description":"强退用户","operationId":"forceLogout","parameters":[{"name":"tokenId","in":"path","description":"token值","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/logininfor/{infoIds}":{"delete":{"tags":["系统访问记录"],"summary":"批量删除登录日志","description":"批量删除登录日志","operationId":"remove_25","parameters":[{"name":"infoIds","in":"path","description":"日志ids","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/logininfor/clean":{"delete":{"tags":["系统访问记录"],"summary":"清理系统访问记录","description":"清理系统访问记录","operationId":"clean_1","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/cache/clearCacheName/{cacheName}":{"delete":{"tags":["缓存监控"],"summary":"清理缓存监控缓存名","description":"清理缓存监控缓存名","operationId":"clearCacheName","parameters":[{"name":"cacheName","in":"path","description":"缓存名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/cache/clearCacheKey/{cacheName}/{cacheKey}":{"delete":{"tags":["缓存监控"],"summary":"清理缓存监控Key","description":"清理缓存监控Key","operationId":"clearCacheKey","parameters":[{"name":"cacheName","in":"path","required":true,"schema":{"type":"string"}},{"name":"cacheKey","in":"path","description":"key名","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/monitor/cache/clearCacheAll":{"delete":{"tags":["缓存监控"],"summary":"清理全部缓存监控","description":"清理全部缓存监控","operationId":"clearCacheAll","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/flowbale/flwBizInstance/{instanceIds}":{"delete":{"tags":["业务流程实例"],"summary":"删除业务流程实例","description":"删除业务流程实例","operationId":"remove_26","parameters":[{"name":"instanceIds","in":"path","description":"主键串","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/tree/{ids}":{"delete":{"tags":["测试树表Controller"],"summary":"删除测试树表","description":"删除测试树表","operationId":"remove_27","parameters":[{"name":"ids","in":"path","description":"测试树ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/demo/{ids}":{"delete":{"tags":["测试单表Controller"],"summary":"删除测试单表","description":"删除测试单表","operationId":"remove_28","parameters":[{"name":"ids","in":"path","description":"测试ID串","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/demo/batch":{"delete":{"tags":["测试批量方法"],"summary":"删除批量方法","description":"删除批量方法","operationId":"remove_29","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RVoid"}}}}}}},"/eppi-api/workflow/task/diagram/{processId}":{"get":{"tags":["工作流任务管理"],"summary":"生成流程图","description":"生成流程图","operationId":"genProcessDiagram","parameters":[{"name":"processId","in":"path","description":"任务ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}},"put":{"tags":["工作流任务管理"],"summary":"生成流程图","description":"生成流程图","operationId":"genProcessDiagram_3","parameters":[{"name":"processId","in":"path","description":"任务ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}},"post":{"tags":["工作流任务管理"],"summary":"生成流程图","description":"生成流程图","operationId":"genProcessDiagram_2","parameters":[{"name":"processId","in":"path","description":"任务ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}},"delete":{"tags":["工作流任务管理"],"summary":"生成流程图","description":"生成流程图","operationId":"genProcessDiagram_5","parameters":[{"name":"processId","in":"path","description":"任务ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}},"options":{"tags":["工作流任务管理"],"summary":"生成流程图","description":"生成流程图","operationId":"genProcessDiagram_6","parameters":[{"name":"processId","in":"path","description":"任务ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}},"head":{"tags":["工作流任务管理"],"summary":"生成流程图","description":"生成流程图","operationId":"genProcessDiagram_1","parameters":[{"name":"processId","in":"path","description":"任务ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}},"patch":{"tags":["工作流任务管理"],"summary":"生成流程图","description":"生成流程图","operationId":"genProcessDiagram_4","parameters":[{"name":"processId","in":"path","description":"任务ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}}},"components":{"schemas":{"WfModelBo":{"required":["category","modelId","modelKey","modelName"],"type":"object","properties":{"modelId":{"type":"string","description":"模型主键"},"modelName":{"type":"string","description":"模型名称"},"modelKey":{"type":"string","description":"模型Key"},"category":{"type":"string","description":"流程分类"},"description":{"type":"string","description":"描述"},"formType":{"type":"integer","description":"表单类型","format":"int32"},"formId":{"type":"integer","description":"表单主键","format":"int64"},"bpmnXml":{"type":"string","description":"流程xml"},"newVersion":{"type":"boolean","description":"是否保存为新版本"}},"description":"流程模型对象"},"RVoid":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"object"}},"description":"响应信息主体"},"WfFormBo":{"required":["content","formId","formName"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"formId":{"type":"integer","description":"表单主键","format":"int64"},"formName":{"type":"string","description":"表单名称"},"content":{"type":"string","description":"表单内容"},"remark":{"type":"string","description":"备注"}},"description":"流程表单业务对象"},"WfCategory":{"required":["categoryName","code"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"categoryId":{"type":"integer","description":"分类ID","format":"int64"},"categoryName":{"type":"string","description":"分类名称"},"code":{"type":"string","description":"分类编码"},"remark":{"type":"string","description":"备注"},"delFlag":{"type":"string","description":"删除标志（0代表存在 2代表删除）"}},"description":"流程分类对象 wf_category"},"GenTable":{"required":["businessName","className","functionAuthor","functionName","moduleName","packageName","tableComment","tableName"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"tableId":{"type":"integer","description":"编号","format":"int64"},"tableName":{"type":"string","description":"表名称"},"tableComment":{"type":"string","description":"表描述"},"subTableName":{"type":"string","description":"关联父表的表名"},"subTableFkName":{"type":"string","description":"本表关联父表的外键名"},"className":{"type":"string","description":"实体类名称(首字母大写)"},"tplCategory":{"type":"string","description":"使用的模板（crud单表操作 tree树表操作 sub主子表操作）"},"packageName":{"type":"string","description":"生成包路径"},"moduleName":{"type":"string","description":"生成模块名"},"businessName":{"type":"string","description":"生成业务名"},"functionName":{"type":"string","description":"生成功能名"},"functionAuthor":{"type":"string","description":"生成作者"},"genType":{"type":"string","description":"生成代码方式（0zip压缩包 1自定义路径）"},"genPath":{"type":"string","description":"生成路径（不填默认项目路径）"},"pkColumn":{"$ref":"#/components/schemas/GenTableColumn"},"subTable":{"$ref":"#/components/schemas/GenTable"},"columns":{"type":"array","description":"表列信息","items":{"$ref":"#/components/schemas/GenTableColumn"}},"options":{"type":"string","description":"其它生成选项"},"remark":{"type":"string","description":"备注"},"treeCode":{"type":"string","description":"树编码字段"},"treeParentCode":{"type":"string","description":"树父编码字段"},"treeName":{"type":"string","description":"树名称字段"},"menuIds":{"type":"array","items":{"type":"integer","format":"int64"}},"parentMenuId":{"type":"string","description":"上级菜单ID字段"},"parentMenuName":{"type":"string","description":"上级菜单名称字段"},"crud":{"type":"boolean"},"sub":{"type":"boolean"},"tree":{"type":"boolean"}},"description":"业务表 gen_table"},"GenTableColumn":{"required":["javaField"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"columnId":{"type":"integer","description":"编号","format":"int64"},"tableId":{"type":"integer","description":"归属表编号","format":"int64"},"columnName":{"type":"string","description":"列名称"},"columnComment":{"type":"string","description":"列描述"},"columnType":{"type":"string","description":"列类型"},"javaType":{"type":"string","description":"JAVA类型"},"javaField":{"type":"string","description":"JAVA字段名"},"isPk":{"type":"string","description":"是否主键（1是）"},"isIncrement":{"type":"string","description":"是否自增（1是）"},"isRequired":{"type":"string","description":"是否必填（1是）"},"isInsert":{"type":"string","description":"是否为插入字段（1是）"},"isEdit":{"type":"string","description":"是否编辑字段（1是）"},"isList":{"type":"string","description":"是否列表字段（1是）"},"isQuery":{"type":"string","description":"是否查询字段（1是）"},"queryType":{"type":"string","description":"查询方式（EQ等于、NE不等于、GT大于、LT小于、LIKE模糊、BETWEEN范围）"},"htmlType":{"type":"string","description":"显示类型（input文本框、textarea文本域、select下拉框、checkbox复选框、radio单选框、datetime日期控件、image图片上传控件、upload文件上传控件、editor富文本控件）"},"dictType":{"type":"string","description":"字典类型"},"sort":{"type":"integer","description":"排序","format":"int32"},"list":{"type":"boolean"},"required":{"type":"boolean"},"pk":{"type":"boolean"},"insert":{"type":"boolean"},"edit":{"type":"boolean"},"usableColumn":{"type":"boolean"},"superColumn":{"type":"boolean"},"capJavaField":{"type":"string"},"increment":{"type":"boolean"},"query":{"type":"boolean"}},"description":"代码生成业务字段表 gen_table_column"},"SysDept":{"required":["deptName","orderNum"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"parentName":{"type":"string","description":"父菜单名称"},"parentId":{"type":"integer","description":"父菜单ID","format":"int64"},"children":{"type":"array","description":"子部门","items":{"$ref":"#/components/schemas/SysDept"}},"deptId":{"type":"integer","description":"部门ID","format":"int64"},"deptName":{"maxLength":30,"minLength":0,"type":"string","description":"部门名称"},"orderNum":{"type":"integer","description":"显示顺序","format":"int32"},"leader":{"type":"string","description":"负责人"},"phone":{"maxLength":11,"minLength":0,"type":"string","description":"联系电话"},"email":{"maxLength":50,"minLength":0,"type":"string","description":"邮箱"},"status":{"type":"string","description":"部门状态:0正常,1停用"},"delFlag":{"type":"string","description":"删除标志（0代表存在 2代表删除）"},"ancestors":{"type":"string","description":"祖级列表"}},"description":"部门表 sys_dept"},"SysRole":{"required":["roleKey","roleName","roleSort"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"roleId":{"type":"integer","description":"角色ID","format":"int64"},"roleName":{"maxLength":30,"minLength":0,"type":"string","description":"角色名称"},"roleKey":{"maxLength":100,"minLength":0,"type":"string","description":"角色权限"},"roleSort":{"type":"integer","description":"角色排序","format":"int32"},"dataScope":{"type":"string","description":"数据范围（1：所有数据权限；2：自定义数据权限；3：本部门数据权限；4：本部门及以下数据权限；5：仅本人数据权限）"},"menuCheckStrictly":{"type":"boolean","description":"菜单树选择项是否关联显示（ 0：父子不互相关联显示 1：父子互相关联显示）"},"deptCheckStrictly":{"type":"boolean","description":"部门树选择项是否关联显示（0：父子不互相关联显示 1：父子互相关联显示 ）"},"status":{"type":"string","description":"角色状态（0正常 1停用）"},"delFlag":{"type":"string","description":"删除标志（0代表存在 2代表删除）"},"remark":{"type":"string","description":"备注"},"flag":{"type":"boolean","description":"用户是否存在此角色标识 默认不存在"},"menuIds":{"type":"array","description":"菜单组","items":{"type":"integer","format":"int64"}},"deptIds":{"type":"array","description":"部门组（数据权限）","items":{"type":"integer","format":"int64"}},"admin":{"type":"boolean"}},"description":"角色表 sys_role"},"SysUser":{"required":["orgCode","orgName","userName"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"userId":{"type":"integer","description":"用户ID","format":"int64"},"deptId":{"type":"integer","description":"部门ID","format":"int64"},"userName":{"maxLength":30,"minLength":0,"type":"string","description":"用户账号"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属县/区"},"area":{"type":"string","description":"所在地区"},"businessLicenseId":{"type":"string","description":"营业执照附件id"},"orgName":{"type":"string","description":"公司/组织名称"},"orgCode":{"type":"string","description":"组织代码"},"nickName":{"maxLength":30,"minLength":0,"type":"string","description":"用户昵称"},"userType":{"type":"string","description":"用户类型（sys_user系统用户）"},"email":{"maxLength":50,"minLength":0,"type":"string","description":"用户邮箱"},"phonenumber":{"type":"string","description":"手机号码"},"sex":{"type":"string","description":"用户性别"},"avatar":{"type":"string","description":"用户头像"},"password":{"type":"string","description":"密码","writeOnly":true},"status":{"type":"string","description":"帐号状态（0正常 1停用）"},"delFlag":{"type":"string","description":"删除标志（0代表存在 2代表删除）"},"loginIp":{"type":"string","description":"最后登录IP"},"loginDate":{"type":"string","description":"最后登录时间","format":"date-time"},"remark":{"type":"string","description":"备注"},"dept":{"$ref":"#/components/schemas/SysDept"},"roles":{"type":"array","description":"角色对象","items":{"$ref":"#/components/schemas/SysRole"}},"roleIds":{"type":"array","description":"角色组","items":{"type":"integer","format":"int64"}},"postIds":{"type":"array","description":"岗位组","items":{"type":"integer","format":"int64"}},"roleId":{"type":"integer","description":"数据权限 当前角色ID","format":"int64"},"roleType":{"type":"string","description":"角色类型（用于前端区分省、市、县）"},"changePassFlag":{"type":"string","description":"是否修改密码标识（0为未修改，1为已修改）"},"admin":{"type":"boolean"}},"description":""},"SysUserRole":{"type":"object","properties":{"userId":{"type":"integer","description":"用户ID","format":"int64"},"roleId":{"type":"integer","description":"角色ID","format":"int64"}},"description":"用户和角色关联 sys_user_role"},"SysPost":{"required":["postCode","postName","postSort"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"postId":{"type":"integer","description":"岗位序号","format":"int64"},"postCode":{"maxLength":64,"minLength":0,"type":"string","description":"岗位编码"},"postName":{"maxLength":50,"minLength":0,"type":"string","description":"岗位名称"},"postSort":{"type":"integer","description":"岗位排序","format":"int32"},"status":{"type":"string","description":"状态（0正常 1停用）"},"remark":{"type":"string","description":"备注"},"flag":{"type":"boolean","description":"用户是否存在此岗位标识 默认不存在"}},"description":"岗位表 sys_post"},"SysOssConfigBo":{"required":["accessKey","accessPolicy","bucketName","configKey","endpoint","ossConfigId","secretKey"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"ossConfigId":{"type":"integer","description":"主建","format":"int64"},"configKey":{"maxLength":100,"minLength":2,"type":"string","description":"配置key"},"accessKey":{"maxLength":100,"minLength":2,"type":"string","description":"accessKey"},"secretKey":{"maxLength":100,"minLength":2,"type":"string","description":"秘钥"},"bucketName":{"maxLength":100,"minLength":2,"type":"string","description":"桶名称"},"prefix":{"type":"string","description":"前缀"},"endpoint":{"maxLength":100,"minLength":2,"type":"string","description":"访问站点"},"domain":{"type":"string","description":"自定义域名"},"isHttps":{"type":"string","description":"是否https（Y=是,N=否）"},"status":{"type":"string","description":"是否默认（0=是,1=否）"},"region":{"type":"string","description":"域"},"ext1":{"type":"string","description":"扩展字段"},"remark":{"type":"string","description":"备注"},"accessPolicy":{"type":"string","description":"桶权限类型(0private 1public 2custom)"}},"description":"对象存储配置业务对象 sys_oss_config"},"SysNotice":{"required":["noticeTitle"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"noticeId":{"type":"integer","description":"公告ID","format":"int64"},"noticeTitle":{"maxLength":50,"minLength":0,"type":"string","description":"公告标题"},"noticeType":{"type":"string","description":"公告类型（1通知 2公告）"},"noticeContent":{"type":"string","description":"公告内容"},"status":{"type":"string","description":"公告状态（0正常 1关闭）"},"remark":{"type":"string","description":"备注"}},"description":"通知公告表 sys_notice"},"SysMenu":{"required":["menuName","menuType","orderNum"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"parentName":{"type":"string","description":"父菜单名称"},"parentId":{"type":"integer","description":"父菜单ID","format":"int64"},"children":{"type":"array","description":"子部门","items":{"$ref":"#/components/schemas/SysMenu"}},"menuId":{"type":"integer","description":"菜单ID","format":"int64"},"menuName":{"maxLength":50,"minLength":0,"type":"string","description":"菜单名称"},"orderNum":{"type":"integer","description":"显示顺序","format":"int32"},"path":{"maxLength":200,"minLength":0,"type":"string","description":"路由地址"},"component":{"maxLength":200,"minLength":0,"type":"string","description":"组件路径"},"queryParam":{"type":"string","description":"路由参数"},"isFrame":{"type":"string","description":"是否为外链（0是 1否）"},"isCache":{"type":"string","description":"是否缓存（0缓存 1不缓存）"},"menuType":{"type":"string","description":"类型（M目录 C菜单 F按钮）"},"visible":{"type":"string","description":"显示状态（0显示 1隐藏）"},"status":{"type":"string","description":"菜单状态（0正常 1停用）"},"perms":{"maxLength":100,"minLength":0,"type":"string","description":"权限字符串"},"icon":{"type":"string","description":"菜单图标"},"remark":{"type":"string","description":"备注"}},"description":"菜单权限表 sys_menu"},"SysDictType":{"required":["dictName","dictType"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"dictId":{"type":"integer","description":"字典主键","format":"int64"},"dictName":{"maxLength":100,"minLength":0,"type":"string","description":"字典名称"},"dictType":{"maxLength":100,"minLength":0,"pattern":"^[a-z][a-z0-9_]*$","type":"string","description":"字典类型"},"status":{"type":"string","description":"状态（0正常 1停用）"},"remark":{"type":"string","description":"备注"}},"description":"字典类型表 sys_dict_type"},"SysDictData":{"required":["dictLabel","dictType","dictValue"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"dictCode":{"type":"integer","description":"字典编码","format":"int64"},"dictSort":{"type":"integer","description":"字典排序","format":"int32"},"dictLabel":{"maxLength":100,"minLength":0,"type":"string","description":"字典标签"},"dictValue":{"maxLength":100,"minLength":0,"type":"string","description":"字典键值"},"dictType":{"maxLength":100,"minLength":0,"type":"string","description":"字典类型"},"cssClass":{"maxLength":100,"minLength":0,"type":"string","description":"样式属性（其他样式扩展）"},"listClass":{"type":"string","description":"表格字典样式"},"isDefault":{"type":"string","description":"是否默认（Y是 N否）"},"status":{"type":"string","description":"状态（0正常 1停用）"},"remark":{"type":"string","description":"备注"},"default":{"type":"boolean"}},"description":"字典数据表 sys_dict_data"},"SysConfig":{"required":["configKey","configName","configValue"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"configId":{"type":"integer","description":"参数主键","format":"int64"},"configName":{"maxLength":100,"minLength":0,"type":"string","description":"参数名称"},"configKey":{"maxLength":100,"minLength":0,"type":"string","description":"参数键名"},"configValue":{"maxLength":500,"minLength":0,"type":"string","description":"参数键值"},"configType":{"type":"string","description":"系统内置（Y是 N否）"},"remark":{"type":"string","description":"备注"}},"description":"参数配置表 sys_config"},"BizXnyProjectBo":{"required":["installedCapacity","noumenomType","outlineWarehousingType","powerType","proOverview","productionTime","researchType","xnyId","xnyProName"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"xnyId":{"type":"string","description":"新能源项目主键"},"xnyProName":{"type":"string","description":"新能源项目名称"},"researchType":{"type":"string","description":"研究类型（1：规划建议；2：规划专题研究；3：规划综合研究）"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属区"},"powerType":{"type":"string","description":"电源类型（1：光伏；2：风电；3：生物质）"},"installedCapacity":{"type":"string","description":"装机容量"},"noumenomType":{"type":"string","description":"新能源本体项目状态（1.已备案2.已纳入规划库3.已纳入优选库）"},"outlineWarehousingType":{"type":"string","description":"送出线路纳归类型（1.原有纳规2.调整纳规3.取消纳规4.新增纳规）"},"productionTime":{"type":"string","description":"投产时间"},"declareYear":{"type":"string","description":"申报年度"},"declareTime":{"type":"string","description":"申报时间","format":"date-time"},"declareStatus":{"type":"string","description":"申报状态（1.待审核2.已审核3.审核中4.待申报5.已撤销6.已退回7.已完结）"},"ioName":{"type":"string","description":"信息员姓名"},"ioTel":{"type":"string","description":"信息员号码"},"declareUnit":{"type":"string","description":"申报单位"},"insertExplain":{"type":"string","description":"接入考虑"},"outlineVol":{"type":"string","description":"送出线路电压等级"},"substationName":{"type":"string","description":"拟接入公网变电站名称"},"noumenomCity":{"type":"string","description":"新能源本体项目所在市"},"noumenomCounty":{"type":"string","description":"新能源本体项目所在县区"},"substationCity":{"type":"string","description":"拟接入公网变电站所在市"},"substationCounty":{"type":"string","description":"拟接入公网变电站所在县区"},"outlinePassCity":{"type":"string","description":"送去线路途经市"},"outlinePassCounty":{"type":"string","description":"送出线路途经县区"},"warehousingCode":{"type":"string","description":"新能源本体项目纳归文号或核准文号"},"proOverview":{"type":"string","description":"项目概述"},"remark":{"type":"string","description":"备注"}},"description":"新能源项目信息业务对象 biz_xny_project"},"BizRdProjectBo":{"required":["installedCapacity","noumenomType","outlineWarehousingType","powerType","proOverview","productionTime","rdId","rdProName","researchType"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"rdId":{"type":"string","description":"热电项目主键"},"rdProName":{"type":"string","description":"热电项目名称"},"researchType":{"type":"string","description":"研究类型（1：规划建议；2：规划专题研究；3：规划综合研究）"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属区"},"powerType":{"type":"string","description":"电源类型（1：抽凝；2：背压；3：余热、余压、余气）"},"installedCapacity":{"type":"string","description":"装机容量"},"noumenomType":{"type":"string","description":"热电本体项目状态（1.已备案2.已纳入规划库3.已纳入优选库）"},"outlineWarehousingType":{"type":"string","description":"送出线路纳归类型（1.原有纳规2.调整纳规3.取消纳规4.新增纳规）"},"productionTime":{"type":"string","description":"投产时间"},"declareYear":{"type":"string","description":"申报年度"},"declareTime":{"type":"string","description":"申报时间","format":"date-time"},"declareStatus":{"type":"string","description":"申报状态（1.待审核2.已审核3.审核中4.待申报5.已撤销6.已退回7.已完结）"},"ioName":{"type":"string","description":"信息员姓名"},"ioTel":{"type":"string","description":"信息员号码"},"declareUnit":{"type":"string","description":"申报单位"},"insertExplain":{"type":"string","description":"接入考虑"},"outlineVol":{"type":"string","description":"送出线路电压等级"},"substationName":{"type":"string","description":"拟接入公网变电站名称"},"noumenomCity":{"type":"string","description":"热电本体项目所在市"},"noumenomCounty":{"type":"string","description":"热电本体项目所在县区"},"substationCity":{"type":"string","description":"拟接入公网变电站所在市"},"substationCounty":{"type":"string","description":"拟接入公网变电站所在县区"},"outlinePassCity":{"type":"string","description":"送去线路途经市"},"outlinePassCounty":{"type":"string","description":"送出线路途经县区"},"warehousingCode":{"type":"string","description":"热电本体项目纳归文号或核准文号"},"proOverview":{"type":"string","description":"项目概述"},"remark":{"type":"string","description":"备注"}},"description":"热电项目信息业务对象 biz_rd_project"},"BizCgdwProjectBo":{"required":["cgdwProName","researchType"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"cgdwId":{"type":"string","description":"常规电网项目主键"},"cgdwProName":{"type":"string","description":"常规电网项目名称"},"proType":{"type":"string","description":"项目类型（500KV、220KV、110KV、牵引站供电项目、10KV、35KV顺序从左到右依次切换显示"},"researchType":{"type":"string","description":"研究类型（1：规划建议；2：规划专题研究；3：规划综合研究）"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属区"},"location":{"type":"string","description":"建设地点"},"buildAtrribute":{"type":"string","description":"建设性质（1.新建2.扩建3.改造）"},"substationCapacity":{"type":"string","description":"变电容量"},"lineLength":{"type":"string","description":"线路长度"},"productionTime":{"type":"string","description":"投产时间"},"proInvestment":{"type":"string","description":"项目投资"},"warehousingType":{"type":"string","description":"纳归类型（1.原有纳规2.调整纳规3.取消纳规4.新增纳规）"},"declareStatus":{"type":"string","description":"申报状态（1.待审核2.已审核3.审核中4.待申报5.已撤销6.已退回7.已完结）"},"declareYear":{"type":"string","description":"申报年度"},"ioName":{"type":"string","description":"信息员姓名"},"ioTel":{"type":"string","description":"信息员号码"},"declareUnit":{"type":"string","description":"申报单位"},"proOverview":{"type":"string","description":"项目概述"},"remark":{"type":"string","description":"备注"},"referCity":{"type":"string","description":"涉及地市"}},"description":"常规电网项目业务对象 biz_cgdw_project"},"FlwBizInstanceBo":{"required":["bizId","bizType","formData","formPath","instanceId","processDefinitionId","processDefinitionKey","processInstanceId"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"instanceId":{"type":"string","description":"实例id"},"processInstanceId":{"type":"string","description":"流程id"},"bizId":{"type":"string","description":"业务id"},"formPath":{"type":"string","description":"表单路径"},"formData":{"type":"string","description":"表单数据"},"processDefinitionId":{"type":"string","description":"流程定义id"},"bizType":{"type":"string","description":"业务类型（新能源、常规电网、热电）"},"processDefinitionKey":{"type":"string","description":"流程定义Key"}},"description":"业务流程实例业务对象 flw_biz_instance"},"TestTreeBo":{"required":["deptId","id","treeName","userId"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"parentName":{"type":"string","description":"父菜单名称"},"parentId":{"type":"integer","description":"父菜单ID","format":"int64"},"children":{"type":"array","description":"子部门","items":{"$ref":"#/components/schemas/TestTreeBo"}},"id":{"type":"integer","description":"主键","format":"int64"},"deptId":{"type":"integer","description":"部门id","format":"int64"},"userId":{"type":"integer","description":"用户id","format":"int64"},"treeName":{"type":"string","description":"树节点名"}},"description":"测试树表业务对象 test_tree"},"TestDemoBo":{"required":["deptId","id","orderNum","testKey","userId","value"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"id":{"type":"integer","description":"主键","format":"int64"},"deptId":{"type":"integer","description":"部门id","format":"int64"},"userId":{"type":"integer","description":"用户id","format":"int64"},"orderNum":{"type":"integer","description":"排序号","format":"int32"},"testKey":{"type":"string","description":"key键"},"value":{"type":"string","description":"值"}},"description":"测试单表业务对象 test_demo"},"RMapStringObject":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"object"}}},"description":"响应信息主体"},"WfTaskBo":{"type":"object","properties":{"taskId":{"type":"string","description":"任务Id"},"taskName":{"type":"string","description":"任务名称"},"userId":{"type":"string","description":"用户Id"},"comment":{"type":"string","description":"任务意见"},"procInsId":{"type":"string","description":"流程实例Id"},"targetKey":{"type":"string","description":"节点"},"variables":{"type":"object","additionalProperties":{"type":"object"},"description":"流程变量信息"},"assignee":{"type":"string","description":"审批人"},"candidateUsers":{"type":"array","description":"候选人","items":{"type":"string"}},"candidateGroups":{"type":"array","description":"审批组","items":{"type":"string"}},"copyUserIds":{"type":"string","description":"抄送用户Id"},"nextUserIds":{"type":"string","description":"下一节点审批人"}},"description":"流程任务业务对象"},"R":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"object"}},"description":"响应信息主体"},"ProcessParmVo":{"type":"object","properties":{"comment":{"type":"string","description":"审核意见"},"bizId":{"type":"string","description":"业务id"},"targetKey":{"type":"string","description":"目标节点"}},"description":""},"ProcessQuery":{"type":"object","properties":{"processKey":{"type":"string","description":"流程标识"},"processName":{"type":"string","description":"流程名称"},"category":{"type":"string","description":"流程分类"},"state":{"type":"string","description":"状态"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"}},"description":"流程查询实体对象"},"WfCopyBo":{"required":["categoryId","copyId","originatorId","originatorName","processId","processName","taskId","title","userId"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"copyId":{"type":"integer","description":"抄送主键","format":"int64"},"title":{"type":"string","description":"抄送标题"},"processId":{"type":"string","description":"流程主键"},"processName":{"type":"string","description":"流程名称"},"categoryId":{"type":"string","description":"流程分类主键"},"taskId":{"type":"string","description":"任务主键"},"userId":{"type":"integer","description":"用户主键","format":"int64"},"originatorId":{"type":"integer","description":"发起人Id","format":"int64"},"originatorName":{"type":"string","description":"发起人名称"}},"description":"流程抄送业务对象 wf_copy"},"RString":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"string"}},"description":"响应信息主体"},"RObject":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"object"}},"description":"响应信息主体"},"WfDeployForm":{"type":"object","properties":{"deployId":{"type":"string","description":"流程部署主键"},"formKey":{"type":"string","description":"表单Key"},"nodeKey":{"type":"string","description":"节点Key"},"formName":{"type":"string","description":"表单名称"},"nodeName":{"type":"string","description":"节点名称"},"content":{"type":"string","description":"表单内容"}},"description":"流程实例关联表单对象 sys_instance_form"},"SysUserPasswordUpdateDto":{"type":"object","properties":{"oldPassword":{"type":"string","description":"原密码"},"password":{"type":"string","description":"更新的用户密码"}},"description":"<p>\n  更新隐患密码DTO\n </p>"},"RMapStringString":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"string"}}},"description":"响应信息主体"},"SmsLoginBody":{"required":["phonenumber","smsCode"],"type":"object","properties":{"phonenumber":{"type":"string","description":"手机号"},"smsCode":{"type":"string","description":"短信code"}},"description":"短信登录对象"},"RegisterBody":{"required":["password","username"],"type":"object","properties":{"username":{"type":"string","description":"用户名"},"password":{"type":"string","description":"用户密码"},"code":{"type":"string","description":"验证码"},"uuid":{"type":"string","description":"唯一标识"},"userType":{"type":"string"}},"description":"用户注册对象"},"BizNgInfoReleaseBo":{"required":["declarationYear","endTime","nginfoPlanName","starTime"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"nginfoId":{"type":"string","description":"纳归信息发布主键"},"nginfoPlanName":{"type":"string","description":"计划名称"},"declarationYear":{"type":"string","description":"发布年度"},"starTime":{"type":"string","description":"开始时间","format":"date-time"},"endTime":{"type":"string","description":"截止时间","format":"date-time"},"ngPlanStatus":{"type":"string","description":"计划状态(1.已开启；2.未开启；3.已过期）"}},"description":"纳规信息发布业务对象 biz_ng_info_release"},"BizNgInfoRelease":{"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"nginfoId":{"type":"string","description":"纳归信息发布主键"},"nginfoPlanName":{"type":"string","description":"计划名称"},"declarationYear":{"type":"string","description":"发布年度"},"starTime":{"type":"string","description":"开始时间","format":"date-time"},"endTime":{"type":"string","description":"截止时间","format":"date-time"},"ngPlanStatus":{"type":"string","description":"计划状态(1.已开启；2.未开启；3.已过期）"},"ngPlanStatusText":{"type":"string","description":"计划状态（文字显示）"}},"description":"纳规信息发布对象 biz_ng_info_release"},"RBizNgInfoRelease":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/BizNgInfoRelease"}},"description":"响应信息主体"},"BizNgInfoReleaseDelDto":{"type":"object","properties":{"nginfoId":{"type":"string","description":"需删除的纳规计划id"}},"description":"纳规信息发布删除DTO"},"BizArticleBo":{"required":["articleTitle","articleType","expireDate","publishOffice"],"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"articleId":{"type":"string","description":"文章主键"},"articleTitle":{"type":"string","description":"文章标题"},"publishOffice":{"type":"string","description":"发文机关"},"articleStatus":{"type":"string","description":"文章状态"},"articleType":{"type":"string","description":"文章类型"},"articleContent":{"type":"string","description":"文章内容"},"publishDate":{"type":"string","description":"发布日期","format":"date-time"},"expireDate":{"type":"string","description":"有效期至","format":"date-time"},"applyYear":{"type":"string","description":"申报年度"},"attachReferKey":{"type":"string","description":"附件关联键"},"fileIds":{"type":"array","description":"文件id集合","items":{"type":"string"}},"attachments":{"type":"array","description":"附件信息","items":{"$ref":"#/components/schemas/BizAttachmentVo"}},"publishNumber":{"type":"string","description":"发文文号"}},"description":"文章业务对象 biz_article"},"BizAttachmentVo":{"type":"object","properties":{"attachmentId":{"type":"string","description":"附件主键"},"billReferKey":{"type":"string","description":"表单关联键"},"attachmentCode":{"type":"string","description":"附件编码，首次上传生成，修改文件不变"},"attachmentName":{"type":"string","description":"附件名称"},"attachmentSize":{"type":"integer","description":"附件大小(MB)","format":"int64"},"attachmentType":{"type":"string","description":"附件类型"},"attachmentPerms":{"type":"string","description":"权限标识"},"attachmentHisFlag":{"type":"integer","description":"历史文件标识 1-历史文件","format":"int32"},"attachOpType":{"type":"string"}},"description":"附件视图对象 biz_attachment"},"FlowTodoListQueryDto":{"type":"object","properties":{"projectType":{"type":"string","description":"项目类型（电网:DW/热电:RD/新能源:XNY/新型储能:XXCN/煤电:MD/抽蓄:CX/牵引站:QYZ）"},"projectName":{"type":"string","description":"项目名称 模糊查询"},"voltageLevel":{"type":"string","description":"电压等级查询"},"city":{"type":"string","description":"城市"},"county":{"type":"string","description":"县"},"area":{"type":"string","description":"地区（模糊查询）"},"declareTime":{"type":"array","description":"申报时间（区间）","items":{"type":"string"}},"submitUnit":{"type":"string","description":"提交单位（模糊查询）"},"pageSize":{"type":"integer","description":"分页大小","format":"int32"},"pageNum":{"type":"integer","description":"当前页数","format":"int32"}},"description":"流程代办列表信息查询DTO"},"BizAttachment":{"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"attachmentId":{"type":"string","description":"附件主键"},"billReferKey":{"type":"string","description":"表单关联键"},"attachmentCode":{"type":"string","description":"附件编码，首次上传生成，修改文件不变"},"bizTabName":{"type":"string","description":"关联业务表名"},"bizTabId":{"type":"string","description":"关联业务表主键"},"attachmentPath":{"type":"string","description":"附件路径"},"attachmentName":{"type":"string","description":"附件名称"},"attachmentSize":{"type":"number","description":"附件大小(MB)","format":"double"},"attachmentType":{"type":"string","description":"附件类型"},"attachmentPerms":{"type":"string","description":"权限标识"},"attachmentHisFlag":{"type":"integer","description":"历史文件标识 1-历史文件 0-最新文件","format":"int32"},"attachOpType":{"type":"string","description":"文件操作类型：1-新增，2-删除"}},"description":"附件对象 biz_attachment"},"BizProjectSaveDto":{"type":"object","properties":{"id":{"type":"string","description":"项目ID"},"projectName":{"type":"string","description":"项目名称"},"moduleType":{"type":"string","description":"模块类别（纳规项目申报:NG_PROJECT/省重大项目信息库:SZD_PROJECT）"},"projectType":{"type":"string","description":"项目类型（电网:DW/热电:RD/新能源:XNY/新型储能:XXCN/煤电:MD/抽蓄:CX）"},"planningResearchPhase":{"type":"string","description":"规划研究阶段（规划建议:GHJY/规划专题研究:GHZTYJ/规划综合研究:GHZHYJ）"},"installedSubstationCapacity":{"type":"string","description":"装机容量/变电容量（万千瓦/万千伏安）"},"declareStatus":{"type":"string","description":"申报状态"},"declareTime":{"type":"string","description":"申报时间","format":"date-time"},"area":{"type":"string","description":"所属地区"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属县区"},"productionTime":{"type":"string","description":"投产时间"},"powerType":{"type":"string","description":"电源类型（新能源&热电）"},"ioName":{"type":"string","description":"信息员姓名"},"ioTel":{"type":"string","description":"信息员电话"},"declareUnit":{"type":"string","description":"项目申报单位"},"insertExplain":{"type":"string","description":"接入考虑（新能源&热电&新型储能&煤电&抽蓄）"},"projectOverview":{"type":"string","description":"项目概述"},"voltageLevel":{"type":"string","description":"电压等级（千伏）"},"substationName":{"type":"string","description":"拟接入公网变电站名称（新能源&热电&新型储能&煤电&抽蓄）"},"outlinePassArea":{"type":"string","description":"送出线路途径设区市（新能源&热电&新型储能&煤电&抽蓄）"},"noumenomStatus":{"type":"string","description":"本体项目状态（新能源&热电&新型储能&煤电&抽蓄）"},"warehousingCode":{"type":"string","description":"本体项目纳归文号或核准文号（新能源&热电&新型储能&煤电&抽蓄）"},"outlineWarehousingType":{"type":"string","description":"送出线路纳归类型（1.原有纳规2.调整纳规3.取消纳规4.新增纳规）"},"constructionNature":{"type":"string","description":"建设性质（1.新建2.扩建3.改造）（电网）"},"lineLength":{"type":"string","description":"线路长度（电网）"},"projectInvestment":{"type":"string","description":"项目投资（电网&新型储能）"},"administrativeRegion":{"type":"string","description":"省级行政区、市级行政区、县级行政区（新型储能）"},"detailedAddress":{"type":"string","description":"详细地址（新型储能）"},"projectOwnerUnit":{"type":"string","description":"项目业主单位（新型储能）"},"projectStatus":{"type":"string","description":"项目状态（新型储能）"},"filingTime":{"type":"string","description":"备案时间（新型储能）"},"startTime":{"type":"string","description":"开工时间（新型储能）"},"landOccupationArea":{"type":"string","description":"占地面积（新型储能）"},"constructionScene":{"type":"string","description":"建设场景（新型储能）"},"projectClassification":{"type":"string","description":"项目分类（新型储能）"},"gridVoltageLevel":{"type":"string","description":"并网电压等级（新型储能）"},"schedulingType":{"type":"string","description":"调度类型（新型储能）"},"referCity":{"type":"string","description":"涉及地市（牵引站）"},"remark":{"type":"string","description":"备注"},"substationArea":{"type":"string","description":"拟接入公网变电站所在县区（新能源&热电&新型储能&煤电&抽蓄）"},"noumenonArea":{"type":"string","description":"本体项目所属区域（新能源&热电&新型储能&煤电&抽蓄）"},"evidenceAttachmentList":{"type":"array","description":"其他佐证材料附件","items":{"$ref":"#/components/schemas/BizAttachment"}},"substationVoltage":{"type":"string","description":"拟接入公网变电站电压等级"}},"description":"项目新增DTO"},"BizProjectQueryDto":{"type":"object","properties":{"repositoryType":{"type":"string","description":"仓库类型（项目规划库:XMGHK/项目入库公示:XMRKGS）"},"moduleType":{"type":"string","description":"模块类别（纳规项目申报:NG_PROJECT/省重大项目信息库:SZD_PROJECT）"},"projectType":{"type":"string","description":"项目类型（电网:DW/热电:RD/新能源:XNY/新型储能:XXCN/煤电:MD/抽蓄:CX/牵引站:QYZ）"},"projectName":{"type":"string","description":"项目名称 模糊查询"},"area":{"type":"string","description":"建设地点（所在地区）"},"planningResearchPhase":{"type":"string","description":"规划研究阶段（规划建议:GHJY/规划专题研究:GHZTYJ/规划综合研究:GHZHYJ）"},"voltageLevel":{"type":"string","description":"电压等级"},"declareTime":{"type":"array","description":"申报时间","items":{"type":"string"}},"declareStatus":{"type":"string","description":"申报状态"},"ngInfoId":{"type":"string","description":"纳规申报计划ID"},"outlineWarehousingType":{"type":"string","description":"送出线路纳规类型"},"pageSize":{"type":"integer","description":"分页大小","format":"int64"},"pageNum":{"type":"integer","description":"当前页数","format":"int64"}},"description":"项目列表查询DTO"},"BizProjectBaseDto":{"type":"object","properties":{"id":{"type":"string","description":"项目ID"}},"description":"项目基本DTO"},"BizProjectListDropQueryDto":{"type":"object","properties":{"moduleType":{"type":"string","description":"模块类别（纳规项目申报:NG_PROJECT/省重大项目信息库:SZD_PROJECT）"}},"description":"项目列表下拉查询DTO"},"BizProjectDetailDropQueryDto":{"type":"object","properties":{"moduleType":{"type":"string","description":"模块类别（纳规项目申报:NG_PROJECT/省重大项目信息库:SZD_PROJECT）"},"projectType":{"type":"string","description":"项目类型（电网:DW/热电:RD/新能源:XNY/新型储能:XXCN/煤电:MD/抽蓄:CX/牵引站:QYZ）"},"constructionScene":{"type":"string","description":"建设场景（新型储能）"}},"description":"获取项目详情下拉（项目详情及新项目申报）DTO"},"BizProjectAreaTreeQueryDto":{"type":"object","properties":{"moduleType":{"type":"string","description":"模块类别（纳规项目申报:NG_PROJECT/省重大项目信息库:SZD_PROJECT）"},"repositoryType":{"type":"string","description":"仓库类型（项目规划库:XMGHK/项目入库公示:XMRKGS）"}},"description":"获取地区树查询DTO"},"BizProjectAreaTreeOptionQueryDto":{"type":"object","properties":{"fetchAll":{"type":"string","description":"是否获取所有树列表"}},"description":"获取地区树查询DTO"},"BizProjectBatchCompleteDTO":{"type":"object","properties":{"projectIdList":{"type":"array","description":"项目id集合","items":{"type":"string"}},"comment":{"type":"string","description":"描述"}},"description":"项目批量审批通过"},"BizProjectBatchAddDto":{"type":"object","properties":{"attachmentId":{"type":"string","description":"附件id"},"moduleType":{"type":"string","description":"模块类别（纳规项目申报:NG_PROJECT/省重大项目信息库:SZD_PROJECT）"}},"description":"项目批量申报DTO"},"BizProjectAddDto":{"type":"object","properties":{"moduleType":{"type":"string","description":"模块类别（纳规项目申报:NG_PROJECT/省重大项目信息库:SZD_PROJECT）"},"projectType":{"type":"string","description":"项目类型（电网:DW/热电:RD/新能源:XNY/新型储能:XXCN/煤电:MD/抽蓄:CX/牵引站:QYZ）"},"planningResearchPhase":{"type":"string","description":"规划研究阶段（规划建议:GHJY/规划专题研究:GHZTYJ/规划综合研究:GHZHYJ）"},"projectName":{"type":"string","description":"项目名称"},"installedSubstationCapacity":{"type":"string","description":"装机容量/变电容量（万千瓦/万千伏安）"},"remark":{"type":"string","description":"备注"},"area":{"type":"string","description":"所属地区"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属县区"},"productionTime":{"type":"string","description":"投产时间"},"powerType":{"type":"string","description":"电源类型（新能源&热电）"},"ioName":{"type":"string","description":"信息员姓名"},"ioTel":{"type":"string","description":"信息员电话"},"declareUnit":{"type":"string","description":"项目申报单位"},"insertExplain":{"type":"string","description":"接入考虑（新能源&热电&新型储能&煤电&抽蓄）"},"projectOverview":{"type":"string","description":"项目概述"},"voltageLevel":{"type":"string","description":"电压等级（千伏）"},"substationName":{"type":"string","description":"拟接入公网变电站名称（新能源&热电&新型储能&煤电&抽蓄）"},"outlinePassArea":{"type":"string","description":"送出线路途径设区市（新能源&热电&新型储能&煤电&抽蓄）"},"noumenomStatus":{"type":"string","description":"本体项目状态（新能源&热电&新型储能&煤电&抽蓄）（已备案/已纳入规划库/已纳入优选库/在建/投运/退役）"},"warehousingCode":{"type":"string","description":"本体项目纳归文号或核准文号（新能源&热电&新型储能&煤电&抽蓄）"},"outlineWarehousingType":{"type":"string","description":"送出线路纳归类型（1.原有纳规2.调整纳规3.取消纳规4.新增纳规）"},"constructionNature":{"type":"string","description":"建设性质（1.新建2.扩建3.改造）（电网）"},"lineLength":{"type":"string","description":"线路长度（电网）"},"projectInvestment":{"type":"string","description":"项目投资（电网&新型储能）"},"administrativeRegion":{"type":"string","description":"省级行政区、市级行政区、县级行政区（新型储能）"},"detailedAddress":{"type":"string","description":"详细地址（新型储能）"},"projectOwnerUnit":{"type":"string","description":"项目业主单位（新型储能）"},"filingTime":{"type":"string","description":"备案时间（新型储能）"},"startTime":{"type":"string","description":"开工时间（新型储能）"},"landOccupationArea":{"type":"string","description":"占地面积（新型储能）"},"constructionScene":{"type":"string","description":"建设场景（新型储能）"},"projectClassification":{"type":"string","description":"项目分类（新型储能）"},"gridVoltageLevel":{"type":"string","description":"并网电压等级（新型储能）"},"schedulingType":{"type":"string","description":"调度类型（新型储能）"},"referCity":{"type":"string","description":"涉及地市（牵引站）"},"substationArea":{"type":"string","description":"拟接入公网变电站所在县区（新能源&热电&新型储能&煤电&抽蓄）"},"noumenonArea":{"type":"string","description":"本体项目所属区域（新能源&热电&新型储能&煤电&抽蓄）"},"evidenceAttachmentList":{"type":"array","description":"其他佐证材料附件","items":{"$ref":"#/components/schemas/BizAttachment"}},"substationVoltage":{"type":"string","description":"拟接入公网变电站电压等级"}},"description":"项目新增DTO"},"CgdwOtherProjectBaseQueryDto":{"type":"object","properties":{"type":{"type":"string","description":"项目类型（10KV电网项目：1，35KV电网项目：2）"},"ngInfoId":{"type":"string","description":"纳规项目计划id"},"createById":{"type":"string","description":"创建人ID"},"exportType":{"type":"string","description":"导出类型（本人表格：SELF, 下级用户表格：SUB）"},"areaName":{"type":"string","description":"地区名称"}},"description":"常规电网其他工程通用查询DTO"},"CgdwOtherProjectSaveTableDto":{"type":"object","properties":{"type":{"type":"string","description":"类型 （10KV电网项目：1，35KV电网项目：2）"},"dataList":{"type":"array","description":"数据集合","items":{"type":"object","additionalProperties":{"type":"object"}}}},"description":"常规电网其他工程保存表格DTO"},"CgdwOtherProjectFillApproveDto":{"type":"object","properties":{"type":{"type":"string","description":"项目类型（10KV电网项目：1，35KV电网项目：2）"},"ngInfoId":{"type":"string","description":"纳规项目计划id"},"createById":{"type":"string","description":"创建人ID"},"approveOpinion":{"type":"string","description":"审批意见"}},"description":"常规电网其他工程 填报退回操作DTO"},"SysOperLog":{"type":"object","properties":{"operId":{"type":"integer","description":"日志主键","format":"int64"},"title":{"type":"string","description":"操作模块"},"businessType":{"type":"integer","description":"业务类型（0其它 1新增 2修改 3删除）","format":"int32"},"businessTypes":{"type":"array","description":"业务类型数组","items":{"type":"integer","format":"int32"}},"method":{"type":"string","description":"请求方法"},"requestMethod":{"type":"string","description":"请求方式"},"operatorType":{"type":"integer","description":"操作类别（0其它 1后台用户 2手机端用户）","format":"int32"},"operName":{"type":"string","description":"操作人员"},"deptName":{"type":"string","description":"部门名称"},"operUrl":{"type":"string","description":"请求url"},"operIp":{"type":"string","description":"操作地址"},"operLocation":{"type":"string","description":"操作地点"},"operParam":{"type":"string","description":"请求参数"},"jsonResult":{"type":"string","description":"返回参数"},"status":{"type":"integer","description":"操作状态（0正常 1异常）","format":"int32"},"errorMsg":{"type":"string","description":"错误消息"},"operTime":{"type":"string","description":"操作时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"}},"description":"操作日志记录表 oper_log"},"SysLogininfor":{"type":"object","properties":{"infoId":{"type":"integer","description":"ID","format":"int64"},"userName":{"type":"string","description":"用户账号"},"status":{"type":"string","description":"登录状态 0成功 1失败"},"ipaddr":{"type":"string","description":"登录IP地址"},"loginLocation":{"type":"string","description":"登录地点"},"browser":{"type":"string","description":"浏览器类型"},"os":{"type":"string","description":"操作系统"},"msg":{"type":"string","description":"提示消息"},"loginTime":{"type":"string","description":"访问时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"}},"description":"系统访问记录表 sys_logininfor"},"LoginBody":{"required":["password","username"],"type":"object","properties":{"username":{"type":"string","description":"用户名"},"password":{"type":"string","description":"用户密码"},"code":{"type":"string","description":"验证码"},"uuid":{"type":"string","description":"唯一标识"}},"description":"用户登录对象"},"EmailLoginBody":{"required":["email","emailCode"],"type":"object","properties":{"email":{"type":"string","description":"邮箱"},"emailCode":{"type":"string","description":"邮箱code"}},"description":"短信登录对象"},"CockpitIndexDataQueryDTO":{"type":"object","properties":{"cockpitType":{"type":"string","description":"驾驶舱类型（省级驾驶舱大屏：1, 市级驾驶舱大屏：2）"},"year":{"type":"string","description":"年份"},"areaName":{"type":"string","description":"地区名称，如 赣州市 或 江西省,赣州市"}},"description":"首页驾驶舱数据查询DTO"},"NgDataAttachmentUploadDto":{"type":"object","properties":{"ngsqcl":{"type":"array","description":"纳规申请文件","items":{"$ref":"#/components/schemas/BizAttachment"}},"dwghgdxbbg":{"type":"array","description":"电网规划滚动修编报告","items":{"$ref":"#/components/schemas/BizAttachment"}},"dwghxmkbg":{"type":"array","description":"电网规划项目库表格","items":{"$ref":"#/components/schemas/BizAttachment"}},"xnyscxmkbg":{"type":"array","description":"新能源送出项目库表格","items":{"$ref":"#/components/schemas/BizAttachment"}},"bdrlphbg":{"type":"array","description":"变电容量平衡表格","items":{"$ref":"#/components/schemas/BizAttachment"}},"xzjghdwdljxt":{"type":"array","description":"现状及规划电网地理接线图","items":{"$ref":"#/components/schemas/BizAttachment"}},"yhwbgdxlgczccl":{"type":"array","description":"用户外部供电线路工程支撑材料","items":{"$ref":"#/components/schemas/BizAttachment"}},"qtzccl":{"type":"array","description":"其他支撑材料","items":{"$ref":"#/components/schemas/BizAttachment"}}},"description":"纳规材料附件上传DTO"},"RBizAttachmentVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/BizAttachmentVo"}},"description":"响应信息主体"},"DownloadFileDto":{"type":"object","properties":{"fileBytes":{"type":"array","items":{"type":"string","format":"byte"}},"bizAttachmentVo":{"$ref":"#/components/schemas/BizAttachmentVo"},"attachId":{"type":"string"}},"description":""},"PageQuery":{"type":"object","properties":{"pageSize":{"type":"integer","description":"分页大小","format":"int32"},"pageNum":{"type":"integer","description":"当前页数","format":"int32"},"orderByColumn":{"type":"string","description":"排序列"},"isAsc":{"type":"string","description":"排序的方向desc或者asc"}},"description":"分页查询实体类"},"Comment":{"type":"object","properties":{"time":{"type":"string","format":"date-time"},"type":{"type":"string"},"processInstanceId":{"type":"string"},"userId":{"type":"string"},"taskId":{"type":"string"},"fullMessage":{"type":"string"},"id":{"type":"string"}}},"TableDataInfoWfTaskVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/WfTaskVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"WfCommentDto":{"type":"object","properties":{"type":{"type":"string","description":"意见类别 0 正常意见  1 退回意见 2 驳回意见"},"comment":{"type":"string","description":"意见内容"}},"description":""},"WfTaskVo":{"type":"object","properties":{"taskId":{"type":"string","description":"任务编号"},"taskName":{"type":"string","description":"任务名称"},"taskDefKey":{"type":"string","description":"任务Key"},"assigneeId":{"type":"integer","description":"任务执行人Id","format":"int64"},"deptName":{"type":"string","description":"部门名称","deprecated":true},"submitDeptName":{"type":"string","description":"提交部门名称"},"startDeptName":{"type":"string","description":"流程发起人部门名称","deprecated":true},"assigneeName":{"type":"string","description":"任务执行人名称"},"startUserId":{"type":"integer","description":"流程发起人Id","format":"int64"},"startUserName":{"type":"string","description":"流程发起人名称"},"category":{"type":"string","description":"流程类型"},"procVars":{"type":"object","description":"流程变量信息"},"taskLocalVars":{"type":"object","description":"局部变量信息"},"deployId":{"type":"string","description":"流程部署编号"},"procDefId":{"type":"string","description":"流程ID"},"procDefKey":{"type":"string","description":"流程key"},"procDefName":{"type":"string","description":"流程定义名称"},"procDefVersion":{"type":"integer","description":"流程定义内置使用版本","format":"int32"},"procInsId":{"type":"string","description":"流程实例ID"},"hisProcInsId":{"type":"string","description":"历史流程实例ID"},"duration":{"type":"string","description":"任务耗时"},"comment":{"$ref":"#/components/schemas/WfCommentDto"},"commentList":{"type":"array","description":"任务意见","items":{"$ref":"#/components/schemas/Comment"}},"candidate":{"type":"string","description":"候选执行人"},"createTime":{"type":"string","description":"任务创建时间","format":"date-time"},"finishTime":{"type":"string","description":"任务完成时间","format":"date-time"},"processStatus":{"type":"string","description":"流程状态"}},"description":"工作流任务视图对象"},"TableDataInfoWfDefinitionVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/WfDefinitionVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"WfDefinitionVo":{"type":"object","properties":{"definitionId":{"type":"string","description":"流程定义ID"},"processName":{"type":"string","description":"流程名称"},"processKey":{"type":"string","description":"流程Key"},"category":{"type":"string","description":"分类编码"},"version":{"type":"integer","description":"版本","format":"int32"},"formId":{"type":"integer","description":"表单ID","format":"int64"},"formName":{"type":"string","description":"表单名称"},"deploymentId":{"type":"string","description":"部署ID"},"suspended":{"type":"boolean","description":"流程是否暂停（true:挂起 false:激活 ）"},"deploymentTime":{"type":"string","description":"部署时间","format":"date-time"}},"description":"流程定义视图对象 workflow_definition"},"TableDataInfoWfCopyVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/WfCopyVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"WfCopyVo":{"type":"object","properties":{"copyId":{"type":"integer","description":"抄送主键","format":"int64"},"title":{"type":"string","description":"抄送标题"},"processId":{"type":"string","description":"流程主键"},"processName":{"type":"string","description":"流程名称"},"categoryId":{"type":"string","description":"流程分类主键"},"deploymentId":{"type":"string","description":"部署主键"},"instanceId":{"type":"string","description":"流程实例主键"},"taskId":{"type":"string","description":"任务主键"},"userId":{"type":"integer","description":"用户主键","format":"int64"},"originatorId":{"type":"integer","description":"发起人Id","format":"int64"},"originatorName":{"type":"string","description":"发起人名称"},"createTime":{"type":"string","description":"抄送时间（创建时间）","format":"date-time"}},"description":"流程抄送视图对象 wf_copy"},"RWfModelVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/WfModelVo"}},"description":"响应信息主体"},"WfModelVo":{"type":"object","properties":{"modelId":{"type":"string","description":"模型ID"},"modelName":{"type":"string","description":"模型名称"},"modelKey":{"type":"string","description":"模型Key"},"category":{"type":"string","description":"分类编码"},"version":{"type":"integer","description":"版本","format":"int32"},"formType":{"type":"integer","description":"表单类型","format":"int32"},"formId":{"type":"integer","description":"表单ID","format":"int64"},"description":{"type":"string","description":"模型描述"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"bpmnXml":{"type":"string","description":"流程xml"},"content":{"type":"string","description":"表单内容"}},"description":"流程模型视图对象"},"TableDataInfoWfModelVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/WfModelVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RWfFormVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/WfFormVo"}},"description":"响应信息主体"},"WfFormVo":{"type":"object","properties":{"formId":{"type":"integer","description":"表单主键","format":"int64"},"formName":{"type":"string","description":"表单名称"},"content":{"type":"string","description":"表单内容"},"remark":{"type":"string","description":"备注"}},"description":"流程分类视图对象"},"TableDataInfoWfFormVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/WfFormVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"TableDataInfoWfDeployVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/WfDeployVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"WfDeployVo":{"type":"object","properties":{"definitionId":{"type":"string","description":"流程定义ID"},"processName":{"type":"string","description":"流程名称"},"processKey":{"type":"string","description":"流程Key"},"category":{"type":"string","description":"分类编码"},"version":{"type":"integer","description":"版本","format":"int32"},"formId":{"type":"integer","description":"表单ID","format":"int64"},"formName":{"type":"string","description":"表单名称"},"deploymentId":{"type":"string","description":"部署ID"},"suspended":{"type":"boolean","description":"流程定义状态: 1:激活 , 2:中止"},"deploymentTime":{"type":"string","description":"部署时间","format":"date-time"}},"description":"流程部署视图对象"},"RWfCategoryVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/WfCategoryVo"}},"description":"响应信息主体"},"WfCategoryVo":{"type":"object","properties":{"categoryId":{"type":"integer","description":"分类ID","format":"int64"},"categoryName":{"type":"string","description":"分类名称"},"code":{"type":"string","description":"分类编码"},"remark":{"type":"string","description":"备注"}},"description":"流程分类视图对象 flow_category"},"TableDataInfoWfCategoryVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/WfCategoryVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RListWfCategoryVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/WfCategoryVo"}}},"description":"响应信息主体"},"TableDataInfoGenTable":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/GenTable"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"TableDataInfoGenTableColumn":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/GenTableColumn"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"TableDataInfoSysUser":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysUser"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RListTreeLong":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/TreeLong"}}},"description":"响应信息主体"},"TreeLong":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/TreeNodeConfig"},"weight":{"type":"object"},"parentId":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"name":{"type":"object"},"empty":{"type":"boolean"}},"additionalProperties":{"type":"object"},"description":""},"TreeNodeConfig":{"type":"object","properties":{"idKey":{"type":"string"},"parentIdKey":{"type":"string"},"weightKey":{"type":"string"},"nameKey":{"type":"string"},"childrenKey":{"type":"string"},"deep":{"type":"integer","format":"int32"}},"description":""},"RSysRole":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysRole"}},"description":"响应信息主体"},"RListSysRole":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SysRole"}}},"description":"响应信息主体"},"TableDataInfoSysRole":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysRole"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RSysPost":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysPost"}},"description":"响应信息主体"},"RListSysPost":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SysPost"}}},"description":"响应信息主体"},"TableDataInfoSysPost":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysPost"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"SysOssBo":{"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"ossId":{"type":"integer","description":"ossId","format":"int64"},"fileName":{"type":"string","description":"文件名"},"originalName":{"type":"string","description":"原名"},"fileSuffix":{"type":"string","description":"文件后缀名"},"url":{"type":"string","description":"URL地址"},"service":{"type":"string","description":"服务商"}},"description":"OSS对象存储分页查询对象 sys_oss"},"SysOssVo":{"type":"object","properties":{"ossId":{"type":"integer","description":"对象存储主键","format":"int64"},"fileName":{"type":"string","description":"文件名"},"originalName":{"type":"string","description":"原名"},"fileSuffix":{"type":"string","description":"文件后缀名"},"url":{"type":"string","description":"URL地址"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"createBy":{"type":"string","description":"上传人"},"service":{"type":"string","description":"服务商"}},"description":"OSS对象存储视图对象 sys_oss"},"TableDataInfoSysOssVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysOssVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RListSysOssVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SysOssVo"}}},"description":"响应信息主体"},"RSysOssConfigVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysOssConfigVo"}},"description":"响应信息主体"},"SysOssConfigVo":{"type":"object","properties":{"ossConfigId":{"type":"integer","description":"主建","format":"int64"},"configKey":{"type":"string","description":"配置key"},"accessKey":{"type":"string","description":"accessKey"},"secretKey":{"type":"string","description":"秘钥"},"bucketName":{"type":"string","description":"桶名称"},"prefix":{"type":"string","description":"前缀"},"endpoint":{"type":"string","description":"访问站点"},"domain":{"type":"string","description":"自定义域名"},"isHttps":{"type":"string","description":"是否https（Y=是,N=否）"},"region":{"type":"string","description":"域"},"status":{"type":"string","description":"是否默认（0=是,1=否）"},"ext1":{"type":"string","description":"扩展字段"},"remark":{"type":"string","description":"备注"},"accessPolicy":{"type":"string","description":"桶权限类型(0private 1public 2custom)"}},"description":"对象存储配置视图对象 sys_oss_config"},"TableDataInfoSysOssConfigVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysOssConfigVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RSysNotice":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysNotice"}},"description":"响应信息主体"},"TableDataInfoSysNotice":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysNotice"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RSysMenu":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysMenu"}},"description":"响应信息主体"},"RListSysMenu":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SysMenu"}}},"description":"响应信息主体"},"RSysDictType":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysDictType"}},"description":"响应信息主体"},"RListSysDictType":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SysDictType"}}},"description":"响应信息主体"},"TableDataInfoSysDictType":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysDictType"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RSysDictData":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysDictData"}},"description":"响应信息主体"},"RListSysDictData":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SysDictData"}}},"description":"响应信息主体"},"TableDataInfoSysDictData":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysDictData"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RSysDept":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysDept"}},"description":"响应信息主体"},"RListSysDept":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SysDept"}}},"description":"响应信息主体"},"RSysConfig":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysConfig"}},"description":"响应信息主体"},"TableDataInfoSysConfig":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysConfig"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"BizNgInfoReleaseVo":{"type":"object","properties":{"nginfoId":{"type":"string","description":"纳归信息发布主键"},"nginfoPlanName":{"type":"string","description":"计划名称"},"declarationYear":{"type":"string","description":"发布年度"},"starTime":{"type":"string","description":"开始时间","format":"date-time"},"endTime":{"type":"string","description":"截止时间","format":"date-time"},"ngPlanStatus":{"type":"string","description":"计划状态(1.已开启；2.未开启；3.已过期）"}},"description":"纳规信息发布视图对象 biz_ng_info_release"},"RBizNgInfoReleaseVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/BizNgInfoReleaseVo"}},"description":"响应信息主体"},"TableDataInfoBizNgInfoReleaseVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/BizNgInfoReleaseVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"BizArticleVo":{"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"articleId":{"type":"string","description":"文章主键"},"articleTitle":{"type":"string","description":"文章标题"},"publishOffice":{"type":"string","description":"发文机关"},"articleStatus":{"type":"string","description":"文章状态"},"articleType":{"type":"string","description":"文章类型"},"articleContent":{"type":"string","description":"文章内容"},"publishDate":{"type":"string","description":"发布日期","format":"date-time"},"expireDate":{"type":"string","description":"有效期至","format":"date-time"},"applyYear":{"type":"string","description":"申报年度"},"attachReferKey":{"type":"string","description":"附件关联键"},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/BizAttachmentVo"}},"publishNumber":{"type":"string","description":"发文文号"}},"description":"文章视图对象 biz_article"},"RBizArticleVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/BizArticleVo"}},"description":"响应信息主体"},"TableDataInfoBizArticleVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/BizArticleVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"BizXnyProjectVo":{"type":"object","properties":{"xnyId":{"type":"string","description":"新能源项目主键"},"xnyProName":{"type":"string","description":"新能源项目名称"},"researchType":{"type":"string","description":"研究类型（1：规划建议；2：规划专题研究；3：规划综合研究）"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属区"},"powerType":{"type":"string","description":"电源类型（1：光伏；2：风电；3：生物质）"},"installedCapacity":{"type":"string","description":"装机容量"},"noumenomType":{"type":"string","description":"新能源本体项目状态（1.已备案2.已纳入规划库3.已纳入优选库）"},"outlineWarehousingType":{"type":"string","description":"送出线路纳归类型（1.原有纳规2.调整纳规3.取消纳规4.新增纳规）"},"productionTime":{"type":"string","description":"投产时间"},"declareYear":{"type":"string","description":"申报年度"},"declareTime":{"type":"string","description":"申报时间","format":"date-time"},"declareStatus":{"type":"string","description":"申报状态（1.待审核2.已审核3.审核中4.待申报5.已撤销6.已退回7.已完结）"},"ioName":{"type":"string","description":"信息员姓名"},"ioTel":{"type":"string","description":"信息员号码"},"declareUnit":{"type":"string","description":"申报单位"},"insertExplain":{"type":"string","description":"接入考虑"},"outlineVol":{"type":"string","description":"送出线路电压等级"},"substationName":{"type":"string","description":"拟接入公网变电站名称"},"noumenomCity":{"type":"string","description":"新能源本体项目所在市"},"noumenomCounty":{"type":"string","description":"新能源本体项目所在县区"},"substationCity":{"type":"string","description":"拟接入公网变电站所在市"},"substationCounty":{"type":"string","description":"拟接入公网变电站所在县区"},"outlinePassCity":{"type":"string","description":"送去线路途经市"},"outlinePassCounty":{"type":"string","description":"送出线路途经县区"},"warehousingCode":{"type":"string","description":"新能源本体项目纳归文号或核准文号"},"proOverview":{"type":"string","description":"项目概述"},"remark":{"type":"string","description":"备注"}},"description":"新能源项目信息视图对象 biz_xny_project"},"RBizXnyProjectVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/BizXnyProjectVo"}},"description":"响应信息主体"},"TableDataInfoBizXnyProjectVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/BizXnyProjectVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"BizRdProjectVo":{"type":"object","properties":{"rdId":{"type":"string","description":"热电项目主键"},"rdProName":{"type":"string","description":"热电项目名称"},"researchType":{"type":"string","description":"研究类型（1：规划建议；2：规划专题研究；3：规划综合研究）"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属区"},"powerType":{"type":"string","description":"电源类型（1：抽凝；2：背压；3：余热、余压、余气）"},"installedCapacity":{"type":"string","description":"装机容量"},"noumenomType":{"type":"string","description":"热电本体项目状态（1.已备案2.已纳入规划库3.已纳入优选库）"},"outlineWarehousingType":{"type":"string","description":"送出线路纳归类型（1.原有纳规2.调整纳规3.取消纳规4.新增纳规）"},"productionTime":{"type":"string","description":"投产时间"},"declareYear":{"type":"string","description":"申报年度"},"declareTime":{"type":"string","description":"申报时间","format":"date-time"},"declareStatus":{"type":"string","description":"申报状态（1.待审核2.已审核3.审核中4.待申报5.已撤销6.已退回7.已完结）"},"ioName":{"type":"string","description":"信息员姓名"},"ioTel":{"type":"string","description":"信息员号码"},"declareUnit":{"type":"string","description":"申报单位"},"insertExplain":{"type":"string","description":"接入考虑"},"outlineVol":{"type":"string","description":"送出线路电压等级"},"substationName":{"type":"string","description":"拟接入公网变电站名称"},"noumenomCity":{"type":"string","description":"热电本体项目所在市"},"noumenomCounty":{"type":"string","description":"热电本体项目所在县区"},"substationCity":{"type":"string","description":"拟接入公网变电站所在市"},"substationCounty":{"type":"string","description":"拟接入公网变电站所在县区"},"outlinePassCity":{"type":"string","description":"送去线路途经市"},"outlinePassCounty":{"type":"string","description":"送出线路途经县区"},"warehousingCode":{"type":"string","description":"热电本体项目纳归文号或核准文号"},"proOverview":{"type":"string","description":"项目概述"},"remark":{"type":"string","description":"备注"}},"description":"热电项目信息视图对象 biz_rd_project"},"RBizRdProjectVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/BizRdProjectVo"}},"description":"响应信息主体"},"TableDataInfoBizRdProjectVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/BizRdProjectVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"BizCgdwProjectVo":{"type":"object","properties":{"cgdwId":{"type":"string","description":"常规电网项目主键"},"cgdwProName":{"type":"string","description":"常规电网项目名称"},"proType":{"type":"string","description":"项目类型（500KV、220KV、110KV、牵引站供电项目、10KV、35KV顺序从左到右依次切换显示"},"researchType":{"type":"string","description":"研究类型（1：规划建议；2：规划专题研究；3：规划综合研究）"},"city":{"type":"string","description":"所属市"},"county":{"type":"string","description":"所属区"},"location":{"type":"string","description":"建设地点"},"buildAtrribute":{"type":"string","description":"建设性质（1.新建2.扩建3.改造）"},"substationCapacity":{"type":"string","description":"变电容量"},"lineLength":{"type":"string","description":"线路长度"},"productionTime":{"type":"string","description":"投产时间"},"proInvestment":{"type":"string","description":"项目投资"},"warehousingType":{"type":"string","description":"纳归类型（1.原有纳规2.调整纳规3.取消纳规4.新增纳规）"},"declareStatus":{"type":"string","description":"申报状态（1.待审核2.已审核3.审核中4.待申报5.已撤销6.已退回7.已完结）"},"declareYear":{"type":"string","description":"申报年度"},"declareTime":{"type":"string","description":"申报时间","format":"date-time"},"ioName":{"type":"string","description":"信息员姓名"},"ioTel":{"type":"string","description":"信息员号码"},"declareUnit":{"type":"string","description":"申报单位"},"proOverview":{"type":"string","description":"项目概述"},"remark":{"type":"string","description":"备注"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"createBy":{"type":"string","description":"创建人id"},"updateBy":{"type":"string","description":"更新人"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"referCity":{"type":"string","description":"涉及地市"}},"description":"常规电网项目视图对象 biz_cgdw_project"},"RBizCgdwProjectVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/BizCgdwProjectVo"}},"description":"响应信息主体"},"TableDataInfoBizCgdwProjectVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/BizCgdwProjectVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"TableDataInfoSysOperLog":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysOperLog"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"SysUserOnline":{"type":"object","properties":{"tokenId":{"type":"string","description":"会话编号"},"deptName":{"type":"string","description":"部门名称"},"userName":{"type":"string","description":"用户名称"},"ipaddr":{"type":"string","description":"登录IP地址"},"loginLocation":{"type":"string","description":"登录地址"},"browser":{"type":"string","description":"浏览器类型"},"os":{"type":"string","description":"操作系统"},"loginTime":{"type":"integer","description":"登录时间","format":"int64"}},"description":"当前在线会话"},"TableDataInfoSysUserOnline":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysUserOnline"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"TableDataInfoSysLogininfor":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/SysLogininfor"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RSysCache":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/SysCache"}},"description":"响应信息主体"},"SysCache":{"type":"object","properties":{"cacheName":{"type":"string","description":"缓存名称"},"cacheKey":{"type":"string","description":"缓存键名"},"cacheValue":{"type":"string","description":"缓存内容"},"remark":{"type":"string","description":"备注"}},"description":"缓存信息"},"RListSysCache":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SysCache"}}},"description":"响应信息主体"},"RCollectionString":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"type":"string"}}},"description":"响应信息主体"},"MetaVo":{"type":"object","properties":{"title":{"type":"string","description":"设置该路由在侧边栏和面包屑中展示的名字"},"icon":{"type":"string","description":"设置该路由的图标，对应路径src/assets/icons/svg"},"noCache":{"type":"boolean","description":"设置为true，则不会被 <keep-alive>缓存"},"link":{"type":"string","description":"内链地址（http(s)://开头）"}},"description":"路由显示信息"},"RListRouterVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/RouterVo"}}},"description":"响应信息主体"},"RouterVo":{"type":"object","properties":{"name":{"type":"string","description":"路由名字"},"path":{"type":"string","description":"路由地址"},"hidden":{"type":"boolean","description":"是否隐藏路由，当设置 true 的时候该路由不会再侧边栏出现"},"redirect":{"type":"string","description":"重定向地址，当设置 noRedirect 的时候该路由在面包屑导航中不可被点击"},"component":{"type":"string","description":"组件地址"},"query":{"type":"string","description":"路由参数：如 {\"id\": 1, \"name\": \"ry\"}"},"alwaysShow":{"type":"boolean","description":"当你一个路由下面的 children 声明的路由大于1个时，自动会变成嵌套的模式--如组件页面"},"meta":{"$ref":"#/components/schemas/MetaVo"}},"description":"路由配置信息"},"FlwBizInstanceVo":{"type":"object","properties":{"instanceId":{"type":"string","description":"实例id"},"processInstanceId":{"type":"string","description":"流程id"},"bizId":{"type":"string","description":"业务id"},"formPath":{"type":"string","description":"表单路径"},"formData":{"type":"string","description":"表单数据"},"processDefinitionId":{"type":"string","description":"流程定义id"},"bizType":{"type":"string","description":"业务类型（新能源、常规电网、热电）"},"processDefinitionKey":{"type":"string","description":"流程定义Key"},"assignUsers":{"type":"string","description":"指派给的用户列表"}},"description":"业务流程实例视图对象 flw_biz_instance"},"RFlwBizInstanceVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/FlwBizInstanceVo"}},"description":"响应信息主体"},"TableDataInfoFlwBizInstanceVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/FlwBizInstanceVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RTestTreeVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/TestTreeVo"}},"description":"响应信息主体"},"TestTreeVo":{"type":"object","properties":{"id":{"type":"integer","description":"主键","format":"int64"},"parentId":{"type":"integer","description":"父id","format":"int64"},"deptId":{"type":"integer","description":"部门id","format":"int64"},"userId":{"type":"integer","description":"用户id","format":"int64"},"treeName":{"type":"string","description":"树节点名"},"createTime":{"type":"string","description":"创建时间","format":"date-time"}},"description":"测试树表视图对象 test_tree"},"RListTestTreeVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/TestTreeVo"}}},"description":"响应信息主体"},"RTestSensitive":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/TestSensitive"}},"description":"响应信息主体"},"TestSensitive":{"type":"object","properties":{"idCard":{"type":"string","description":"身份证"},"phone":{"type":"string","description":"电话"},"address":{"type":"string","description":"地址"},"email":{"type":"string","description":"邮箱"},"bankCard":{"type":"string","description":"银行卡"}},"description":""},"TestI18nBo":{"required":["age","name"],"type":"object","properties":{"name":{"type":"string"},"age":{"type":"integer","format":"int32"}},"description":""},"RTestI18nBo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/TestI18nBo"}},"description":"响应信息主体"},"RMapStringTestDemoEncrypt":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/TestDemoEncrypt"}}},"description":"响应信息主体"},"TestDemoEncrypt":{"type":"object","properties":{"createBy":{"type":"string","description":"创建者"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"updateBy":{"type":"string","description":"更新者"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"params":{"type":"object","additionalProperties":{"type":"object"},"description":"请求参数"},"id":{"type":"integer","description":"主键","format":"int64"},"deptId":{"type":"integer","description":"部门id","format":"int64"},"userId":{"type":"integer","description":"用户id","format":"int64"},"orderNum":{"type":"integer","description":"排序号","format":"int32"},"testKey":{"type":"string","description":"key键"},"value":{"type":"string","description":"值"},"version":{"type":"integer","description":"版本","format":"int64"},"delFlag":{"type":"integer","description":"删除标志","format":"int64"}},"description":""},"RTestDemoVo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"$ref":"#/components/schemas/TestDemoVo"}},"description":"响应信息主体"},"TestDemoVo":{"type":"object","properties":{"id":{"type":"integer","description":"主键","format":"int64"},"deptId":{"type":"integer","description":"部门id","format":"int64"},"userId":{"type":"integer","description":"用户id","format":"int64"},"orderNum":{"type":"integer","description":"排序号","format":"int32"},"testKey":{"type":"string","description":"key键"},"value":{"type":"string","description":"值"},"createTime":{"type":"string","description":"创建时间","format":"date-time"},"createBy":{"type":"string","description":"创建人"},"updateTime":{"type":"string","description":"更新时间","format":"date-time"},"updateBy":{"type":"string","description":"更新人"}},"description":"测试单表视图对象 test_demo"},"TableDataInfoTestDemoVo":{"type":"object","properties":{"total":{"type":"integer","description":"总记录数","format":"int64"},"rows":{"type":"array","description":"列表数据","items":{"$ref":"#/components/schemas/TestDemoVo"}},"code":{"type":"integer","description":"消息状态码","format":"int32"},"msg":{"type":"string","description":"消息内容"}},"description":"表格分页数据对象"},"RBoolean":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"msg":{"type":"string"},"data":{"type":"boolean"}},"description":"响应信息主体"}},"securitySchemes":{"apiKey":{"type":"apiKey","name":"Authorization","in":"header"}}}}