业务模块

名称 ApiName 标题 类型 长度 是否允许编辑 是否必填 参照对象 列表对象
id ID String 64
parentId 上级 String BusinessModule
code 模块编码 String 32
name 模块名称 String 32
srcObjectType 来源对象名 String ObjectType
srcObjectId 来源对象 String ObjectData
entrySrcSystemId 数据来源类型 String 64 枚举型 EntrySrcSystem
externalSystemCode 外部系统标识 String 128
externalObjectType 外部系统对象类型 String 128
externalObjectId 外部系统唯一标识 String 128
isEnabled 启用标志 Boolean
isRequireEnable 是否需要启用 Boolean
enablePeriodId 启用期间 String AccountingPeriod
enableDate 启用日期 Timestamp
enableUserId 启用人 String User
ordinal 序号 Integer
isCanInit 是否支持初始化 Boolean
isInit 初始化标记 Boolean
initUserId 初始化人 String User
initDate 初始化人时间 Timestamp
isCanOrgEnable 是否按组织启用 Boolean
businessModuleTypeId 模块类型 String 枚举型 BusinessModuleType
dependentModuleIds 依赖模块 JsonElement
appName 应用名称 String
isTenantAuth 租户鉴权 Boolean
isUserAuth 用户鉴权 Boolean
appDomainId 领域 String AppDomain
createdUserId 创建人 String User
createdTime 创建时间 Timestamp
modifiedUserId 修改人 String User
modifiedTime 修改时间 Timestamp
level 级次 Integer
isLeaf 是否叶级 Boolean
lastModifiedTime 最后修改时间 Timestamp
apps 依赖应用 List BusinessModuleApp
objectTypes 对象类型 List ObjectTypeModule
businessTypes 业务类型 List BusinessTypeModule
children 下级 List BusinessModule
attachments 附件 List Attachment
validateExceptions 对象合法性检查异常 List FlowValidateException
comments 评论 List Comment
billParticipants 单据参与人 List BillParticipant
chats 群聊 List Chat
attachmentsCount 附件计数 Integer
isMultiOrgOnly 只多组织启用时有效 Boolean
multiLangs 多语值字段 JsonObject
customApps 自定义应用 List CustomAppRelation