# ZERO Cloud ## API Docs - 根目录 > 公开接口 [/app/name/{name}](https://zerows.apifox.cn/397829892e0.md): ## 请求流程 - 根目录 > 安全认证(RBAC扩展模块) [/auth/login](https://zerows.apifox.cn/414085256e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/captcha](https://zerows.apifox.cn/415222161e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/jwt-login](https://zerows.apifox.cn/415228729e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/ldap-login](https://zerows.apifox.cn/416039104e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/email-send](https://zerows.apifox.cn/415468521e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/email-login](https://zerows.apifox.cn/416039105e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/sms-send](https://zerows.apifox.cn/416039106e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/sms-login](https://zerows.apifox.cn/416039107e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/wecom-init](https://zerows.apifox.cn/416039108e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/wecom-qrcode](https://zerows.apifox.cn/416039109e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/wechat-qrcode](https://zerows.apifox.cn/416039110e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/wechat-status](https://zerows.apifox.cn/416039111e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/auth/wechat-callback](https://zerows.apifox.cn/416039112e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/oauth2/authorize](https://zerows.apifox.cn/416039117e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/oauth2/revoke](https://zerows.apifox.cn/416039116e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/oauth2/introspect](https://zerows.apifox.cn/416039115e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/oauth2/token ( client_credentials )](https://zerows.apifox.cn/416039114e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/oauth2/jwks](https://zerows.apifox.cn/416039113e0.md): - 根目录 > 安全认证(RBAC扩展模块) [/userinfo](https://zerows.apifox.cn/416039118e0.md): - 根目录 > 资源接口(ZERO扩展模块) [/type/categories/{type}](https://zerows.apifox.cn/415476906e0.md): - 根目录 > 登录认证接口 [获取图片验证码](https://zerows.apifox.cn/417761911e0.md): 获取图片验证码,用于后续的登录操作中进行图形验证码验证。 - 根目录 > 登录认证接口 [邮箱验证码登录](https://zerows.apifox.cn/417761912e0.md): 使用邮箱地址和验证码进行身份认证的登录接口。 - 根目录 > 登录认证接口 [发送邮箱验证码](https://zerows.apifox.cn/417761913e0.md): 发送邮箱验证码至指定邮箱地址,用于后续的邮箱验证码登录操作。 - 根目录 > 登录认证接口 [账号/密码登录(JWT)](https://zerows.apifox.cn/417761914e0.md): 增强登录接口,使用 username / password 进行身份认证,返回 JWT 令牌。 - 根目录 > 登录认证接口 [LDAP 登录](https://zerows.apifox.cn/417761915e0.md): LDAP 专用登录接口,使用 username / password 进行身份认证,此处 username 是 LDAP 邮箱或账号。 - 根目录 > 登录认证接口 [账号/密码登录](https://zerows.apifox.cn/417761916e0.md): 默认登录接口,使用 username / password 进行身份认证。 - 根目录 > 登录认证接口 [短信验证码登录](https://zerows.apifox.cn/417761917e0.md): 使用手机号码和短信验证码进行身份认证的登录接口。 - 根目录 > 登录认证接口 [发送短信验证码](https://zerows.apifox.cn/417761918e0.md): 发送短信验证码至指定手机号码,用于后续的短信验证码登录操作。 - 根目录 > 登录认证接口 [微信服务器验证 (GET)](https://zerows.apifox.cn/417761919e0.md): 用于微信公众平台配置服务器配置时的 URL 有效性校验,原样返回 echostr。 - 根目录 > 登录认证接口 [微信事件回调 (POST)](https://zerows.apifox.cn/417761920e0.md): 接收微信推送的 XML 消息(关注、扫码、文本消息等),处理完成后必须返回 'success'。 - 根目录 > 登录认证接口 [微信获取二维码](https://zerows.apifox.cn/417761921e0.md): 微信公众号提取二维码接口。 - 根目录 > 登录认证接口 [微信登录状态查询](https://zerows.apifox.cn/417761922e0.md): 查询微信登录状态接口。 - 根目录 > 登录认证接口 [企微登录初始化](https://zerows.apifox.cn/417761923e0.md): 生成企业微信 OAuth2 登录所需的 State 参数,并暂存目标重定向地址(targetUrl)。 - 根目录 > 登录认证接口 [企微授权回调登录](https://zerows.apifox.cn/417761924e0.md): 接收企业微信回调的 Code 和 State,完成身份认证并重定向至初始化时指定的目标页面。 - 根目录 > 登录认证接口 [获取企微二维码配置](https://zerows.apifox.cn/417761925e0.md): 获取用于前端渲染企业微信内嵌二维码(构造 WWLogin)所需的配置参数(AppId, AgentId 等)。 - 根目录 > 登录认证接口 [表单登录 (Session)](https://zerows.apifox.cn/417761926e0.md): 处理传统 Web 页面表单登录请求。验证成功后将用户信息写入 Session,并返回 302 重定向指令;验证失败则重定向回登录页并携带错误标识。 - 根目录 > 登录认证接口 [OAuth2 认证请求 (Authorize)](https://zerows.apifox.cn/417761927e0.md): 客户端重定向用户至此端点进行身份认证和授权。成功后将重定向回 client 指定的 redirect_uri。 - 根目录 > 登录认证接口 [OAuth2 授权回调 (Callback)](https://zerows.apifox.cn/417761928e0.md): 接收第三方 OAuth2 服务商(如 GitHub, Google 或内部 IdP)重定向回来的回调请求。系统将使用 Authorization Code 交换 Access Token 并完成本地登录。 - 根目录 > 登录认证接口 [OAuth2 令牌内省 (Introspect)](https://zerows.apifox.cn/417761929e0.md): 资源服务器查询令牌的有效性及其关联的元数据(如 scope, exp, sub)。 - 根目录 > 登录认证接口 [OAuth2 公钥集合 (JWKS)](https://zerows.apifox.cn/417761930e0.md): 获取用于验证 ID Token 和 Access Token 签名的 JSON Web Key Set。 - 根目录 > 登录认证接口 [OAuth2 撤销令牌 (Revoke)](https://zerows.apifox.cn/417761931e0.md): 客户端通知授权服务器某个 Access Token 或 Refresh Token 不再需要或已泄露。 - 根目录 > 登录认证接口 [OAuth2 获取令牌 (Token)](https://zerows.apifox.cn/417761932e0.md): 客户端交换授权码、刷新令牌或凭证以获取 Access Token 和 ID Token。 - 根目录 > 登录认证接口 [OIDC 用户信息 (UserInfo)](https://zerows.apifox.cn/417761933e0.md): 使用 Access Token 获取当前登录用户的标准化个人信息 (Profile)。 - 根目录 > ZERO@配置系统 > 系统配置 [按类型和编码查询分类](https://zerows.apifox.cn/417761203e0.md): 根据分类类型和编码 `TYPE = ? AND CODE = ?` 查询分类详细信息。 - 根目录 > ZERO@配置系统 > 系统配置 [按类型和编码查询字典](https://zerows.apifox.cn/417761204e0.md): 根据字典类型和编码 `TYPE = ? AND CODE = ?` 查询字典详细信息。 - 根目录 > ZERO@配置系统 > 系统配置 [获取当前应用的所有功能模块包](https://zerows.apifox.cn/417761205e0.md): 获取当前应用下的所有功能模块包信息列表。 - 根目录 > ZERO@配置系统 > 系统配置 [提取功能模块包配置信息](https://zerows.apifox.cn/417761206e0.md): 根据功能模块包ID提取配置数据。 - 根目录 > ZERO@配置系统 > 系统配置 [更新功能模块包配置](https://zerows.apifox.cn/417761207e0.md): 根据功能模块包ID更新配置信息。 - 根目录 > ZERO@配置系统 > 系统配置 [提取功能模块包配置数据](https://zerows.apifox.cn/417761208e0.md): 根据功能模块包ID提取详细的配置数据信息。 - 根目录 > ZERO@配置系统 > 系统配置 [获取扩展类型功能模块包列表](https://zerows.apifox.cn/417761209e0.md): 获取类型为"EXTENSION"的功能模块包列表,用于系统设置页面展示。 - 根目录 > ZERO@配置系统 > 系统配置 [获取模型列表](https://zerows.apifox.cn/417761210e0.md): 获取应用下所有可用的模型列表。 - 根目录 > ZERO@配置系统 > 系统配置 [获取模型字段](https://zerows.apifox.cn/417761211e0.md): 根据模型标识符获取模型的字段属性信息。 - 根目录 > ZERO@配置系统 > 系统配置 [根据名称获取模块](https://zerows.apifox.cn/417761212e0.md): 根据入口参数获取指定模块的配置信息。 - 根目录 > ZERO@配置系统 > 系统配置 [按单类型查询分类树](https://zerows.apifox.cn/417761213e0.md): 根据字典类型 `TYPE = ?` 查询分类树。 - 根目录 > ZERO@配置系统 > 系统配置 [按单类型查询字典](https://zerows.apifox.cn/417761214e0.md): 根据字典类型 `TYPE = ?` 查询字典列表数据。 - 根目录 > ZERO@配置系统 > 系统配置 [批量查询分类树](https://zerows.apifox.cn/417761215e0.md): 根据传入的类型列表(JsonArray)批量查询分类树。 - 根目录 > ZERO@配置系统 > 系统配置 [批量查询字典](https://zerows.apifox.cn/417761216e0.md): 根据传入的类型列表(JsonArray)批量查询字典数据。 - 根目录 > ZERO@配置系统 > 关联管理 [在图引擎上搜索节点和边构造拓扑图](https://zerows.apifox.cn/417761217e0.md): 根据指定键值在图引擎中搜索所有相关节点和边,构建完整的拓扑图结构。 - 根目录 > ZERO@配置系统 > 关联管理 [获取关联详情](https://zerows.apifox.cn/417761218e0.md): 根据主键获取关联关系的详细信息。 - 根目录 > ZERO@配置系统 > 关联管理 [删除关联](https://zerows.apifox.cn/417761219e0.md): 根据主键删除指定的关联关系。 - 根目录 > ZERO@配置系统 > 关联管理 [双向获取关联](https://zerows.apifox.cn/417761220e0.md): 根据键获取所有双向关联关系(包括源和目标)。 - 根目录 > ZERO@配置系统 > 关联管理 [创建双向关联](https://zerows.apifox.cn/417761221e0.md): 创建指定类型的双向关联关系。 - 根目录 > ZERO@配置系统 > 关联管理 [批量保存双向关联](https://zerows.apifox.cn/417761222e0.md): 批量保存双向关联关系数据。 - 根目录 > ZERO@配置系统 > 关联管理 [同步双向关联](https://zerows.apifox.cn/417761223e0.md): 同步双向关联关系,支持增量更新和删除。 - 根目录 > ZERO@配置系统 > 关联管理 [根据类型获取关联](https://zerows.apifox.cn/417761224e0.md): 根据关联类型获取所有相关的关联配置。 - 根目录 > ZERO@配置系统 > 关联管理 [创建单向关联](https://zerows.apifox.cn/417761225e0.md): 创建指定类型的单向关联关系。 - 根目录 > ZERO@配置系统 > 关联管理 [批量保存单向关联](https://zerows.apifox.cn/417761226e0.md): 批量保存单向关联关系数据。 - 根目录 > ZERO@配置系统 > 关联管理 [获取源关联](https://zerows.apifox.cn/417761227e0.md): 根据目标键获取所有源关联关系。 - 根目录 > ZERO@配置系统 > 关联管理 [获取目标关联](https://zerows.apifox.cn/417761228e0.md): 根据源键获取所有目标关联关系。 - 根目录 > ZERO@配置系统 > 界面配置 [删除表单及其相关字段和选项](https://zerows.apifox.cn/417761229e0.md): 删除指定的表单及其所有相关的字段和选项信息。 - 根目录 > ZERO@配置系统 > 界面配置 [根据控件ID和类型查询控件配置](https://zerows.apifox.cn/417761230e0.md): 根据控件ID和类型查询控件配置信息。 - 根目录 > ZERO@配置系统 > 界面配置 [根据表单编码查询单个表单配置](https://zerows.apifox.cn/417761231e0.md): 根据表单编码查询单个表单的配置信息。 - 根目录 > ZERO@配置系统 > 界面配置 [根据模型标识符查询多个表单配置](https://zerows.apifox.cn/417761232e0.md): 根据模型标识符查询多个相关表单的配置信息。 - 根目录 > ZERO@配置系统 > 界面配置 [根据模型标识符查询多个列表配置](https://zerows.apifox.cn/417761233e0.md): 根据模型标识符查询多个相关列表的配置信息。 - 根目录 > ZERO@配置系统 > 界面配置 [根据控件查询相关操作配置](https://zerows.apifox.cn/417761234e0.md): 根据控件信息查询相关的操作配置。 - 根目录 > ZERO@配置系统 > 界面配置 [根据条件查询页面配置信息](https://zerows.apifox.cn/417761235e0.md): 根据指定条件查询页面配置信息。 - 根目录 > ZERO@配置系统 > 界面配置 [根据ID和位置查询列表视图配置](https://zerows.apifox.cn/417761236e0.md): 根据ID和位置查询列表视图配置信息。 - 根目录 > ZERO@配置系统 > 界面配置 [根据标识符和页面查询访问者配置](https://zerows.apifox.cn/417761237e0.md): 根据标识符和页面查询访问者配置信息。 - 根目录 > ZERO@配置系统 > 工作流 [根据流程编码查询流程定义](https://zerows.apifox.cn/417761238e0.md): 根据流程编码查询流程定义信息。 - 根目录 > ZERO@配置系统 > 工作流 [根据任务ID查询已完成的历史记录](https://zerows.apifox.cn/417761239e0.md): 根据任务ID查询该任务的完成历史记录。 - 根目录 > ZERO@配置系统 > 工作流 [查询流程表单信息](https://zerows.apifox.cn/417761240e0.md): 查询流程表单信息。 - 根目录 > ZERO@配置系统 > 工作流 [查询流程历史记录](https://zerows.apifox.cn/417761241e0.md): 查询流程历史记录信息。 - 根目录 > ZERO@配置系统 > 工作流 [查询流程队列信息](https://zerows.apifox.cn/417761242e0.md): 查询流程队列信息。 - 根目录 > ZERO@配置系统 > 工作流 [搜索流程关联的工单信息](https://zerows.apifox.cn/417761243e0.md): 搜索流程关联的工单信息。 - 根目录 > ZERO@配置系统 > 工作流 [根据待办任务ID查询详细信息](https://zerows.apifox.cn/417761244e0.md): 根据待办任务ID查询该任务的详细信息。 - 根目录 > ZERO@配置系统 > 工作流 [批量处理流程任务(工单控制,流程驱动部分)](https://zerows.apifox.cn/417761245e0.md): 批量处理多个流程任务。 - 根目录 > ZERO@配置系统 > 工作流 [取消流程实例(工单控制,流程驱动部分)](https://zerows.apifox.cn/417761246e0.md): 取消指定的流程实例。 - 根目录 > ZERO@配置系统 > 工作流 [关闭流程实例(工单控制,流程驱动部分)](https://zerows.apifox.cn/417761247e0.md): 关闭指定的流程实例。 - 根目录 > ZERO@配置系统 > 工作流 [完成流程任务(工单控制,流程驱动部分)](https://zerows.apifox.cn/417761248e0.md): 完成指定的流程任务。 - 根目录 > ZERO@配置系统 > 工作流 [保存流程草稿(工单控制,流程驱动部分)](https://zerows.apifox.cn/417761249e0.md): 保存流程的草稿状态。 - 根目录 > ZERO@配置系统 > 工作流 [启动新的工作流程(工单控制,流程驱动部分)](https://zerows.apifox.cn/417761250e0.md): 启动新的工作流程。 - 根目录 > ZERO@配置系统 > 工作流 [查询活动相关的报告信息(辅助信息查询)](https://zerows.apifox.cn/417761251e0.md): 查询活动相关的报告信息。 - 根目录 > ZERO@配置系统 > 工作流 [查询报告列表信息(辅助信息查询)](https://zerows.apifox.cn/417761252e0.md): 查询报告列表信息。 - 根目录 > ZERO@安全管理 > 权限设置 [搜索所有操作](https://zerows.apifox.cn/417761253e0.md): 搜索系统中所有可用的操作,用于资源定义模块。 - 根目录 > ZERO@安全管理 > 权限设置 [搜索已授权操作](https://zerows.apifox.cn/417761254e0.md): 搜索已授权的RESTful API操作。 - 根目录 > ZERO@安全管理 > 权限设置 [获取权限区域定义](https://zerows.apifox.cn/417761255e0.md): 延迟读取权限区域的详细定义信息。 - 根目录 > ZERO@安全管理 > 权限设置 [获取权限区域初始化数据](https://zerows.apifox.cn/417761256e0.md): 读取指定所有者的权限管理区域初始化数据。 - 根目录 > ZERO@安全管理 > 权限设置 [保存权限区域](https://zerows.apifox.cn/417761257e0.md): 更新指定路径的权限区域配置和关联资源记录。 - 根目录 > ZERO@安全管理 > 权限设置 [获取权限管理区域](https://zerows.apifox.cn/417761258e0.md): 读取权限管理区域列表,区域分为不同类型。 - 根目录 > ZERO@安全管理 > 权限设置 [获取权限组](https://zerows.apifox.cn/417761259e0.md): 根据应用标识获取权限组列表。 - 根目录 > ZERO@安全管理 > 权限设置 [搜索未就绪权限](https://zerows.apifox.cn/417761260e0.md): 搜索系统中未就绪的权限信息。 - 根目录 > ZERO@安全管理 > 权限设置 [保存权限定义](https://zerows.apifox.cn/417761261e0.md): 保存权限定义配置信息。 - 根目录 > ZERO@安全管理 > 权限设置 [获取权限组计算](https://zerows.apifox.cn/417761262e0.md): 计算并获取权限组集合。 - 根目录 > ZERO@安全管理 > 权限设置 [根据角色获取权限](https://zerows.apifox.cn/417761263e0.md): 根据角色ID获取该角色的所有权限。 - 根目录 > ZERO@安全管理 > 权限设置 [保存角色权限](https://zerows.apifox.cn/417761264e0.md): 为指定角色保存权限配置。 - 根目录 > ZERO@业务系统 > 应用管理 [获取应用详细信息](https://zerows.apifox.cn/417761265e0.md): 登录之后读取应用的完整信息,包含敏感配置数据。 - 根目录 > ZERO@业务系统 > 应用管理 [更新应用基础信息](https://zerows.apifox.cn/417761266e0.md): 更新指定应用的基础信息配置。 - 根目录 > ZERO@业务系统 > 应用管理 [应用初始化](https://zerows.apifox.cn/417761267e0.md): 执行应用系统的初始化操作。 - 根目录 > ZERO@业务系统 > 应用管理 [应用准备](https://zerows.apifox.cn/417761268e0.md): 根据应用名称执行应用准备操作。 - 根目录 > ZERO@业务系统 > 应用管理 [获取租户可用应用列表](https://zerows.apifox.cn/417761269e0.md): 读取当前租户可用的所有应用列表。 - 根目录 > ZERO@业务系统 > 应用管理 [获取数据源配置](https://zerows.apifox.cn/417761270e0.md): 获取应用的所有数据源配置信息。 - 根目录 > ZERO@业务系统 > 应用管理 [获取应用菜单](https://zerows.apifox.cn/417761271e0.md): 读取应用下所有的菜单数据。 - 根目录 > ZERO@业务系统 > 应用管理 [应用初次加载](https://zerows.apifox.cn/417761272e0.md): 根据应用名称读取应用配置信息,供前端应用初次加载使用。 - 根目录 > ZERO@业务系统 > 个人设置 [批量删除个人视图](https://zerows.apifox.cn/417761273e0.md): 批量删除多个个人视图。 - 根目录 > ZERO@业务系统 > 个人设置 [获取员工公司信息](https://zerows.apifox.cn/417761274e0.md): 根据员工ID获取公司信息。 - 根目录 > ZERO@业务系统 > 个人设置 [根据页面、位置、类型获取我的菜单列表](https://zerows.apifox.cn/417761275e0.md): 根据指定的查询条件获取用户的个性化菜单列表。 - 根目录 > ZERO@业务系统 > 个人设置 [保存用户的个性化菜单设置](https://zerows.apifox.cn/417761276e0.md): 保存用户的个性化菜单配置。 - 根目录 > ZERO@业务系统 > 个人设置 [读取用户的个人提醒设置](https://zerows.apifox.cn/417761277e0.md): 根据用户标识读取该用户的个人提醒配置设置。 - 根目录 > ZERO@业务系统 > 个人设置 [保存用户的个人提醒设置](https://zerows.apifox.cn/417761278e0.md): 保存指定用户的个人提醒配置设置。 - 根目录 > ZERO@业务系统 > 个人设置 [创建个人视图](https://zerows.apifox.cn/417761279e0.md): 创建新的个人视图配置。 - 根目录 > ZERO@业务系统 > 个人设置 [获取个人视图详情](https://zerows.apifox.cn/417761280e0.md): 根据视图主键获取个人视图的详细信息。 - 根目录 > ZERO@业务系统 > 个人设置 [更新个人视图](https://zerows.apifox.cn/417761281e0.md): 更新指定个人视图的配置信息。 - 根目录 > ZERO@业务系统 > 个人设置 [删除个人视图](https://zerows.apifox.cn/417761282e0.md): 根据视图主键删除指定的个人视图。 - 根目录 > ZERO@业务系统 > 个人设置 [检查个人视图存在性](https://zerows.apifox.cn/417761283e0.md): 检查指定的个人视图是否已经存在。 - 根目录 > ZERO@业务系统 > 个人设置 [获取个人视图](https://zerows.apifox.cn/417761284e0.md): 根据用户获取个人视图列表。 - 根目录 > ZERO@业务系统 > 财务管理 [根据指定类型撤销入账明细](https://zerows.apifox.cn/417761285e0.md): 撤销入账明细的专用方法,根据不同的类型执行相关撤销操作。 - 根目录 > ZERO@业务系统 > 财务管理 [对指定账单明细记录执行冲账操作](https://zerows.apifox.cn/417761286e0.md): 对指定的账单明细记录执行冲账操作。 - 根目录 > ZERO@业务系统 > 财务管理 [对指定账单明细记录执行拆账操作](https://zerows.apifox.cn/417761287e0.md): 对指定的账单明细记录执行拆账操作。 - 根目录 > ZERO@业务系统 > 财务管理 [执行账本间的转账操作](https://zerows.apifox.cn/417761288e0.md): 在不同账本之间执行转账操作。 - 根目录 > ZERO@业务系统 > 财务管理 [执行多账单项入账操作](https://zerows.apifox.cn/417761289e0.md): 执行多账单项入账操作。 - 根目录 > ZERO@业务系统 > 财务管理 [执行带预授权模式的押金入账操作](https://zerows.apifox.cn/417761290e0.md): 执行带预授权模式的押金入账操作。 - 根目录 > ZERO@业务系统 > 财务管理 [执行不带预授权模式的普通入账操作](https://zerows.apifox.cn/417761291e0.md): 执行不带预授权模式的普通入账操作。 - 根目录 > ZERO@业务系统 > 财务管理 [根据账单主键查询账单详细信息](https://zerows.apifox.cn/417761292e0.md): 根据账单主键查询账单的详细信息。 - 根目录 > ZERO@业务系统 > 财务管理 [进入账单界面时查询订单相关的结算单聚合信息](https://zerows.apifox.cn/417761293e0.md): 进入账单界面时查询订单相关的结算单聚合信息。 - 根目录 > ZERO@业务系统 > 财务管理 [全文搜索账单信息](https://zerows.apifox.cn/417761294e0.md): 根据查询条件进行账单的全文搜索。 - 根目录 > ZERO@业务系统 > 财务管理 [根据订单ID查询相关的账簿列表(包含授权信息)](https://zerows.apifox.cn/417761295e0.md): 根据订单ID查询相关的账簿列表,包含授权信息。 - 根目录 > ZERO@业务系统 > 财务管理 [根据主键数组批量查询应收账信息](https://zerows.apifox.cn/417761296e0.md): 根据提供的应收账主键数组批量查询应收账信息。 - 根目录 > ZERO@业务系统 > 财务管理 [结算时预授权解锁处理](https://zerows.apifox.cn/417761297e0.md): 在结算过程中处理预授权的解锁操作。 - 根目录 > ZERO@业务系统 > 财务管理 [结算时附加账本信息登记](https://zerows.apifox.cn/417761298e0.md): 在结算过程中登记附加的账本信息。 - 根目录 > ZERO@业务系统 > 财务管理 [根据主键数组批量查询结算单信息](https://zerows.apifox.cn/417761299e0.md): 根据提供的结算单主键数组批量查询结算单信息。 - 根目录 > ZERO@业务系统 > 财务管理 [执行直接转应收操作](https://zerows.apifox.cn/417761300e0.md): 执行直接转应收操作。 - 根目录 > ZERO@业务系统 > 财务管理 [执行延迟结算操作](https://zerows.apifox.cn/417761301e0.md): 执行延迟结算操作。 - 根目录 > ZERO@业务系统 > 个人中心 [获取用户信息](https://zerows.apifox.cn/417761302e0.md): 获取登录用户的完整信息。 - 根目录 > ZERO@业务系统 > 个人中心 [用户登出](https://zerows.apifox.cn/417761303e0.md): 用户退出登录。 - 根目录 > ZERO@业务系统 > 个人中心 [修改密码](https://zerows.apifox.cn/417761304e0.md): 更新用户密码。 - 根目录 > ZERO@业务系统 > 个人中心 [更新个人资料](https://zerows.apifox.cn/417761305e0.md): 更新用户个人信息。 - 根目录 > ZERO@业务系统 > 个人中心 [按类型搜索用户](https://zerows.apifox.cn/417761306e0.md): 根据类型标识符搜索用户信息。 - 根目录 > ZERO@智能分析 > 地理服务 [根据州省ID查询对应的城市列表](https://zerows.apifox.cn/417761367e0.md): 根据指定的州省ID查询该州省下的所有城市信息。 - 根目录 > ZERO@智能分析 > 地理服务 [获取所有国家列表](https://zerows.apifox.cn/417761368e0.md): 查询系统中所有可用的国家信息列表。 - 根目录 > ZERO@智能分析 > 地理服务 [根据Sigma标识查询楼层信息列表](https://zerows.apifox.cn/417761369e0.md): 根据Sigma标识查询相关的楼层信息列表。 - 根目录 > ZERO@智能分析 > 地理服务 [根据区域ID初始化区域元数据](https://zerows.apifox.cn/417761370e0.md): 根据指定的区域ID初始化该区域的完整元数据信息。 - 根目录 > ZERO@智能分析 > 地理服务 [根据城市ID查询对应的区域列表](https://zerows.apifox.cn/417761371e0.md): 根据指定的城市ID查询该城市下的所有区域信息。 - 根目录 > ZERO@智能分析 > 地理服务 [根据国家ID查询对应的州省列表](https://zerows.apifox.cn/417761372e0.md): 根据指定的国家ID查询该国家下的所有州省信息。 - 根目录 > ZERO@智能分析 > 地理服务 [根据Sigma标识查询帐篷信息列表](https://zerows.apifox.cn/417761373e0.md): 根据Sigma标识查询相关的帐篷信息列表。 - 根目录 > ZERO@智能分析 > 统计系统 [读取所有报表定义信息](https://zerows.apifox.cn/417761374e0.md): 读取所有报表定义信息,涵盖整个报表的生命周期。 - 根目录 > ZERO@智能分析 > 统计系统 [分页查询报表实例数据](https://zerows.apifox.cn/417761375e0.md): 分页查询报表实例数据。 - 根目录 > ZERO@智能分析 > 统计系统 [导出指定ID的报表实例数据](https://zerows.apifox.cn/417761376e0.md): 导出指定实例ID的报表实例为文件格式。 - 根目录 > ZERO@智能分析 > 统计系统 [获取指定ID的报表实例详细信息](https://zerows.apifox.cn/417761377e0.md): 获取指定实例ID的报表实例详细信息。 - 根目录 > ZERO@智能分析 > 统计系统 [保存指定ID的报表实例数据](https://zerows.apifox.cn/417761378e0.md): 保存指定实例ID的报表实例数据。 - 根目录 > ZERO@智能分析 > 统计系统 [删除指定ID的报表实例](https://zerows.apifox.cn/417761379e0.md): 删除指定实例ID的报表实例数据。 - 根目录 > ZERO@智能分析 > 统计系统 [根据报表ID和查询条件生成单个报表实例](https://zerows.apifox.cn/417761380e0.md): 根据指定的报表ID和查询条件生成单个报表实例。 - 根目录 > ZERO@工具系统 > 附件中心 [按目录获取文档列表](https://zerows.apifox.cn/417761381e0.md): 根据指定的目录ID获取该目录下的所有文档列表。 - 根目录 > ZERO@工具系统 > 附件中心 [按关键词搜索文档](https://zerows.apifox.cn/417761382e0.md): 根据关键词搜索匹配的文档列表。 - 根目录 > ZERO@工具系统 > 附件中心 [获取已删除文档列表](https://zerows.apifox.cn/417761383e0.md): 获取所有已移入回收站的文档列表。 - 根目录 > ZERO@工具系统 > 附件中心 [彻底删除文档](https://zerows.apifox.cn/417761384e0.md): 彻底删除选中的文档和目录,不可恢复。 - 根目录 > ZERO@工具系统 > 附件中心 [恢复已删除文档](https://zerows.apifox.cn/417761385e0.md): 将回收站中的文档恢复到原位置,支持批量操作。 - 根目录 > ZERO@工具系统 > 附件中心 [启动文档管理平台](https://zerows.apifox.cn/417761386e0.md): 启动文档管理平台,初始化文档目录结构和组件。 - 根目录 > ZERO@工具系统 > 附件中心 [文档移入回收站](https://zerows.apifox.cn/417761387e0.md): 将选中的文档和目录移入回收站,支持批量操作。 - 根目录 > ZERO@工具系统 > 附件中心 [文件下载](https://zerows.apifox.cn/417761388e0.md): 下载指定的文件,支持多文件打包下载。 - 根目录 > ZERO@工具系统 > 附件中心 [文件下载接口](https://zerows.apifox.cn/417761389e0.md): 根据文件密钥下载对应的文件。 - 根目录 > ZERO@工具系统 > 附件中心 [获取我的文件详情](https://zerows.apifox.cn/417761390e0.md): 根据文件密钥获取当前用户的文件详细信息。 - 根目录 > ZERO@工具系统 > 附件中心 [我的文件搜索](https://zerows.apifox.cn/417761391e0.md): 搜索当前用户的文件列表,支持多种搜索条件。 - 根目录 > ZERO@工具系统 > 附件中心 [重命名文件](https://zerows.apifox.cn/417761392e0.md): 重命名指定的文件或目录。 - 根目录 > ZERO@工具系统 > 附件中心 [文件上传](https://zerows.apifox.cn/417761393e0.md): 上传文件到指定的目录和分类。 - 根目录 > ZERO@工具系统 > 附件中心 [文件上传接口](https://zerows.apifox.cn/417761394e0.md): 统一的文件上传接口,支持将文件上传到指定的目录和分类下。 - 根目录 > ZERO@工具系统 > 辅助 [查询记录历史](https://zerows.apifox.cn/417761395e0.md): 查询指定标识符和主键的记录变更历史。 - 根目录 > ZERO@工具系统 > 辅助 [查询字段变更历史](https://zerows.apifox.cn/417761396e0.md): 查询指定记录的特定字段变更历史。 - 根目录 > ZERO@工具系统 > 辅助 [查询活动项历史](https://zerows.apifox.cn/417761397e0.md): 查询指定活动的所有关联历史项。 - 根目录 > ZERO@工具系统 > 辅助 [获取活动详情](https://zerows.apifox.cn/417761398e0.md): 根据活动主键获取活动的详细信息。 - 根目录 > ZERO@工具系统 > 辅助 [搜索活动记录](https://zerows.apifox.cn/417761399e0.md): 通过查询条件搜索活动变更历史记录。 - 根目录 > ZERO@工具系统 > 辅助 [保存标签](https://zerows.apifox.cn/417761400e0.md): 保存标签信息到系统中。 - 根目录 > ZERO@工具系统 > 辅助 [根据模型获取标签](https://zerows.apifox.cn/417761401e0.md): 根据模型标识符和模型主键获取关联的标签信息。 - 根目录 > ZERO@工具系统 > 辅助 [关联标签](https://zerows.apifox.cn/417761402e0.md): 为指定模型实例批量关联标签。 - 根目录 > ZERO@工具系统 > 辅助 [解除标签关联](https://zerows.apifox.cn/417761403e0.md): 解除指定模型实例与标签之间的关联关系。 - 根目录 > ZERO@工具系统 > 任务 [根据Sigma查询任务信息列表](https://zerows.apifox.cn/417761404e0.md): 根据Sigma标识查询相关的任务信息列表,支持分组显示。 - 根目录 > ZERO@工具系统 > 任务 [根据任务键查询任务详情](https://zerows.apifox.cn/417761405e0.md): 根据任务键查询指定任务的详细信息。 - 根目录 > ZERO@工具系统 > 任务 [根据任务键更新任务信息](https://zerows.apifox.cn/417761406e0.md): 根据任务键更新指定任务的配置信息。 - 根目录 > ZERO@工具系统 > 任务 [根据命名空间查询任务状态](https://zerows.apifox.cn/417761407e0.md): 根据命名空间查询相关任务的执行状态信息。 - 根目录 > ZERO@工具系统 > 任务 [恢复指定代码的任务](https://zerows.apifox.cn/417761408e0.md): 根据任务代码恢复被暂停的任务执行。 - 根目录 > ZERO@工具系统 > 任务 [启动指定代码的任务](https://zerows.apifox.cn/417761409e0.md): 根据任务代码启动对应的任务执行。 - 根目录 > ZERO@工具系统 > 任务 [停止指定代码的任务](https://zerows.apifox.cn/417761410e0.md): 根据任务代码停止正在运行的任务。 - 根目录 > ZERO@工具系统 > 通知 [添加新的站内信](https://zerows.apifox.cn/417761411e0.md): 添加新的站内信到系统中。 - 根目录 > ZERO@工具系统 > 通知 [批量删除站内信](https://zerows.apifox.cn/417761412e0.md): 根据主键数组批量删除站内信。 - 根目录 > ZERO@工具系统 > 通知 [批量更新站内信状态](https://zerows.apifox.cn/417761413e0.md): 根据状态批量更新站内信的读取状态。 - 根目录 > ZERO@工具系统 > 通知 [根据消息类型查询站内信列表](https://zerows.apifox.cn/417761414e0.md): 根据指定的消息类型查询对应的站内信列表。 - 根目录 > ZERO@工具系统 > 通知 [通知仪表板](https://zerows.apifox.cn/417761415e0.md): 更新和查询通知信息,用于仪表板展示。 - 根目录 > CRUD@云端管理 > 应用 [create](https://zerows.apifox.cn/417761307e0.md): - 根目录 > CRUD@云端管理 > 应用 [getById](https://zerows.apifox.cn/417761308e0.md): - 根目录 > CRUD@云端管理 > 应用 [update](https://zerows.apifox.cn/417761309e0.md): - 根目录 > CRUD@云端管理 > 应用 [delete](https://zerows.apifox.cn/417761310e0.md): - 根目录 > CRUD@云端管理 > 应用 [getAll](https://zerows.apifox.cn/417761311e0.md): - 根目录 > CRUD@云端管理 > 应用 [existing](https://zerows.apifox.cn/417761312e0.md): - 根目录 > CRUD@云端管理 > 应用 [exportFile](https://zerows.apifox.cn/417761313e0.md): - 根目录 > CRUD@云端管理 > 应用 [importFile](https://zerows.apifox.cn/417761314e0.md): - 根目录 > CRUD@云端管理 > 应用 [missing](https://zerows.apifox.cn/417761315e0.md): - 根目录 > CRUD@云端管理 > 应用 [search](https://zerows.apifox.cn/417761316e0.md): - 根目录 > CRUD@云端管理 > 应用 [deleteBatch](https://zerows.apifox.cn/417761317e0.md): - 根目录 > CRUD@云端管理 > 应用 [updateBatch](https://zerows.apifox.cn/417761318e0.md): - 根目录 > CRUD@云端管理 > 应用 [getFull](https://zerows.apifox.cn/417761319e0.md): - 根目录 > CRUD@云端管理 > 应用 [getMy](https://zerows.apifox.cn/417761320e0.md): - 根目录 > CRUD@云端管理 > 应用 [getMy](https://zerows.apifox.cn/417761321e0.md): - 根目录 > CRUD@云端管理 > 租户 [deleteBatch](https://zerows.apifox.cn/417761322e0.md): - 根目录 > CRUD@云端管理 > 租户 [updateBatch](https://zerows.apifox.cn/417761323e0.md): - 根目录 > CRUD@云端管理 > 租户 [getFull](https://zerows.apifox.cn/417761324e0.md): - 根目录 > CRUD@云端管理 > 租户 [getMy](https://zerows.apifox.cn/417761325e0.md): - 根目录 > CRUD@云端管理 > 租户 [getMy](https://zerows.apifox.cn/417761326e0.md): - 根目录 > CRUD@云端管理 > 租户 [create](https://zerows.apifox.cn/417761327e0.md): - 根目录 > CRUD@云端管理 > 租户 [getById](https://zerows.apifox.cn/417761328e0.md): - 根目录 > CRUD@云端管理 > 租户 [update](https://zerows.apifox.cn/417761329e0.md): - 根目录 > CRUD@云端管理 > 租户 [delete](https://zerows.apifox.cn/417761330e0.md): - 根目录 > CRUD@云端管理 > 租户 [getAll](https://zerows.apifox.cn/417761331e0.md): - 根目录 > CRUD@云端管理 > 租户 [existing](https://zerows.apifox.cn/417761332e0.md): - 根目录 > CRUD@云端管理 > 租户 [exportFile](https://zerows.apifox.cn/417761333e0.md): - 根目录 > CRUD@云端管理 > 租户 [importFile](https://zerows.apifox.cn/417761334e0.md): - 根目录 > CRUD@云端管理 > 租户 [missing](https://zerows.apifox.cn/417761335e0.md): - 根目录 > CRUD@云端管理 > 租户 [search](https://zerows.apifox.cn/417761336e0.md): - 根目录 > CRUD@云端管理 > 订阅 [deleteBatch](https://zerows.apifox.cn/417761337e0.md): - 根目录 > CRUD@云端管理 > 订阅 [updateBatch](https://zerows.apifox.cn/417761338e0.md): - 根目录 > CRUD@云端管理 > 订阅 [getFull](https://zerows.apifox.cn/417761339e0.md): - 根目录 > CRUD@云端管理 > 订阅 [getMy](https://zerows.apifox.cn/417761340e0.md): - 根目录 > CRUD@云端管理 > 订阅 [getMy](https://zerows.apifox.cn/417761341e0.md): - 根目录 > CRUD@云端管理 > 订阅 [create](https://zerows.apifox.cn/417761342e0.md): - 根目录 > CRUD@云端管理 > 订阅 [getById](https://zerows.apifox.cn/417761343e0.md): - 根目录 > CRUD@云端管理 > 订阅 [update](https://zerows.apifox.cn/417761344e0.md): - 根目录 > CRUD@云端管理 > 订阅 [delete](https://zerows.apifox.cn/417761345e0.md): - 根目录 > CRUD@云端管理 > 订阅 [getAll](https://zerows.apifox.cn/417761346e0.md): - 根目录 > CRUD@云端管理 > 订阅 [existing](https://zerows.apifox.cn/417761347e0.md): - 根目录 > CRUD@云端管理 > 订阅 [exportFile](https://zerows.apifox.cn/417761348e0.md): - 根目录 > CRUD@云端管理 > 订阅 [importFile](https://zerows.apifox.cn/417761349e0.md): - 根目录 > CRUD@云端管理 > 订阅 [missing](https://zerows.apifox.cn/417761350e0.md): - 根目录 > CRUD@云端管理 > 订阅 [search](https://zerows.apifox.cn/417761351e0.md): - 根目录 > CRUD@云端管理 > 许可 [deleteBatch](https://zerows.apifox.cn/417761352e0.md): - 根目录 > CRUD@云端管理 > 许可 [updateBatch](https://zerows.apifox.cn/417761353e0.md): - 根目录 > CRUD@云端管理 > 许可 [getFull](https://zerows.apifox.cn/417761354e0.md): - 根目录 > CRUD@云端管理 > 许可 [getMy](https://zerows.apifox.cn/417761355e0.md): - 根目录 > CRUD@云端管理 > 许可 [getMy](https://zerows.apifox.cn/417761356e0.md): - 根目录 > CRUD@云端管理 > 许可 [create](https://zerows.apifox.cn/417761357e0.md): - 根目录 > CRUD@云端管理 > 许可 [getById](https://zerows.apifox.cn/417761358e0.md): - 根目录 > CRUD@云端管理 > 许可 [update](https://zerows.apifox.cn/417761359e0.md): - 根目录 > CRUD@云端管理 > 许可 [delete](https://zerows.apifox.cn/417761360e0.md): - 根目录 > CRUD@云端管理 > 许可 [getAll](https://zerows.apifox.cn/417761361e0.md): - 根目录 > CRUD@云端管理 > 许可 [existing](https://zerows.apifox.cn/417761362e0.md): - 根目录 > CRUD@云端管理 > 许可 [exportFile](https://zerows.apifox.cn/417761363e0.md): - 根目录 > CRUD@云端管理 > 许可 [importFile](https://zerows.apifox.cn/417761364e0.md): - 根目录 > CRUD@云端管理 > 许可 [missing](https://zerows.apifox.cn/417761365e0.md): - 根目录 > CRUD@云端管理 > 许可 [search](https://zerows.apifox.cn/417761366e0.md): - 根目录 > CRUD@组织架构 > 员工 [create](https://zerows.apifox.cn/417761416e0.md): - 根目录 > CRUD@组织架构 > 员工 [getById](https://zerows.apifox.cn/417761417e0.md): - 根目录 > CRUD@组织架构 > 员工 [update](https://zerows.apifox.cn/417761418e0.md): - 根目录 > CRUD@组织架构 > 员工 [delete](https://zerows.apifox.cn/417761419e0.md): - 根目录 > CRUD@组织架构 > 员工 [deleteBatch](https://zerows.apifox.cn/417761420e0.md): - 根目录 > CRUD@组织架构 > 员工 [updateBatch](https://zerows.apifox.cn/417761421e0.md): - 根目录 > CRUD@组织架构 > 员工 [getFull](https://zerows.apifox.cn/417761422e0.md): - 根目录 > CRUD@组织架构 > 员工 [getMy](https://zerows.apifox.cn/417761423e0.md): - 根目录 > CRUD@组织架构 > 员工 [getMy](https://zerows.apifox.cn/417761424e0.md): - 根目录 > CRUD@组织架构 > 员工 [getAll](https://zerows.apifox.cn/417761425e0.md): - 根目录 > CRUD@组织架构 > 员工 [existing](https://zerows.apifox.cn/417761426e0.md): - 根目录 > CRUD@组织架构 > 员工 [exportFile](https://zerows.apifox.cn/417761427e0.md): - 根目录 > CRUD@组织架构 > 员工 [importFile](https://zerows.apifox.cn/417761428e0.md): - 根目录 > CRUD@组织架构 > 员工 [missing](https://zerows.apifox.cn/417761429e0.md): - 根目录 > CRUD@组织架构 > 员工 [search](https://zerows.apifox.cn/417761430e0.md): - 根目录 > CRUD@组织架构 > 业务组 [deleteBatch](https://zerows.apifox.cn/417761431e0.md): - 根目录 > CRUD@组织架构 > 业务组 [updateBatch](https://zerows.apifox.cn/417761432e0.md): - 根目录 > CRUD@组织架构 > 业务组 [getFull](https://zerows.apifox.cn/417761433e0.md): - 根目录 > CRUD@组织架构 > 业务组 [getMy](https://zerows.apifox.cn/417761434e0.md): - 根目录 > CRUD@组织架构 > 业务组 [getMy](https://zerows.apifox.cn/417761435e0.md): - 根目录 > CRUD@组织架构 > 业务组 [create](https://zerows.apifox.cn/417761436e0.md): - 根目录 > CRUD@组织架构 > 业务组 [getById](https://zerows.apifox.cn/417761437e0.md): - 根目录 > CRUD@组织架构 > 业务组 [update](https://zerows.apifox.cn/417761438e0.md): - 根目录 > CRUD@组织架构 > 业务组 [delete](https://zerows.apifox.cn/417761439e0.md): - 根目录 > CRUD@组织架构 > 业务组 [getAll](https://zerows.apifox.cn/417761440e0.md): - 根目录 > CRUD@组织架构 > 业务组 [existing](https://zerows.apifox.cn/417761441e0.md): - 根目录 > CRUD@组织架构 > 业务组 [exportFile](https://zerows.apifox.cn/417761442e0.md): - 根目录 > CRUD@组织架构 > 业务组 [importFile](https://zerows.apifox.cn/417761443e0.md): - 根目录 > CRUD@组织架构 > 业务组 [missing](https://zerows.apifox.cn/417761444e0.md): - 根目录 > CRUD@组织架构 > 业务组 [search](https://zerows.apifox.cn/417761445e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [deleteBatch](https://zerows.apifox.cn/417761446e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [updateBatch](https://zerows.apifox.cn/417761447e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [getFull](https://zerows.apifox.cn/417761448e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [getMy](https://zerows.apifox.cn/417761449e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [getMy](https://zerows.apifox.cn/417761450e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [create](https://zerows.apifox.cn/417761451e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [getById](https://zerows.apifox.cn/417761452e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [update](https://zerows.apifox.cn/417761453e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [delete](https://zerows.apifox.cn/417761454e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [getAll](https://zerows.apifox.cn/417761455e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [existing](https://zerows.apifox.cn/417761456e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [exportFile](https://zerows.apifox.cn/417761457e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [importFile](https://zerows.apifox.cn/417761458e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [missing](https://zerows.apifox.cn/417761459e0.md): - 根目录 > CRUD@组织架构 > 公司管理 [search](https://zerows.apifox.cn/417761460e0.md): - 根目录 > CRUD@组织架构 > 合同 [deleteBatch](https://zerows.apifox.cn/417761461e0.md): - 根目录 > CRUD@组织架构 > 合同 [updateBatch](https://zerows.apifox.cn/417761462e0.md): - 根目录 > CRUD@组织架构 > 合同 [getFull](https://zerows.apifox.cn/417761463e0.md): - 根目录 > CRUD@组织架构 > 合同 [getMy](https://zerows.apifox.cn/417761464e0.md): - 根目录 > CRUD@组织架构 > 合同 [getMy](https://zerows.apifox.cn/417761465e0.md): - 根目录 > CRUD@组织架构 > 合同 [create](https://zerows.apifox.cn/417761466e0.md): - 根目录 > CRUD@组织架构 > 合同 [getById](https://zerows.apifox.cn/417761467e0.md): - 根目录 > CRUD@组织架构 > 合同 [update](https://zerows.apifox.cn/417761468e0.md): - 根目录 > CRUD@组织架构 > 合同 [delete](https://zerows.apifox.cn/417761469e0.md): - 根目录 > CRUD@组织架构 > 合同 [getAll](https://zerows.apifox.cn/417761470e0.md): - 根目录 > CRUD@组织架构 > 合同 [existing](https://zerows.apifox.cn/417761471e0.md): - 根目录 > CRUD@组织架构 > 合同 [exportFile](https://zerows.apifox.cn/417761472e0.md): - 根目录 > CRUD@组织架构 > 合同 [importFile](https://zerows.apifox.cn/417761473e0.md): - 根目录 > CRUD@组织架构 > 合同 [missing](https://zerows.apifox.cn/417761474e0.md): - 根目录 > CRUD@组织架构 > 合同 [search](https://zerows.apifox.cn/417761475e0.md): - 根目录 > CRUD@组织架构 > 品牌 [deleteBatch](https://zerows.apifox.cn/417761476e0.md): - 根目录 > CRUD@组织架构 > 品牌 [updateBatch](https://zerows.apifox.cn/417761477e0.md): - 根目录 > CRUD@组织架构 > 品牌 [create](https://zerows.apifox.cn/417761478e0.md): - 根目录 > CRUD@组织架构 > 品牌 [getById](https://zerows.apifox.cn/417761479e0.md): - 根目录 > CRUD@组织架构 > 品牌 [update](https://zerows.apifox.cn/417761480e0.md): - 根目录 > CRUD@组织架构 > 品牌 [delete](https://zerows.apifox.cn/417761481e0.md): - 根目录 > CRUD@组织架构 > 品牌 [getAll](https://zerows.apifox.cn/417761482e0.md): - 根目录 > CRUD@组织架构 > 品牌 [existing](https://zerows.apifox.cn/417761483e0.md): - 根目录 > CRUD@组织架构 > 品牌 [exportFile](https://zerows.apifox.cn/417761484e0.md): - 根目录 > CRUD@组织架构 > 品牌 [importFile](https://zerows.apifox.cn/417761485e0.md): - 根目录 > CRUD@组织架构 > 品牌 [missing](https://zerows.apifox.cn/417761486e0.md): - 根目录 > CRUD@组织架构 > 品牌 [search](https://zerows.apifox.cn/417761487e0.md): - 根目录 > CRUD@组织架构 > 品牌 [getFull](https://zerows.apifox.cn/417761488e0.md): - 根目录 > CRUD@组织架构 > 品牌 [getMy](https://zerows.apifox.cn/417761489e0.md): - 根目录 > CRUD@组织架构 > 品牌 [getMy](https://zerows.apifox.cn/417761490e0.md): - 根目录 > CRUD@组织架构 > 客户 [deleteBatch](https://zerows.apifox.cn/417761491e0.md): - 根目录 > CRUD@组织架构 > 客户 [updateBatch](https://zerows.apifox.cn/417761492e0.md): - 根目录 > CRUD@组织架构 > 客户 [getFull](https://zerows.apifox.cn/417761493e0.md): - 根目录 > CRUD@组织架构 > 客户 [getMy](https://zerows.apifox.cn/417761494e0.md): - 根目录 > CRUD@组织架构 > 客户 [getMy](https://zerows.apifox.cn/417761495e0.md): - 根目录 > CRUD@组织架构 > 客户 [create](https://zerows.apifox.cn/417761496e0.md): - 根目录 > CRUD@组织架构 > 客户 [getById](https://zerows.apifox.cn/417761497e0.md): - 根目录 > CRUD@组织架构 > 客户 [update](https://zerows.apifox.cn/417761498e0.md): - 根目录 > CRUD@组织架构 > 客户 [delete](https://zerows.apifox.cn/417761499e0.md): - 根目录 > CRUD@组织架构 > 客户 [getAll](https://zerows.apifox.cn/417761500e0.md): - 根目录 > CRUD@组织架构 > 客户 [existing](https://zerows.apifox.cn/417761501e0.md): - 根目录 > CRUD@组织架构 > 客户 [exportFile](https://zerows.apifox.cn/417761502e0.md): - 根目录 > CRUD@组织架构 > 客户 [importFile](https://zerows.apifox.cn/417761503e0.md): - 根目录 > CRUD@组织架构 > 客户 [missing](https://zerows.apifox.cn/417761504e0.md): - 根目录 > CRUD@组织架构 > 客户 [search](https://zerows.apifox.cn/417761505e0.md): - 根目录 > CRUD@组织架构 > 档案库 [deleteBatch](https://zerows.apifox.cn/417761506e0.md): - 根目录 > CRUD@组织架构 > 档案库 [updateBatch](https://zerows.apifox.cn/417761507e0.md): - 根目录 > CRUD@组织架构 > 档案库 [getFull](https://zerows.apifox.cn/417761508e0.md): - 根目录 > CRUD@组织架构 > 档案库 [getMy](https://zerows.apifox.cn/417761509e0.md): - 根目录 > CRUD@组织架构 > 档案库 [getMy](https://zerows.apifox.cn/417761510e0.md): - 根目录 > CRUD@组织架构 > 档案库 [create](https://zerows.apifox.cn/417761511e0.md): - 根目录 > CRUD@组织架构 > 档案库 [getById](https://zerows.apifox.cn/417761512e0.md): - 根目录 > CRUD@组织架构 > 档案库 [update](https://zerows.apifox.cn/417761513e0.md): - 根目录 > CRUD@组织架构 > 档案库 [delete](https://zerows.apifox.cn/417761514e0.md): - 根目录 > CRUD@组织架构 > 档案库 [getAll](https://zerows.apifox.cn/417761515e0.md): - 根目录 > CRUD@组织架构 > 档案库 [existing](https://zerows.apifox.cn/417761516e0.md): - 根目录 > CRUD@组织架构 > 档案库 [exportFile](https://zerows.apifox.cn/417761517e0.md): - 根目录 > CRUD@组织架构 > 档案库 [importFile](https://zerows.apifox.cn/417761518e0.md): - 根目录 > CRUD@组织架构 > 档案库 [missing](https://zerows.apifox.cn/417761519e0.md): - 根目录 > CRUD@组织架构 > 档案库 [search](https://zerows.apifox.cn/417761520e0.md): - 根目录 > CRUD@组织架构 > 部门 [deleteBatch](https://zerows.apifox.cn/417761521e0.md): - 根目录 > CRUD@组织架构 > 部门 [updateBatch](https://zerows.apifox.cn/417761522e0.md): - 根目录 > CRUD@组织架构 > 部门 [getFull](https://zerows.apifox.cn/417761523e0.md): - 根目录 > CRUD@组织架构 > 部门 [getMy](https://zerows.apifox.cn/417761524e0.md): - 根目录 > CRUD@组织架构 > 部门 [getMy](https://zerows.apifox.cn/417761525e0.md): - 根目录 > CRUD@组织架构 > 部门 [create](https://zerows.apifox.cn/417761526e0.md): - 根目录 > CRUD@组织架构 > 部门 [getById](https://zerows.apifox.cn/417761527e0.md): - 根目录 > CRUD@组织架构 > 部门 [update](https://zerows.apifox.cn/417761528e0.md): - 根目录 > CRUD@组织架构 > 部门 [delete](https://zerows.apifox.cn/417761529e0.md): - 根目录 > CRUD@组织架构 > 部门 [getAll](https://zerows.apifox.cn/417761530e0.md): - 根目录 > CRUD@组织架构 > 部门 [existing](https://zerows.apifox.cn/417761531e0.md): - 根目录 > CRUD@组织架构 > 部门 [exportFile](https://zerows.apifox.cn/417761532e0.md): - 根目录 > CRUD@组织架构 > 部门 [importFile](https://zerows.apifox.cn/417761533e0.md): - 根目录 > CRUD@组织架构 > 部门 [missing](https://zerows.apifox.cn/417761534e0.md): - 根目录 > CRUD@组织架构 > 部门 [search](https://zerows.apifox.cn/417761535e0.md): - 根目录 > CRUD@组织架构 > 项目 [deleteBatch](https://zerows.apifox.cn/417761536e0.md): - 根目录 > CRUD@组织架构 > 项目 [updateBatch](https://zerows.apifox.cn/417761537e0.md): - 根目录 > CRUD@组织架构 > 项目 [getFull](https://zerows.apifox.cn/417761538e0.md): - 根目录 > CRUD@组织架构 > 项目 [getMy](https://zerows.apifox.cn/417761539e0.md): - 根目录 > CRUD@组织架构 > 项目 [getMy](https://zerows.apifox.cn/417761540e0.md): - 根目录 > CRUD@组织架构 > 项目 [create](https://zerows.apifox.cn/417761541e0.md): - 根目录 > CRUD@组织架构 > 项目 [getById](https://zerows.apifox.cn/417761542e0.md): - 根目录 > CRUD@组织架构 > 项目 [update](https://zerows.apifox.cn/417761543e0.md): - 根目录 > CRUD@组织架构 > 项目 [delete](https://zerows.apifox.cn/417761544e0.md): - 根目录 > CRUD@组织架构 > 项目 [getAll](https://zerows.apifox.cn/417761545e0.md): - 根目录 > CRUD@组织架构 > 项目 [existing](https://zerows.apifox.cn/417761546e0.md): - 根目录 > CRUD@组织架构 > 项目 [exportFile](https://zerows.apifox.cn/417761547e0.md): - 根目录 > CRUD@组织架构 > 项目 [importFile](https://zerows.apifox.cn/417761548e0.md): - 根目录 > CRUD@组织架构 > 项目 [missing](https://zerows.apifox.cn/417761549e0.md): - 根目录 > CRUD@组织架构 > 项目 [search](https://zerows.apifox.cn/417761550e0.md): - 根目录 > CRUD@财务管理 > 账簿 [getById](https://zerows.apifox.cn/417761551e0.md): - 根目录 > CRUD@财务管理 > 账簿 [update](https://zerows.apifox.cn/417761552e0.md): - 根目录 > CRUD@财务管理 > 账簿 [delete](https://zerows.apifox.cn/417761553e0.md): - 根目录 > CRUD@财务管理 > 账簿 [deleteBatch](https://zerows.apifox.cn/417761554e0.md): - 根目录 > CRUD@财务管理 > 账簿 [updateBatch](https://zerows.apifox.cn/417761555e0.md): - 根目录 > CRUD@财务管理 > 账簿 [getFull](https://zerows.apifox.cn/417761556e0.md): - 根目录 > CRUD@财务管理 > 账簿 [getMy](https://zerows.apifox.cn/417761557e0.md): - 根目录 > CRUD@财务管理 > 账簿 [getMy](https://zerows.apifox.cn/417761558e0.md): - 根目录 > CRUD@财务管理 > 账簿 [create](https://zerows.apifox.cn/417761559e0.md): - 根目录 > CRUD@财务管理 > 账簿 [getAll](https://zerows.apifox.cn/417761560e0.md): - 根目录 > CRUD@财务管理 > 账簿 [existing](https://zerows.apifox.cn/417761561e0.md): - 根目录 > CRUD@财务管理 > 账簿 [exportFile](https://zerows.apifox.cn/417761562e0.md): - 根目录 > CRUD@财务管理 > 账簿 [importFile](https://zerows.apifox.cn/417761563e0.md): - 根目录 > CRUD@财务管理 > 账簿 [missing](https://zerows.apifox.cn/417761564e0.md): - 根目录 > CRUD@财务管理 > 账簿 [search](https://zerows.apifox.cn/417761565e0.md): - 根目录 > CRUD@财务管理 > 结算单 [search](https://zerows.apifox.cn/417761566e0.md): - 根目录 > CRUD@财务管理 > 结算单 [deleteBatch](https://zerows.apifox.cn/417761567e0.md): - 根目录 > CRUD@财务管理 > 结算单 [updateBatch](https://zerows.apifox.cn/417761568e0.md): - 根目录 > CRUD@财务管理 > 结算单 [getFull](https://zerows.apifox.cn/417761569e0.md): - 根目录 > CRUD@财务管理 > 结算单 [getMy](https://zerows.apifox.cn/417761570e0.md): - 根目录 > CRUD@财务管理 > 结算单 [getMy](https://zerows.apifox.cn/417761571e0.md): - 根目录 > CRUD@财务管理 > 结算单 [create](https://zerows.apifox.cn/417761572e0.md): - 根目录 > CRUD@财务管理 > 结算单 [getById](https://zerows.apifox.cn/417761573e0.md): - 根目录 > CRUD@财务管理 > 结算单 [update](https://zerows.apifox.cn/417761574e0.md): - 根目录 > CRUD@财务管理 > 结算单 [delete](https://zerows.apifox.cn/417761575e0.md): - 根目录 > CRUD@财务管理 > 结算单 [getAll](https://zerows.apifox.cn/417761576e0.md): - 根目录 > CRUD@财务管理 > 结算单 [existing](https://zerows.apifox.cn/417761577e0.md): - 根目录 > CRUD@财务管理 > 结算单 [exportFile](https://zerows.apifox.cn/417761578e0.md): - 根目录 > CRUD@财务管理 > 结算单 [importFile](https://zerows.apifox.cn/417761579e0.md): - 根目录 > CRUD@财务管理 > 结算单 [missing](https://zerows.apifox.cn/417761580e0.md): - 根目录 > CRUD@财务管理 > 交易 [getById](https://zerows.apifox.cn/417761581e0.md): - 根目录 > CRUD@财务管理 > 交易 [update](https://zerows.apifox.cn/417761582e0.md): - 根目录 > CRUD@财务管理 > 交易 [delete](https://zerows.apifox.cn/417761583e0.md): - 根目录 > CRUD@财务管理 > 交易 [deleteBatch](https://zerows.apifox.cn/417761584e0.md): - 根目录 > CRUD@财务管理 > 交易 [updateBatch](https://zerows.apifox.cn/417761585e0.md): - 根目录 > CRUD@财务管理 > 交易 [getFull](https://zerows.apifox.cn/417761586e0.md): - 根目录 > CRUD@财务管理 > 交易 [getMy](https://zerows.apifox.cn/417761587e0.md): - 根目录 > CRUD@财务管理 > 交易 [getMy](https://zerows.apifox.cn/417761588e0.md): - 根目录 > CRUD@财务管理 > 交易 [create](https://zerows.apifox.cn/417761589e0.md): - 根目录 > CRUD@财务管理 > 交易 [getAll](https://zerows.apifox.cn/417761590e0.md): - 根目录 > CRUD@财务管理 > 交易 [existing](https://zerows.apifox.cn/417761591e0.md): - 根目录 > CRUD@财务管理 > 交易 [exportFile](https://zerows.apifox.cn/417761592e0.md): - 根目录 > CRUD@财务管理 > 交易 [importFile](https://zerows.apifox.cn/417761593e0.md): - 根目录 > CRUD@财务管理 > 交易 [missing](https://zerows.apifox.cn/417761594e0.md): - 根目录 > CRUD@财务管理 > 交易 [search](https://zerows.apifox.cn/417761595e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [deleteBatch](https://zerows.apifox.cn/417761596e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [updateBatch](https://zerows.apifox.cn/417761597e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [getFull](https://zerows.apifox.cn/417761598e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [getMy](https://zerows.apifox.cn/417761599e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [getMy](https://zerows.apifox.cn/417761600e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [create](https://zerows.apifox.cn/417761601e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [getById](https://zerows.apifox.cn/417761602e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [update](https://zerows.apifox.cn/417761603e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [delete](https://zerows.apifox.cn/417761604e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [getAll](https://zerows.apifox.cn/417761605e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [existing](https://zerows.apifox.cn/417761606e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [exportFile](https://zerows.apifox.cn/417761607e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [importFile](https://zerows.apifox.cn/417761608e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [missing](https://zerows.apifox.cn/417761609e0.md): - 根目录 > CRUD@财务管理 > 会计科目 [search](https://zerows.apifox.cn/417761610e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [deleteBatch](https://zerows.apifox.cn/417761611e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [updateBatch](https://zerows.apifox.cn/417761612e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [getFull](https://zerows.apifox.cn/417761613e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [getMy](https://zerows.apifox.cn/417761614e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [getMy](https://zerows.apifox.cn/417761615e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [create](https://zerows.apifox.cn/417761616e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [getById](https://zerows.apifox.cn/417761617e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [update](https://zerows.apifox.cn/417761618e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [delete](https://zerows.apifox.cn/417761619e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [getAll](https://zerows.apifox.cn/417761620e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [existing](https://zerows.apifox.cn/417761621e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [exportFile](https://zerows.apifox.cn/417761622e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [importFile](https://zerows.apifox.cn/417761623e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [missing](https://zerows.apifox.cn/417761624e0.md): - 根目录 > CRUD@财务管理 > 应收账款 [search](https://zerows.apifox.cn/417761625e0.md): - 根目录 > CRUD@财务管理 > 开户行 [create](https://zerows.apifox.cn/417761626e0.md): - 根目录 > CRUD@财务管理 > 开户行 [getById](https://zerows.apifox.cn/417761627e0.md): - 根目录 > CRUD@财务管理 > 开户行 [update](https://zerows.apifox.cn/417761628e0.md): - 根目录 > CRUD@财务管理 > 开户行 [delete](https://zerows.apifox.cn/417761629e0.md): - 根目录 > CRUD@财务管理 > 开户行 [getAll](https://zerows.apifox.cn/417761630e0.md): - 根目录 > CRUD@财务管理 > 开户行 [existing](https://zerows.apifox.cn/417761631e0.md): - 根目录 > CRUD@财务管理 > 开户行 [exportFile](https://zerows.apifox.cn/417761632e0.md): - 根目录 > CRUD@财务管理 > 开户行 [importFile](https://zerows.apifox.cn/417761633e0.md): - 根目录 > CRUD@财务管理 > 开户行 [missing](https://zerows.apifox.cn/417761634e0.md): - 根目录 > CRUD@财务管理 > 开户行 [search](https://zerows.apifox.cn/417761635e0.md): - 根目录 > CRUD@财务管理 > 开户行 [deleteBatch](https://zerows.apifox.cn/417761636e0.md): - 根目录 > CRUD@财务管理 > 开户行 [updateBatch](https://zerows.apifox.cn/417761637e0.md): - 根目录 > CRUD@财务管理 > 开户行 [getFull](https://zerows.apifox.cn/417761638e0.md): - 根目录 > CRUD@财务管理 > 开户行 [getMy](https://zerows.apifox.cn/417761639e0.md): - 根目录 > CRUD@财务管理 > 开户行 [getMy](https://zerows.apifox.cn/417761640e0.md): - 根目录 > CRUD@财务管理 > 账单项 [deleteBatch](https://zerows.apifox.cn/417761641e0.md): - 根目录 > CRUD@财务管理 > 账单项 [updateBatch](https://zerows.apifox.cn/417761642e0.md): - 根目录 > CRUD@财务管理 > 账单项 [getFull](https://zerows.apifox.cn/417761643e0.md): - 根目录 > CRUD@财务管理 > 账单项 [getMy](https://zerows.apifox.cn/417761644e0.md): - 根目录 > CRUD@财务管理 > 账单项 [getMy](https://zerows.apifox.cn/417761645e0.md): - 根目录 > CRUD@财务管理 > 账单项 [create](https://zerows.apifox.cn/417761646e0.md): - 根目录 > CRUD@财务管理 > 账单项 [getById](https://zerows.apifox.cn/417761647e0.md): - 根目录 > CRUD@财务管理 > 账单项 [update](https://zerows.apifox.cn/417761648e0.md): - 根目录 > CRUD@财务管理 > 账单项 [delete](https://zerows.apifox.cn/417761649e0.md): - 根目录 > CRUD@财务管理 > 账单项 [getAll](https://zerows.apifox.cn/417761650e0.md): - 根目录 > CRUD@财务管理 > 账单项 [existing](https://zerows.apifox.cn/417761651e0.md): - 根目录 > CRUD@财务管理 > 账单项 [exportFile](https://zerows.apifox.cn/417761652e0.md): - 根目录 > CRUD@财务管理 > 账单项 [importFile](https://zerows.apifox.cn/417761653e0.md): - 根目录 > CRUD@财务管理 > 账单项 [missing](https://zerows.apifox.cn/417761654e0.md): - 根目录 > CRUD@财务管理 > 账单项 [search](https://zerows.apifox.cn/417761655e0.md): - 根目录 > CRUD@财务管理 > 货币 [deleteBatch](https://zerows.apifox.cn/417761656e0.md): - 根目录 > CRUD@财务管理 > 货币 [updateBatch](https://zerows.apifox.cn/417761657e0.md): - 根目录 > CRUD@财务管理 > 货币 [getFull](https://zerows.apifox.cn/417761658e0.md): - 根目录 > CRUD@财务管理 > 货币 [getMy](https://zerows.apifox.cn/417761659e0.md): - 根目录 > CRUD@财务管理 > 货币 [getMy](https://zerows.apifox.cn/417761660e0.md): - 根目录 > CRUD@财务管理 > 货币 [create](https://zerows.apifox.cn/417761661e0.md): - 根目录 > CRUD@财务管理 > 货币 [getById](https://zerows.apifox.cn/417761662e0.md): - 根目录 > CRUD@财务管理 > 货币 [update](https://zerows.apifox.cn/417761663e0.md): - 根目录 > CRUD@财务管理 > 货币 [delete](https://zerows.apifox.cn/417761664e0.md): - 根目录 > CRUD@财务管理 > 货币 [getAll](https://zerows.apifox.cn/417761665e0.md): - 根目录 > CRUD@财务管理 > 货币 [existing](https://zerows.apifox.cn/417761666e0.md): - 根目录 > CRUD@财务管理 > 货币 [exportFile](https://zerows.apifox.cn/417761667e0.md): - 根目录 > CRUD@财务管理 > 货币 [importFile](https://zerows.apifox.cn/417761668e0.md): - 根目录 > CRUD@财务管理 > 货币 [missing](https://zerows.apifox.cn/417761669e0.md): - 根目录 > CRUD@财务管理 > 货币 [search](https://zerows.apifox.cn/417761670e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [create](https://zerows.apifox.cn/417761671e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [getById](https://zerows.apifox.cn/417761672e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [update](https://zerows.apifox.cn/417761673e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [delete](https://zerows.apifox.cn/417761674e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [deleteBatch](https://zerows.apifox.cn/417761675e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [updateBatch](https://zerows.apifox.cn/417761676e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [getFull](https://zerows.apifox.cn/417761677e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [getMy](https://zerows.apifox.cn/417761678e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [getMy](https://zerows.apifox.cn/417761679e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [getAll](https://zerows.apifox.cn/417761680e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [existing](https://zerows.apifox.cn/417761681e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [exportFile](https://zerows.apifox.cn/417761682e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [importFile](https://zerows.apifox.cn/417761683e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [missing](https://zerows.apifox.cn/417761684e0.md): - 根目录 > CRUD@核心系统 > 存储目录 [search](https://zerows.apifox.cn/417761685e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [deleteBatch](https://zerows.apifox.cn/417761686e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [updateBatch](https://zerows.apifox.cn/417761687e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [getFull](https://zerows.apifox.cn/417761688e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [getMy](https://zerows.apifox.cn/417761689e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [getMy](https://zerows.apifox.cn/417761690e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [create](https://zerows.apifox.cn/417761691e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [getById](https://zerows.apifox.cn/417761692e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [update](https://zerows.apifox.cn/417761693e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [delete](https://zerows.apifox.cn/417761694e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [getAll](https://zerows.apifox.cn/417761695e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [existing](https://zerows.apifox.cn/417761696e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [exportFile](https://zerows.apifox.cn/417761697e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [importFile](https://zerows.apifox.cn/417761698e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [missing](https://zerows.apifox.cn/417761699e0.md): - 根目录 > CRUD@核心系统 > 图引擎 [search](https://zerows.apifox.cn/417761700e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [deleteBatch](https://zerows.apifox.cn/417761701e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [updateBatch](https://zerows.apifox.cn/417761702e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [getFull](https://zerows.apifox.cn/417761703e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [getMy](https://zerows.apifox.cn/417761704e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [getMy](https://zerows.apifox.cn/417761705e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [create](https://zerows.apifox.cn/417761706e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [getById](https://zerows.apifox.cn/417761707e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [update](https://zerows.apifox.cn/417761708e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [delete](https://zerows.apifox.cn/417761709e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [getAll](https://zerows.apifox.cn/417761710e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [existing](https://zerows.apifox.cn/417761711e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [exportFile](https://zerows.apifox.cn/417761712e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [importFile](https://zerows.apifox.cn/417761713e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [missing](https://zerows.apifox.cn/417761714e0.md): - 根目录 > CRUD@核心系统 > 集成配置 [search](https://zerows.apifox.cn/417761715e0.md): - 根目录 > CRUD@安全管理 > 权限 [create](https://zerows.apifox.cn/417761716e0.md): - 根目录 > CRUD@安全管理 > 权限 [getById](https://zerows.apifox.cn/417761717e0.md): - 根目录 > CRUD@安全管理 > 权限 [update](https://zerows.apifox.cn/417761718e0.md): - 根目录 > CRUD@安全管理 > 权限 [delete](https://zerows.apifox.cn/417761719e0.md): - 根目录 > CRUD@安全管理 > 权限 [deleteBatch](https://zerows.apifox.cn/417761720e0.md): - 根目录 > CRUD@安全管理 > 权限 [updateBatch](https://zerows.apifox.cn/417761721e0.md): - 根目录 > CRUD@安全管理 > 权限 [getFull](https://zerows.apifox.cn/417761722e0.md): - 根目录 > CRUD@安全管理 > 权限 [getMy](https://zerows.apifox.cn/417761723e0.md): - 根目录 > CRUD@安全管理 > 权限 [getMy](https://zerows.apifox.cn/417761724e0.md): - 根目录 > CRUD@安全管理 > 权限 [getAll](https://zerows.apifox.cn/417761725e0.md): - 根目录 > CRUD@安全管理 > 权限 [existing](https://zerows.apifox.cn/417761726e0.md): - 根目录 > CRUD@安全管理 > 权限 [exportFile](https://zerows.apifox.cn/417761727e0.md): - 根目录 > CRUD@安全管理 > 权限 [importFile](https://zerows.apifox.cn/417761728e0.md): - 根目录 > CRUD@安全管理 > 权限 [missing](https://zerows.apifox.cn/417761729e0.md): - 根目录 > CRUD@安全管理 > 权限 [search](https://zerows.apifox.cn/417761730e0.md): - 根目录 > CRUD@安全管理 > 资源 [create](https://zerows.apifox.cn/417761731e0.md): - 根目录 > CRUD@安全管理 > 资源 [getById](https://zerows.apifox.cn/417761732e0.md): - 根目录 > CRUD@安全管理 > 资源 [update](https://zerows.apifox.cn/417761733e0.md): - 根目录 > CRUD@安全管理 > 资源 [delete](https://zerows.apifox.cn/417761734e0.md): - 根目录 > CRUD@安全管理 > 资源 [search](https://zerows.apifox.cn/417761735e0.md): - 根目录 > CRUD@安全管理 > 资源 [deleteBatch](https://zerows.apifox.cn/417761736e0.md): - 根目录 > CRUD@安全管理 > 资源 [updateBatch](https://zerows.apifox.cn/417761737e0.md): - 根目录 > CRUD@安全管理 > 资源 [getFull](https://zerows.apifox.cn/417761738e0.md): - 根目录 > CRUD@安全管理 > 资源 [getMy](https://zerows.apifox.cn/417761739e0.md): - 根目录 > CRUD@安全管理 > 资源 [getMy](https://zerows.apifox.cn/417761740e0.md): - 根目录 > CRUD@安全管理 > 资源 [getAll](https://zerows.apifox.cn/417761741e0.md): - 根目录 > CRUD@安全管理 > 资源 [existing](https://zerows.apifox.cn/417761742e0.md): - 根目录 > CRUD@安全管理 > 资源 [exportFile](https://zerows.apifox.cn/417761743e0.md): - 根目录 > CRUD@安全管理 > 资源 [importFile](https://zerows.apifox.cn/417761744e0.md): - 根目录 > CRUD@安全管理 > 资源 [missing](https://zerows.apifox.cn/417761745e0.md): - 根目录 > CRUD@安全管理 > 角色 [create](https://zerows.apifox.cn/417761746e0.md): - 根目录 > CRUD@安全管理 > 角色 [deleteBatch](https://zerows.apifox.cn/417761747e0.md): - 根目录 > CRUD@安全管理 > 角色 [updateBatch](https://zerows.apifox.cn/417761748e0.md): - 根目录 > CRUD@安全管理 > 角色 [getFull](https://zerows.apifox.cn/417761749e0.md): - 根目录 > CRUD@安全管理 > 角色 [getMy](https://zerows.apifox.cn/417761750e0.md): - 根目录 > CRUD@安全管理 > 角色 [getMy](https://zerows.apifox.cn/417761751e0.md): - 根目录 > CRUD@安全管理 > 角色 [getById](https://zerows.apifox.cn/417761752e0.md): - 根目录 > CRUD@安全管理 > 角色 [update](https://zerows.apifox.cn/417761753e0.md): - 根目录 > CRUD@安全管理 > 角色 [delete](https://zerows.apifox.cn/417761754e0.md): - 根目录 > CRUD@安全管理 > 角色 [getAll](https://zerows.apifox.cn/417761755e0.md): - 根目录 > CRUD@安全管理 > 角色 [existing](https://zerows.apifox.cn/417761756e0.md): - 根目录 > CRUD@安全管理 > 角色 [exportFile](https://zerows.apifox.cn/417761757e0.md): - 根目录 > CRUD@安全管理 > 角色 [importFile](https://zerows.apifox.cn/417761758e0.md): - 根目录 > CRUD@安全管理 > 角色 [missing](https://zerows.apifox.cn/417761759e0.md): - 根目录 > CRUD@安全管理 > 角色 [search](https://zerows.apifox.cn/417761760e0.md): - 根目录 > CRUD@安全管理 > 账号 [create](https://zerows.apifox.cn/417761761e0.md): - 根目录 > CRUD@安全管理 > 账号 [getById](https://zerows.apifox.cn/417761762e0.md): - 根目录 > CRUD@安全管理 > 账号 [update](https://zerows.apifox.cn/417761763e0.md): - 根目录 > CRUD@安全管理 > 账号 [delete](https://zerows.apifox.cn/417761764e0.md): - 根目录 > CRUD@安全管理 > 账号 [importFile](https://zerows.apifox.cn/417761765e0.md): - 根目录 > CRUD@安全管理 > 账号 [search](https://zerows.apifox.cn/417761766e0.md): - 根目录 > CRUD@安全管理 > 账号 [deleteBatch](https://zerows.apifox.cn/417761767e0.md): - 根目录 > CRUD@安全管理 > 账号 [updateBatch](https://zerows.apifox.cn/417761768e0.md): - 根目录 > CRUD@安全管理 > 账号 [getFull](https://zerows.apifox.cn/417761769e0.md): - 根目录 > CRUD@安全管理 > 账号 [getMy](https://zerows.apifox.cn/417761770e0.md): - 根目录 > CRUD@安全管理 > 账号 [getMy](https://zerows.apifox.cn/417761771e0.md): - 根目录 > CRUD@安全管理 > 账号 [getAll](https://zerows.apifox.cn/417761772e0.md): - 根目录 > CRUD@安全管理 > 账号 [existing](https://zerows.apifox.cn/417761773e0.md): - 根目录 > CRUD@安全管理 > 账号 [exportFile](https://zerows.apifox.cn/417761774e0.md): - 根目录 > CRUD@安全管理 > 账号 [missing](https://zerows.apifox.cn/417761775e0.md): - 根目录 > CRUD@安全管理 > 用户组 [deleteBatch](https://zerows.apifox.cn/417761776e0.md): - 根目录 > CRUD@安全管理 > 用户组 [updateBatch](https://zerows.apifox.cn/417761777e0.md): - 根目录 > CRUD@安全管理 > 用户组 [getFull](https://zerows.apifox.cn/417761778e0.md): - 根目录 > CRUD@安全管理 > 用户组 [getMy](https://zerows.apifox.cn/417761779e0.md): - 根目录 > CRUD@安全管理 > 用户组 [getMy](https://zerows.apifox.cn/417761780e0.md): - 根目录 > CRUD@安全管理 > 用户组 [create](https://zerows.apifox.cn/417761781e0.md): - 根目录 > CRUD@安全管理 > 用户组 [getById](https://zerows.apifox.cn/417761782e0.md): - 根目录 > CRUD@安全管理 > 用户组 [update](https://zerows.apifox.cn/417761783e0.md): - 根目录 > CRUD@安全管理 > 用户组 [delete](https://zerows.apifox.cn/417761784e0.md): - 根目录 > CRUD@安全管理 > 用户组 [getAll](https://zerows.apifox.cn/417761785e0.md): - 根目录 > CRUD@安全管理 > 用户组 [existing](https://zerows.apifox.cn/417761786e0.md): - 根目录 > CRUD@安全管理 > 用户组 [exportFile](https://zerows.apifox.cn/417761787e0.md): - 根目录 > CRUD@安全管理 > 用户组 [importFile](https://zerows.apifox.cn/417761788e0.md): - 根目录 > CRUD@安全管理 > 用户组 [missing](https://zerows.apifox.cn/417761789e0.md): - 根目录 > CRUD@安全管理 > 用户组 [search](https://zerows.apifox.cn/417761790e0.md): - 根目录 > CRUD@工作流 > 待办单 [getById](https://zerows.apifox.cn/417761806e0.md): - 根目录 > CRUD@工作流 > 待办单 [update](https://zerows.apifox.cn/417761807e0.md): - 根目录 > CRUD@工作流 > 待办单 [delete](https://zerows.apifox.cn/417761808e0.md): - 根目录 > CRUD@工作流 > 待办单 [deleteBatch](https://zerows.apifox.cn/417761809e0.md): - 根目录 > CRUD@工作流 > 待办单 [updateBatch](https://zerows.apifox.cn/417761810e0.md): - 根目录 > CRUD@工作流 > 待办单 [getFull](https://zerows.apifox.cn/417761811e0.md): - 根目录 > CRUD@工作流 > 待办单 [getMy](https://zerows.apifox.cn/417761812e0.md): - 根目录 > CRUD@工作流 > 待办单 [getMy](https://zerows.apifox.cn/417761813e0.md): - 根目录 > CRUD@工作流 > 待办单 [create](https://zerows.apifox.cn/417761814e0.md): - 根目录 > CRUD@工作流 > 待办单 [getAll](https://zerows.apifox.cn/417761815e0.md): - 根目录 > CRUD@工作流 > 待办单 [existing](https://zerows.apifox.cn/417761816e0.md): - 根目录 > CRUD@工作流 > 待办单 [exportFile](https://zerows.apifox.cn/417761817e0.md): - 根目录 > CRUD@工作流 > 待办单 [importFile](https://zerows.apifox.cn/417761818e0.md): - 根目录 > CRUD@工作流 > 待办单 [missing](https://zerows.apifox.cn/417761819e0.md): - 根目录 > CRUD@工作流 > 待办单 [search](https://zerows.apifox.cn/417761820e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [deleteBatch](https://zerows.apifox.cn/417761821e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [updateBatch](https://zerows.apifox.cn/417761822e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [getFull](https://zerows.apifox.cn/417761823e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [getMy](https://zerows.apifox.cn/417761824e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [getMy](https://zerows.apifox.cn/417761825e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [create](https://zerows.apifox.cn/417761826e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [getById](https://zerows.apifox.cn/417761827e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [update](https://zerows.apifox.cn/417761828e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [delete](https://zerows.apifox.cn/417761829e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [getAll](https://zerows.apifox.cn/417761830e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [existing](https://zerows.apifox.cn/417761831e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [exportFile](https://zerows.apifox.cn/417761832e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [importFile](https://zerows.apifox.cn/417761833e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [missing](https://zerows.apifox.cn/417761834e0.md): - 根目录 > CRUD@工作流 > 工单元数据 [search](https://zerows.apifox.cn/417761835e0.md): - 根目录 > CRUD@资源管理 > 标签 [getById](https://zerows.apifox.cn/417761836e0.md): - 根目录 > CRUD@资源管理 > 标签 [update](https://zerows.apifox.cn/417761837e0.md): - 根目录 > CRUD@资源管理 > 标签 [delete](https://zerows.apifox.cn/417761838e0.md): - 根目录 > CRUD@资源管理 > 标签 [deleteBatch](https://zerows.apifox.cn/417761839e0.md): - 根目录 > CRUD@资源管理 > 标签 [updateBatch](https://zerows.apifox.cn/417761840e0.md): - 根目录 > CRUD@资源管理 > 标签 [getFull](https://zerows.apifox.cn/417761841e0.md): - 根目录 > CRUD@资源管理 > 标签 [getMy](https://zerows.apifox.cn/417761842e0.md): - 根目录 > CRUD@资源管理 > 标签 [getMy](https://zerows.apifox.cn/417761843e0.md): - 根目录 > CRUD@资源管理 > 标签 [create](https://zerows.apifox.cn/417761844e0.md): - 根目录 > CRUD@资源管理 > 标签 [getAll](https://zerows.apifox.cn/417761845e0.md): - 根目录 > CRUD@资源管理 > 标签 [existing](https://zerows.apifox.cn/417761846e0.md): - 根目录 > CRUD@资源管理 > 标签 [exportFile](https://zerows.apifox.cn/417761847e0.md): - 根目录 > CRUD@资源管理 > 标签 [importFile](https://zerows.apifox.cn/417761848e0.md): - 根目录 > CRUD@资源管理 > 标签 [missing](https://zerows.apifox.cn/417761849e0.md): - 根目录 > CRUD@资源管理 > 标签 [search](https://zerows.apifox.cn/417761850e0.md): - 根目录 > CRUD@资源管理 > 分类树 [deleteBatch](https://zerows.apifox.cn/417761851e0.md): - 根目录 > CRUD@资源管理 > 分类树 [updateBatch](https://zerows.apifox.cn/417761852e0.md): - 根目录 > CRUD@资源管理 > 分类树 [getFull](https://zerows.apifox.cn/417761853e0.md): - 根目录 > CRUD@资源管理 > 分类树 [getMy](https://zerows.apifox.cn/417761854e0.md): - 根目录 > CRUD@资源管理 > 分类树 [getMy](https://zerows.apifox.cn/417761855e0.md): - 根目录 > CRUD@资源管理 > 分类树 [create](https://zerows.apifox.cn/417761856e0.md): - 根目录 > CRUD@资源管理 > 分类树 [getById](https://zerows.apifox.cn/417761857e0.md): - 根目录 > CRUD@资源管理 > 分类树 [update](https://zerows.apifox.cn/417761858e0.md): - 根目录 > CRUD@资源管理 > 分类树 [delete](https://zerows.apifox.cn/417761859e0.md): - 根目录 > CRUD@资源管理 > 分类树 [getAll](https://zerows.apifox.cn/417761860e0.md): - 根目录 > CRUD@资源管理 > 分类树 [existing](https://zerows.apifox.cn/417761861e0.md): - 根目录 > CRUD@资源管理 > 分类树 [exportFile](https://zerows.apifox.cn/417761862e0.md): - 根目录 > CRUD@资源管理 > 分类树 [importFile](https://zerows.apifox.cn/417761863e0.md): - 根目录 > CRUD@资源管理 > 分类树 [missing](https://zerows.apifox.cn/417761864e0.md): - 根目录 > CRUD@资源管理 > 分类树 [search](https://zerows.apifox.cn/417761865e0.md): - 根目录 > CRUD@资源管理 > 字典表 [deleteBatch](https://zerows.apifox.cn/417761866e0.md): - 根目录 > CRUD@资源管理 > 字典表 [updateBatch](https://zerows.apifox.cn/417761867e0.md): - 根目录 > CRUD@资源管理 > 字典表 [getFull](https://zerows.apifox.cn/417761868e0.md): - 根目录 > CRUD@资源管理 > 字典表 [getMy](https://zerows.apifox.cn/417761869e0.md): - 根目录 > CRUD@资源管理 > 字典表 [getMy](https://zerows.apifox.cn/417761870e0.md): - 根目录 > CRUD@资源管理 > 字典表 [create](https://zerows.apifox.cn/417761871e0.md): - 根目录 > CRUD@资源管理 > 字典表 [getById](https://zerows.apifox.cn/417761872e0.md): - 根目录 > CRUD@资源管理 > 字典表 [update](https://zerows.apifox.cn/417761873e0.md): - 根目录 > CRUD@资源管理 > 字典表 [delete](https://zerows.apifox.cn/417761874e0.md): - 根目录 > CRUD@资源管理 > 字典表 [getAll](https://zerows.apifox.cn/417761875e0.md): - 根目录 > CRUD@资源管理 > 字典表 [existing](https://zerows.apifox.cn/417761876e0.md): - 根目录 > CRUD@资源管理 > 字典表 [exportFile](https://zerows.apifox.cn/417761877e0.md): - 根目录 > CRUD@资源管理 > 字典表 [importFile](https://zerows.apifox.cn/417761878e0.md): - 根目录 > CRUD@资源管理 > 字典表 [missing](https://zerows.apifox.cn/417761879e0.md): - 根目录 > CRUD@资源管理 > 字典表 [search](https://zerows.apifox.cn/417761880e0.md): - 根目录 > CRUD@资源管理 > 通知 [deleteBatch](https://zerows.apifox.cn/417761881e0.md): - 根目录 > CRUD@资源管理 > 通知 [updateBatch](https://zerows.apifox.cn/417761882e0.md): - 根目录 > CRUD@资源管理 > 通知 [getFull](https://zerows.apifox.cn/417761883e0.md): - 根目录 > CRUD@资源管理 > 通知 [getMy](https://zerows.apifox.cn/417761884e0.md): - 根目录 > CRUD@资源管理 > 通知 [getMy](https://zerows.apifox.cn/417761885e0.md): - 根目录 > CRUD@资源管理 > 通知 [create](https://zerows.apifox.cn/417761886e0.md): - 根目录 > CRUD@资源管理 > 通知 [getById](https://zerows.apifox.cn/417761887e0.md): - 根目录 > CRUD@资源管理 > 通知 [update](https://zerows.apifox.cn/417761888e0.md): - 根目录 > CRUD@资源管理 > 通知 [delete](https://zerows.apifox.cn/417761889e0.md): - 根目录 > CRUD@资源管理 > 通知 [getAll](https://zerows.apifox.cn/417761890e0.md): - 根目录 > CRUD@资源管理 > 通知 [existing](https://zerows.apifox.cn/417761891e0.md): - 根目录 > CRUD@资源管理 > 通知 [exportFile](https://zerows.apifox.cn/417761892e0.md): - 根目录 > CRUD@资源管理 > 通知 [importFile](https://zerows.apifox.cn/417761893e0.md): - 根目录 > CRUD@资源管理 > 通知 [missing](https://zerows.apifox.cn/417761894e0.md): - 根目录 > CRUD@资源管理 > 通知 [search](https://zerows.apifox.cn/417761895e0.md): - 根目录 > CRUD@资源管理 > 附件 [deleteBatch](https://zerows.apifox.cn/417761896e0.md): - 根目录 > CRUD@资源管理 > 附件 [updateBatch](https://zerows.apifox.cn/417761897e0.md): - 根目录 > CRUD@资源管理 > 附件 [getFull](https://zerows.apifox.cn/417761898e0.md): - 根目录 > CRUD@资源管理 > 附件 [getMy](https://zerows.apifox.cn/417761899e0.md): - 根目录 > CRUD@资源管理 > 附件 [getMy](https://zerows.apifox.cn/417761900e0.md): - 根目录 > CRUD@资源管理 > 附件 [create](https://zerows.apifox.cn/417761901e0.md): - 根目录 > CRUD@资源管理 > 附件 [getById](https://zerows.apifox.cn/417761902e0.md): - 根目录 > CRUD@资源管理 > 附件 [update](https://zerows.apifox.cn/417761903e0.md): - 根目录 > CRUD@资源管理 > 附件 [delete](https://zerows.apifox.cn/417761904e0.md): - 根目录 > CRUD@资源管理 > 附件 [getAll](https://zerows.apifox.cn/417761905e0.md): - 根目录 > CRUD@资源管理 > 附件 [existing](https://zerows.apifox.cn/417761906e0.md): - 根目录 > CRUD@资源管理 > 附件 [exportFile](https://zerows.apifox.cn/417761907e0.md): - 根目录 > CRUD@资源管理 > 附件 [importFile](https://zerows.apifox.cn/417761908e0.md): - 根目录 > CRUD@资源管理 > 附件 [missing](https://zerows.apifox.cn/417761909e0.md): - 根目录 > CRUD@资源管理 > 附件 [search](https://zerows.apifox.cn/417761910e0.md): - 根目录 > CRUD@地址管理 > 城市 [deleteBatch](https://zerows.apifox.cn/417761934e0.md): - 根目录 > CRUD@地址管理 > 城市 [updateBatch](https://zerows.apifox.cn/417761935e0.md): - 根目录 > CRUD@地址管理 > 城市 [create](https://zerows.apifox.cn/417761936e0.md): - 根目录 > CRUD@地址管理 > 城市 [getById](https://zerows.apifox.cn/417761937e0.md): - 根目录 > CRUD@地址管理 > 城市 [update](https://zerows.apifox.cn/417761938e0.md): - 根目录 > CRUD@地址管理 > 城市 [delete](https://zerows.apifox.cn/417761939e0.md): - 根目录 > CRUD@地址管理 > 城市 [getAll](https://zerows.apifox.cn/417761940e0.md): - 根目录 > CRUD@地址管理 > 城市 [existing](https://zerows.apifox.cn/417761941e0.md): - 根目录 > CRUD@地址管理 > 城市 [exportFile](https://zerows.apifox.cn/417761942e0.md): - 根目录 > CRUD@地址管理 > 城市 [importFile](https://zerows.apifox.cn/417761943e0.md): - 根目录 > CRUD@地址管理 > 城市 [missing](https://zerows.apifox.cn/417761944e0.md): - 根目录 > CRUD@地址管理 > 城市 [search](https://zerows.apifox.cn/417761945e0.md): - 根目录 > CRUD@地址管理 > 城市 [getFull](https://zerows.apifox.cn/417761946e0.md): - 根目录 > CRUD@地址管理 > 城市 [getMy](https://zerows.apifox.cn/417761947e0.md): - 根目录 > CRUD@地址管理 > 城市 [getMy](https://zerows.apifox.cn/417761948e0.md): - 根目录 > CRUD@地址管理 > 楼层 [deleteBatch](https://zerows.apifox.cn/417761949e0.md): - 根目录 > CRUD@地址管理 > 楼层 [updateBatch](https://zerows.apifox.cn/417761950e0.md): - 根目录 > CRUD@地址管理 > 楼层 [getFull](https://zerows.apifox.cn/417761951e0.md): - 根目录 > CRUD@地址管理 > 楼层 [getMy](https://zerows.apifox.cn/417761952e0.md): - 根目录 > CRUD@地址管理 > 楼层 [getMy](https://zerows.apifox.cn/417761953e0.md): - 根目录 > CRUD@地址管理 > 楼层 [create](https://zerows.apifox.cn/417761954e0.md): - 根目录 > CRUD@地址管理 > 楼层 [getById](https://zerows.apifox.cn/417761955e0.md): - 根目录 > CRUD@地址管理 > 楼层 [update](https://zerows.apifox.cn/417761956e0.md): - 根目录 > CRUD@地址管理 > 楼层 [delete](https://zerows.apifox.cn/417761957e0.md): - 根目录 > CRUD@地址管理 > 楼层 [getAll](https://zerows.apifox.cn/417761958e0.md): - 根目录 > CRUD@地址管理 > 楼层 [existing](https://zerows.apifox.cn/417761959e0.md): - 根目录 > CRUD@地址管理 > 楼层 [exportFile](https://zerows.apifox.cn/417761960e0.md): - 根目录 > CRUD@地址管理 > 楼层 [importFile](https://zerows.apifox.cn/417761961e0.md): - 根目录 > CRUD@地址管理 > 楼层 [missing](https://zerows.apifox.cn/417761962e0.md): - 根目录 > CRUD@地址管理 > 楼层 [search](https://zerows.apifox.cn/417761963e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [deleteBatch](https://zerows.apifox.cn/417761964e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [updateBatch](https://zerows.apifox.cn/417761965e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [getFull](https://zerows.apifox.cn/417761966e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [getMy](https://zerows.apifox.cn/417761967e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [getMy](https://zerows.apifox.cn/417761968e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [create](https://zerows.apifox.cn/417761969e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [getById](https://zerows.apifox.cn/417761970e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [update](https://zerows.apifox.cn/417761971e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [delete](https://zerows.apifox.cn/417761972e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [getAll](https://zerows.apifox.cn/417761973e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [existing](https://zerows.apifox.cn/417761974e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [exportFile](https://zerows.apifox.cn/417761975e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [importFile](https://zerows.apifox.cn/417761976e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [missing](https://zerows.apifox.cn/417761977e0.md): - 根目录 > CRUD@地址管理 > 楼栋 [search](https://zerows.apifox.cn/417761978e0.md): - 根目录 > CRUD@地址管理 > 省份 [deleteBatch](https://zerows.apifox.cn/417761979e0.md): - 根目录 > CRUD@地址管理 > 省份 [updateBatch](https://zerows.apifox.cn/417761980e0.md): - 根目录 > CRUD@地址管理 > 省份 [getFull](https://zerows.apifox.cn/417761981e0.md): - 根目录 > CRUD@地址管理 > 省份 [getMy](https://zerows.apifox.cn/417761982e0.md): - 根目录 > CRUD@地址管理 > 省份 [getMy](https://zerows.apifox.cn/417761983e0.md): - 根目录 > CRUD@地址管理 > 省份 [create](https://zerows.apifox.cn/417761984e0.md): - 根目录 > CRUD@地址管理 > 省份 [getById](https://zerows.apifox.cn/417761985e0.md): - 根目录 > CRUD@地址管理 > 省份 [update](https://zerows.apifox.cn/417761986e0.md): - 根目录 > CRUD@地址管理 > 省份 [delete](https://zerows.apifox.cn/417761987e0.md): - 根目录 > CRUD@地址管理 > 省份 [getAll](https://zerows.apifox.cn/417761988e0.md): - 根目录 > CRUD@地址管理 > 省份 [existing](https://zerows.apifox.cn/417761989e0.md): - 根目录 > CRUD@地址管理 > 省份 [exportFile](https://zerows.apifox.cn/417761990e0.md): - 根目录 > CRUD@地址管理 > 省份 [importFile](https://zerows.apifox.cn/417761991e0.md): - 根目录 > CRUD@地址管理 > 省份 [missing](https://zerows.apifox.cn/417761992e0.md): - 根目录 > CRUD@地址管理 > 省份 [search](https://zerows.apifox.cn/417761993e0.md): - 根目录 > CRUD@工单 > 供应商出场 [deleteBatch](https://zerows.apifox.cn/417761994e0.md): - 根目录 > CRUD@工单 > 供应商出场 [updateBatch](https://zerows.apifox.cn/417761995e0.md): - 根目录 > CRUD@工单 > 供应商出场 [getFull](https://zerows.apifox.cn/417761996e0.md): - 根目录 > CRUD@工单 > 供应商出场 [getMy](https://zerows.apifox.cn/417761997e0.md): - 根目录 > CRUD@工单 > 供应商出场 [getMy](https://zerows.apifox.cn/417761998e0.md): - 根目录 > CRUD@工单 > 供应商出场 [create](https://zerows.apifox.cn/417761999e0.md): - 根目录 > CRUD@工单 > 供应商出场 [getById](https://zerows.apifox.cn/417762000e0.md): - 根目录 > CRUD@工单 > 供应商出场 [update](https://zerows.apifox.cn/417762001e0.md): - 根目录 > CRUD@工单 > 供应商出场 [delete](https://zerows.apifox.cn/417762002e0.md): - 根目录 > CRUD@工单 > 供应商出场 [getAll](https://zerows.apifox.cn/417762003e0.md): - 根目录 > CRUD@工单 > 供应商出场 [existing](https://zerows.apifox.cn/417762004e0.md): - 根目录 > CRUD@工单 > 供应商出场 [exportFile](https://zerows.apifox.cn/417762005e0.md): - 根目录 > CRUD@工单 > 供应商出场 [importFile](https://zerows.apifox.cn/417762006e0.md): - 根目录 > CRUD@工单 > 供应商出场 [missing](https://zerows.apifox.cn/417762007e0.md): - 根目录 > CRUD@工单 > 供应商出场 [search](https://zerows.apifox.cn/417762008e0.md): - 根目录 > CRUD@工单 > 供应商签入 [deleteBatch](https://zerows.apifox.cn/417762009e0.md): - 根目录 > CRUD@工单 > 供应商签入 [updateBatch](https://zerows.apifox.cn/417762010e0.md): - 根目录 > CRUD@工单 > 供应商签入 [getFull](https://zerows.apifox.cn/417762011e0.md): - 根目录 > CRUD@工单 > 供应商签入 [getMy](https://zerows.apifox.cn/417762012e0.md): - 根目录 > CRUD@工单 > 供应商签入 [getMy](https://zerows.apifox.cn/417762013e0.md): - 根目录 > CRUD@工单 > 供应商签入 [create](https://zerows.apifox.cn/417762014e0.md): - 根目录 > CRUD@工单 > 供应商签入 [getById](https://zerows.apifox.cn/417762015e0.md): - 根目录 > CRUD@工单 > 供应商签入 [update](https://zerows.apifox.cn/417762016e0.md): - 根目录 > CRUD@工单 > 供应商签入 [delete](https://zerows.apifox.cn/417762017e0.md): - 根目录 > CRUD@工单 > 供应商签入 [getAll](https://zerows.apifox.cn/417762018e0.md): - 根目录 > CRUD@工单 > 供应商签入 [existing](https://zerows.apifox.cn/417762019e0.md): - 根目录 > CRUD@工单 > 供应商签入 [exportFile](https://zerows.apifox.cn/417762020e0.md): - 根目录 > CRUD@工单 > 供应商签入 [importFile](https://zerows.apifox.cn/417762021e0.md): - 根目录 > CRUD@工单 > 供应商签入 [missing](https://zerows.apifox.cn/417762022e0.md): - 根目录 > CRUD@工单 > 供应商签入 [search](https://zerows.apifox.cn/417762023e0.md): - 根目录 > CRUD@工单 > 供应商评估 [deleteBatch](https://zerows.apifox.cn/417762024e0.md): - 根目录 > CRUD@工单 > 供应商评估 [updateBatch](https://zerows.apifox.cn/417762025e0.md): - 根目录 > CRUD@工单 > 供应商评估 [getFull](https://zerows.apifox.cn/417762026e0.md): - 根目录 > CRUD@工单 > 供应商评估 [getMy](https://zerows.apifox.cn/417762027e0.md): - 根目录 > CRUD@工单 > 供应商评估 [getMy](https://zerows.apifox.cn/417762028e0.md): - 根目录 > CRUD@工单 > 供应商评估 [create](https://zerows.apifox.cn/417762029e0.md): - 根目录 > CRUD@工单 > 供应商评估 [getById](https://zerows.apifox.cn/417762030e0.md): - 根目录 > CRUD@工单 > 供应商评估 [update](https://zerows.apifox.cn/417762031e0.md): - 根目录 > CRUD@工单 > 供应商评估 [delete](https://zerows.apifox.cn/417762032e0.md): - 根目录 > CRUD@工单 > 供应商评估 [getAll](https://zerows.apifox.cn/417762033e0.md): - 根目录 > CRUD@工单 > 供应商评估 [existing](https://zerows.apifox.cn/417762034e0.md): - 根目录 > CRUD@工单 > 供应商评估 [exportFile](https://zerows.apifox.cn/417762035e0.md): - 根目录 > CRUD@工单 > 供应商评估 [importFile](https://zerows.apifox.cn/417762036e0.md): - 根目录 > CRUD@工单 > 供应商评估 [missing](https://zerows.apifox.cn/417762037e0.md): - 根目录 > CRUD@工单 > 供应商评估 [search](https://zerows.apifox.cn/417762038e0.md): - 根目录 > CRUD@工单 > 出差申请 [deleteBatch](https://zerows.apifox.cn/417762039e0.md): - 根目录 > CRUD@工单 > 出差申请 [updateBatch](https://zerows.apifox.cn/417762040e0.md): - 根目录 > CRUD@工单 > 出差申请 [getFull](https://zerows.apifox.cn/417762041e0.md): - 根目录 > CRUD@工单 > 出差申请 [getMy](https://zerows.apifox.cn/417762042e0.md): - 根目录 > CRUD@工单 > 出差申请 [getMy](https://zerows.apifox.cn/417762043e0.md): - 根目录 > CRUD@工单 > 出差申请 [create](https://zerows.apifox.cn/417762044e0.md): - 根目录 > CRUD@工单 > 出差申请 [getById](https://zerows.apifox.cn/417762045e0.md): - 根目录 > CRUD@工单 > 出差申请 [update](https://zerows.apifox.cn/417762046e0.md): - 根目录 > CRUD@工单 > 出差申请 [delete](https://zerows.apifox.cn/417762047e0.md): - 根目录 > CRUD@工单 > 出差申请 [getAll](https://zerows.apifox.cn/417762048e0.md): - 根目录 > CRUD@工单 > 出差申请 [existing](https://zerows.apifox.cn/417762049e0.md): - 根目录 > CRUD@工单 > 出差申请 [exportFile](https://zerows.apifox.cn/417762050e0.md): - 根目录 > CRUD@工单 > 出差申请 [importFile](https://zerows.apifox.cn/417762051e0.md): - 根目录 > CRUD@工单 > 出差申请 [missing](https://zerows.apifox.cn/417762052e0.md): - 根目录 > CRUD@工单 > 出差申请 [search](https://zerows.apifox.cn/417762053e0.md): - 根目录 > CRUD@工单 > 培训申请 [deleteBatch](https://zerows.apifox.cn/417762054e0.md): - 根目录 > CRUD@工单 > 培训申请 [updateBatch](https://zerows.apifox.cn/417762055e0.md): - 根目录 > CRUD@工单 > 培训申请 [getFull](https://zerows.apifox.cn/417762056e0.md): - 根目录 > CRUD@工单 > 培训申请 [getMy](https://zerows.apifox.cn/417762057e0.md): - 根目录 > CRUD@工单 > 培训申请 [getMy](https://zerows.apifox.cn/417762058e0.md): - 根目录 > CRUD@工单 > 培训申请 [create](https://zerows.apifox.cn/417762059e0.md): - 根目录 > CRUD@工单 > 培训申请 [getById](https://zerows.apifox.cn/417762060e0.md): - 根目录 > CRUD@工单 > 培训申请 [update](https://zerows.apifox.cn/417762061e0.md): - 根目录 > CRUD@工单 > 培训申请 [delete](https://zerows.apifox.cn/417762062e0.md): - 根目录 > CRUD@工单 > 培训申请 [getAll](https://zerows.apifox.cn/417762063e0.md): - 根目录 > CRUD@工单 > 培训申请 [existing](https://zerows.apifox.cn/417762064e0.md): - 根目录 > CRUD@工单 > 培训申请 [exportFile](https://zerows.apifox.cn/417762065e0.md): - 根目录 > CRUD@工单 > 培训申请 [importFile](https://zerows.apifox.cn/417762066e0.md): - 根目录 > CRUD@工单 > 培训申请 [missing](https://zerows.apifox.cn/417762067e0.md): - 根目录 > CRUD@工单 > 培训申请 [search](https://zerows.apifox.cn/417762068e0.md): - 根目录 > CRUD@工单 > 工作交接 [deleteBatch](https://zerows.apifox.cn/417762069e0.md): - 根目录 > CRUD@工单 > 工作交接 [updateBatch](https://zerows.apifox.cn/417762070e0.md): - 根目录 > CRUD@工单 > 工作交接 [getFull](https://zerows.apifox.cn/417762071e0.md): - 根目录 > CRUD@工单 > 工作交接 [getMy](https://zerows.apifox.cn/417762072e0.md): - 根目录 > CRUD@工单 > 工作交接 [getMy](https://zerows.apifox.cn/417762073e0.md): - 根目录 > CRUD@工单 > 工作交接 [create](https://zerows.apifox.cn/417762074e0.md): - 根目录 > CRUD@工单 > 工作交接 [getById](https://zerows.apifox.cn/417762075e0.md): - 根目录 > CRUD@工单 > 工作交接 [update](https://zerows.apifox.cn/417762076e0.md): - 根目录 > CRUD@工单 > 工作交接 [delete](https://zerows.apifox.cn/417762077e0.md): - 根目录 > CRUD@工单 > 工作交接 [getAll](https://zerows.apifox.cn/417762078e0.md): - 根目录 > CRUD@工单 > 工作交接 [existing](https://zerows.apifox.cn/417762079e0.md): - 根目录 > CRUD@工单 > 工作交接 [exportFile](https://zerows.apifox.cn/417762080e0.md): - 根目录 > CRUD@工单 > 工作交接 [importFile](https://zerows.apifox.cn/417762081e0.md): - 根目录 > CRUD@工单 > 工作交接 [missing](https://zerows.apifox.cn/417762082e0.md): - 根目录 > CRUD@工单 > 工作交接 [search](https://zerows.apifox.cn/417762083e0.md): - 根目录 > CRUD@工单 > 工时计算 [deleteBatch](https://zerows.apifox.cn/417762084e0.md): - 根目录 > CRUD@工单 > 工时计算 [updateBatch](https://zerows.apifox.cn/417762085e0.md): - 根目录 > CRUD@工单 > 工时计算 [getFull](https://zerows.apifox.cn/417762086e0.md): - 根目录 > CRUD@工单 > 工时计算 [getMy](https://zerows.apifox.cn/417762087e0.md): - 根目录 > CRUD@工单 > 工时计算 [getMy](https://zerows.apifox.cn/417762088e0.md): - 根目录 > CRUD@工单 > 工时计算 [create](https://zerows.apifox.cn/417762089e0.md): - 根目录 > CRUD@工单 > 工时计算 [getById](https://zerows.apifox.cn/417762090e0.md): - 根目录 > CRUD@工单 > 工时计算 [update](https://zerows.apifox.cn/417762091e0.md): - 根目录 > CRUD@工单 > 工时计算 [delete](https://zerows.apifox.cn/417762092e0.md): - 根目录 > CRUD@工单 > 工时计算 [getAll](https://zerows.apifox.cn/417762093e0.md): - 根目录 > CRUD@工单 > 工时计算 [existing](https://zerows.apifox.cn/417762094e0.md): - 根目录 > CRUD@工单 > 工时计算 [exportFile](https://zerows.apifox.cn/417762095e0.md): - 根目录 > CRUD@工单 > 工时计算 [importFile](https://zerows.apifox.cn/417762096e0.md): - 根目录 > CRUD@工单 > 工时计算 [missing](https://zerows.apifox.cn/417762097e0.md): - 根目录 > CRUD@工单 > 工时计算 [search](https://zerows.apifox.cn/417762098e0.md): - 根目录 > CRUD@工单 > 请假申请 [deleteBatch](https://zerows.apifox.cn/417762099e0.md): - 根目录 > CRUD@工单 > 请假申请 [updateBatch](https://zerows.apifox.cn/417762100e0.md): - 根目录 > CRUD@工单 > 请假申请 [getFull](https://zerows.apifox.cn/417762101e0.md): - 根目录 > CRUD@工单 > 请假申请 [getMy](https://zerows.apifox.cn/417762102e0.md): - 根目录 > CRUD@工单 > 请假申请 [getMy](https://zerows.apifox.cn/417762103e0.md): - 根目录 > CRUD@工单 > 请假申请 [create](https://zerows.apifox.cn/417762104e0.md): - 根目录 > CRUD@工单 > 请假申请 [getById](https://zerows.apifox.cn/417762105e0.md): - 根目录 > CRUD@工单 > 请假申请 [update](https://zerows.apifox.cn/417762106e0.md): - 根目录 > CRUD@工单 > 请假申请 [delete](https://zerows.apifox.cn/417762107e0.md): - 根目录 > CRUD@工单 > 请假申请 [getAll](https://zerows.apifox.cn/417762108e0.md): - 根目录 > CRUD@工单 > 请假申请 [existing](https://zerows.apifox.cn/417762109e0.md): - 根目录 > CRUD@工单 > 请假申请 [exportFile](https://zerows.apifox.cn/417762110e0.md): - 根目录 > CRUD@工单 > 请假申请 [importFile](https://zerows.apifox.cn/417762111e0.md): - 根目录 > CRUD@工单 > 请假申请 [missing](https://zerows.apifox.cn/417762112e0.md): - 根目录 > CRUD@工单 > 请假申请 [search](https://zerows.apifox.cn/417762113e0.md): ## Schemas - 根目录 > 数据模型 [XApp](https://zerows.apifox.cn/233429995d0.md): - 根目录 [共享数据模型](https://zerows.apifox.cn/245642332d0.md): - 根目录 [JwtResponse](https://zerows.apifox.cn/245642333d0.md): - 根目录 [DynamicResponse](https://zerows.apifox.cn/245642334d0.md): - 根目录 [🔶 POST /auth/jwt-login](https://zerows.apifox.cn/245642335d0.md): - 根目录 [🔶 POST /auth/ldap-login](https://zerows.apifox.cn/245642336d0.md): - 根目录 [🔶 POST /auth/email-send](https://zerows.apifox.cn/245642337d0.md): - 根目录 [🔶 POST /auth/email-login](https://zerows.apifox.cn/245642338d0.md): - 根目录 [🔶 POST /auth/sms-send](https://zerows.apifox.cn/245642339d0.md): - 根目录 [🔶 POST /auth/sms-login](https://zerows.apifox.cn/245642340d0.md): - 根目录 [🟢 GET /auth/captcha](https://zerows.apifox.cn/245642341d0.md): - 根目录 [@OAuth2IntrospectRequest](https://zerows.apifox.cn/246820779d0.md): - 根目录 [@OAuth2IntrospectResponse](https://zerows.apifox.cn/246820780d0.md): - 根目录 [@OAuth2JwksResponse](https://zerows.apifox.cn/246820781d0.md): - 根目录 [@OAuth2JwksResponse.JwksKey](https://zerows.apifox.cn/246820782d0.md): - 根目录 [@OAuth2LoginRequest](https://zerows.apifox.cn/246820783d0.md): - 根目录 [@OAuth2RevokeRequest](https://zerows.apifox.cn/246820784d0.md): - 根目录 [@OAuth2TokenRequest](https://zerows.apifox.cn/246820785d0.md): - 根目录 [@OAuth2TokenResponse](https://zerows.apifox.cn/246820786d0.md): - 根目录 [@OAuth2UserinfoResponse](https://zerows.apifox.cn/246820787d0.md): - 根目录 [@RequestEmailLogin](https://zerows.apifox.cn/246820788d0.md): - 根目录 [@RequestEmailSend](https://zerows.apifox.cn/246820789d0.md): - 根目录 [@RequestLoginCommon](https://zerows.apifox.cn/246820790d0.md): - 根目录 [@RequestSmsLogin](https://zerows.apifox.cn/246820791d0.md): - 根目录 [@RequestSmsSend](https://zerows.apifox.cn/246820792d0.md): - 根目录 [@ResponseCaptcha](https://zerows.apifox.cn/246820793d0.md): - 根目录 [@ResponseLoginCommon](https://zerows.apifox.cn/246820794d0.md): - 根目录 [@ResponseLoginDynamic](https://zerows.apifox.cn/246820795d0.md): - 根目录 [@ResponseLoginJwt](https://zerows.apifox.cn/246820796d0.md): - 根目录 [@WeChatQrResponse](https://zerows.apifox.cn/246820797d0.md): - 根目录 [@WeChatStatusRequest](https://zerows.apifox.cn/246820798d0.md): - 根目录 [@WeChatStatusResponse](https://zerows.apifox.cn/246820799d0.md): - 根目录 [@WeComInitResponse](https://zerows.apifox.cn/246820800d0.md): - 根目录 [@WeComQrResponse](https://zerows.apifox.cn/246820801d0.md): - 根目录 [BAuthority](https://zerows.apifox.cn/246820802d0.md): - 根目录 [BBag](https://zerows.apifox.cn/246820803d0.md): - 根目录 [BBlock](https://zerows.apifox.cn/246820804d0.md): - 根目录 [BComponent](https://zerows.apifox.cn/246820805d0.md): - 根目录 [BWeb](https://zerows.apifox.cn/246820806d0.md): - 根目录 [EAsset](https://zerows.apifox.cn/246820807d0.md): - 根目录 [EBrand](https://zerows.apifox.cn/246820808d0.md): - 根目录 [ECompany](https://zerows.apifox.cn/246820809d0.md): - 根目录 [EContract](https://zerows.apifox.cn/246820810d0.md): - 根目录 [ECustomer](https://zerows.apifox.cn/246820811d0.md): - 根目录 [EDept](https://zerows.apifox.cn/246820812d0.md): - 根目录 [EEmployee](https://zerows.apifox.cn/246820813d0.md): - 根目录 [EIdentity](https://zerows.apifox.cn/246820814d0.md): - 根目录 [EProject](https://zerows.apifox.cn/246820815d0.md): - 根目录 [ETeam](https://zerows.apifox.cn/246820816d0.md): - 根目录 [FBank](https://zerows.apifox.cn/246820817d0.md): - 根目录 [FBill](https://zerows.apifox.cn/246820818d0.md): - 根目录 [FBillItem](https://zerows.apifox.cn/246820819d0.md): - 根目录 [FBook](https://zerows.apifox.cn/246820820d0.md): - 根目录 [FCurrency](https://zerows.apifox.cn/246820821d0.md): - 根目录 [FDebt](https://zerows.apifox.cn/246820822d0.md): - 根目录 [FInvoice](https://zerows.apifox.cn/246820823d0.md): - 根目录 [FPayTerm](https://zerows.apifox.cn/246820824d0.md): - 根目录 [FPreAuthorize](https://zerows.apifox.cn/246820825d0.md): - 根目录 [FSettlement](https://zerows.apifox.cn/246820826d0.md): - 根目录 [FSettlementItem](https://zerows.apifox.cn/246820827d0.md): - 根目录 [FSubject](https://zerows.apifox.cn/246820828d0.md): - 根目录 [FTrans](https://zerows.apifox.cn/246820829d0.md): - 根目录 [FTransItem](https://zerows.apifox.cn/246820830d0.md): - 根目录 [FTransOf](https://zerows.apifox.cn/246820831d0.md): - 根目录 [GCluster](https://zerows.apifox.cn/246820832d0.md): - 根目录 [GEdge](https://zerows.apifox.cn/246820833d0.md): - 根目录 [GGraphic](https://zerows.apifox.cn/246820834d0.md): - 根目录 [GNode](https://zerows.apifox.cn/246820835d0.md): - 根目录 [IApi](https://zerows.apifox.cn/246820836d0.md): - 根目录 [IDirectory](https://zerows.apifox.cn/246820837d0.md): - 根目录 [IIntegration](https://zerows.apifox.cn/246820838d0.md): - 根目录 [IJob](https://zerows.apifox.cn/246820839d0.md): - 根目录 [IMessage](https://zerows.apifox.cn/246820840d0.md): - 根目录 [IPortfolio](https://zerows.apifox.cn/246820841d0.md): - 根目录 [IService](https://zerows.apifox.cn/246820842d0.md): - 根目录 [KPDataSet](https://zerows.apifox.cn/246820843d0.md): - 根目录 [KPDimension](https://zerows.apifox.cn/246820844d0.md): - 根目录 [KPFeature](https://zerows.apifox.cn/246820845d0.md): - 根目录 [KPReport](https://zerows.apifox.cn/246820846d0.md): - 根目录 [KPReportInstance](https://zerows.apifox.cn/246820847d0.md): - 根目录 [LCity](https://zerows.apifox.cn/246820848d0.md): - 根目录 [LCountry](https://zerows.apifox.cn/246820849d0.md): - 根目录 [LFloor](https://zerows.apifox.cn/246820850d0.md): - 根目录 [LLocation](https://zerows.apifox.cn/246820851d0.md): - 根目录 [LRegion](https://zerows.apifox.cn/246820852d0.md): - 根目录 [LState](https://zerows.apifox.cn/246820853d0.md): - 根目录 [LTent](https://zerows.apifox.cn/246820854d0.md): - 根目录 [LYard](https://zerows.apifox.cn/246820855d0.md): - 根目录 [MAcc](https://zerows.apifox.cn/246820856d0.md): - 根目录 [MAttribute](https://zerows.apifox.cn/246820857d0.md): - 根目录 [MEntity](https://zerows.apifox.cn/246820858d0.md): - 根目录 [MField](https://zerows.apifox.cn/246820859d0.md): - 根目录 [MIndex](https://zerows.apifox.cn/246820860d0.md): - 根目录 [MJoin](https://zerows.apifox.cn/246820861d0.md): - 根目录 [MKey](https://zerows.apifox.cn/246820862d0.md): - 根目录 [MModel](https://zerows.apifox.cn/246820863d0.md): - 根目录 [MModelCat](https://zerows.apifox.cn/246820864d0.md): - 根目录 [MRelation](https://zerows.apifox.cn/246820865d0.md): - 根目录 [MYApp](https://zerows.apifox.cn/246820866d0.md): - 根目录 [MYDesktop](https://zerows.apifox.cn/246820867d0.md): - 根目录 [MYFavor](https://zerows.apifox.cn/246820868d0.md): - 根目录 [MYMenu](https://zerows.apifox.cn/246820869d0.md): - 根目录 [MYNotify](https://zerows.apifox.cn/246820870d0.md): - 根目录 [MYSetting](https://zerows.apifox.cn/246820871d0.md): - 根目录 [MYTpl](https://zerows.apifox.cn/246820872d0.md): - 根目录 [RAssetShare](https://zerows.apifox.cn/246820873d0.md): - 根目录 [RClusterNode](https://zerows.apifox.cn/246820874d0.md): - 根目录 [RCompanyCustomer](https://zerows.apifox.cn/246820875d0.md): - 根目录 [RGroupRole](https://zerows.apifox.cn/246820876d0.md): - 根目录 [RRolePerm](https://zerows.apifox.cn/246820877d0.md): - 根目录 [RTagEntity](https://zerows.apifox.cn/246820878d0.md): - 根目录 [RTeamEmployee](https://zerows.apifox.cn/246820879d0.md): - 根目录 [RUserGroup](https://zerows.apifox.cn/246820880d0.md): - 根目录 [RUserRole](https://zerows.apifox.cn/246820881d0.md): - 根目录 [SAction](https://zerows.apifox.cn/246820882d0.md): - 根目录 [SGroup](https://zerows.apifox.cn/246820883d0.md): - 根目录 [SPacket](https://zerows.apifox.cn/246820884d0.md): - 根目录 [SPath](https://zerows.apifox.cn/246820885d0.md): - 根目录 [SPermSet](https://zerows.apifox.cn/246820886d0.md): - 根目录 [SPermission](https://zerows.apifox.cn/246820887d0.md): - 根目录 [SResource](https://zerows.apifox.cn/246820888d0.md): - 根目录 [SRole](https://zerows.apifox.cn/246820889d0.md): - 根目录 [SUser](https://zerows.apifox.cn/246820890d0.md): - 根目录 [SView](https://zerows.apifox.cn/246820891d0.md): - 根目录 [SVisitant](https://zerows.apifox.cn/246820892d0.md): - 根目录 [TOaAssignment](https://zerows.apifox.cn/246820893d0.md): - 根目录 [TOaTraining](https://zerows.apifox.cn/246820894d0.md): - 根目录 [TOaTrip](https://zerows.apifox.cn/246820895d0.md): - 根目录 [TOaVacation](https://zerows.apifox.cn/246820896d0.md): - 根目录 [TPLMessage](https://zerows.apifox.cn/246820897d0.md): - 根目录 [TPLModel](https://zerows.apifox.cn/246820898d0.md): - 根目录 [TPLTicket](https://zerows.apifox.cn/246820899d0.md): - 根目录 [TVendorAssessment](https://zerows.apifox.cn/246820900d0.md): - 根目录 [TVendorCheckIn](https://zerows.apifox.cn/246820901d0.md): - 根目录 [TVendorCheckOut](https://zerows.apifox.cn/246820902d0.md): - 根目录 [TVendorHour](https://zerows.apifox.cn/246820903d0.md): - 根目录 [UIColumn](https://zerows.apifox.cn/246820904d0.md): - 根目录 [UIControl](https://zerows.apifox.cn/246820905d0.md): - 根目录 [UIField](https://zerows.apifox.cn/246820906d0.md): - 根目录 [UIForm](https://zerows.apifox.cn/246820907d0.md): - 根目录 [UILayout](https://zerows.apifox.cn/246820908d0.md): - 根目录 [UIList](https://zerows.apifox.cn/246820909d0.md): - 根目录 [UIOp](https://zerows.apifox.cn/246820910d0.md): - 根目录 [UIPage](https://zerows.apifox.cn/246820911d0.md): - 根目录 [UIView](https://zerows.apifox.cn/246820912d0.md): - 根目录 [UIVisitor](https://zerows.apifox.cn/246820913d0.md): - 根目录 [VFragment](https://zerows.apifox.cn/246820914d0.md): - 根目录 [VQuery](https://zerows.apifox.cn/246820915d0.md): - 根目录 [VSearch](https://zerows.apifox.cn/246820916d0.md): - 根目录 [VTable](https://zerows.apifox.cn/246820917d0.md): - 根目录 [WFlow](https://zerows.apifox.cn/246820918d0.md): - 根目录 [WTicket](https://zerows.apifox.cn/246820919d0.md): - 根目录 [WTodo](https://zerows.apifox.cn/246820920d0.md): - 根目录 [XActivity](https://zerows.apifox.cn/246820921d0.md): - 根目录 [XActivityChange](https://zerows.apifox.cn/246820922d0.md): - 根目录 [XActivityRule](https://zerows.apifox.cn/246820923d0.md): - 根目录 [XApp](https://zerows.apifox.cn/246820924d0.md): - 根目录 [XAttachment](https://zerows.apifox.cn/246820925d0.md): - 根目录 [XCategory](https://zerows.apifox.cn/246820926d0.md): - 根目录 [XLicense](https://zerows.apifox.cn/246820927d0.md): - 根目录 [XLinkage](https://zerows.apifox.cn/246820928d0.md): - 根目录 [XLog](https://zerows.apifox.cn/246820929d0.md): - 根目录 [XMenu](https://zerows.apifox.cn/246820930d0.md): - 根目录 [XModule](https://zerows.apifox.cn/246820931d0.md): - 根目录 [XNotice](https://zerows.apifox.cn/246820932d0.md): - 根目录 [XNumber](https://zerows.apifox.cn/246820933d0.md): - 根目录 [XPlan](https://zerows.apifox.cn/246820934d0.md): - 根目录 [XSource](https://zerows.apifox.cn/246820935d0.md): - 根目录 [XSubscription](https://zerows.apifox.cn/246820936d0.md): - 根目录 [XTabular](https://zerows.apifox.cn/246820937d0.md): - 根目录 [XTag](https://zerows.apifox.cn/246820938d0.md): - 根目录 [XTenant](https://zerows.apifox.cn/246820939d0.md):