| 名称 | ApiName | 标题 | 类型 | 长度 | 是否允许编辑 | 是否必填 | 参照对象 | 列表对象 | 
|---|---|---|---|---|---|---|---|---|
| id | ID | String | 64 | 是 | ||||
| code | 单据编码 | String | 64 | 是 | ||||
| businessDate | 业务日期 | Timestamp | 是 | |||||
| srcObjectType | 关联的对象类型名称 | String | 是 | ObjectType | ||||
| srcObjectId | 关联的对象 | String | 是 | ObjectData | ||||
| srcItemObjectType | 来源单据明细对象名 | String | 是 | ObjectType | ||||
| srcItemObjectId | 来源单据明细 | String | 是 | ObjectData | ||||
| entrySrcSystemId | 数据来源类型 | String | 64 | 是 | 枚举型 EntrySrcSystem | |||
| externalSystemCode | 外部系统标识 | String | 128 | 否 | ||||
| externalObjectType | 外部系统对象类型 | String | 128 | 否 | ||||
| externalObjectId | 外部系统唯一标识 | String | 128 | 否 | ||||
| fileName | 文件名称 | String | 256 | 是 | ||||
| uploadId | 上传id | String | 128 | 是 | ||||
| hash | hash | String | 128 | 是 | ||||
| fileSize | 文件大小 | Long | 是 | |||||
| chunkSize | 分段大小 | Integer | 是 | |||||
| total | 分段总数 | Integer | 是 | |||||
| uploaded | 已上传段数 | Integer | 是 | |||||
| key | 文件key | String | 256 | 是 | ||||
| uploadStatusId | 上传状态 | String | 是 | 枚举型 AttachmentUploadStatus | ||||
| fileTypeId | 文件类型 | String | 是 | 枚举型 FileType | ||||
| srcItemObjectObjectData | 来源单据明细(对象数据表) | String | 是 | ObjectData | AttachmentUploadTask | |||
| createdUserId | 创建人 | String | 是 | User | ||||
| createdTime | 创建时间 | Timestamp | 是 | |||||
| modifiedUserId | 修改人 | String | 是 | User | ||||
| modifiedTime | 修改时间 | Timestamp | 是 | |||||
| approveUserId | 行审批人 | String | 是 | User | ||||
| approveTime | 行审批时间 | Timestamp | 是 | |||||
| lastModifiedTime | 最后修改时间 | Timestamp | 否 | |||||
| uploadAttachments | 分段上传的附件 | List | 是 | Attachment | ||||
| attachments | 附件 | List | 是 | Attachment | ||||
| validateExceptions | 对象合法性检查异常 | List | 是 | FlowValidateException | ||||
| comments | 评论 | List | 是 | Comment | ||||
| billParticipants | 单据参与人 | List | 是 | BillParticipant | ||||
| chats | 群聊 | List | 是 | Chat | ||||
| uploadAttachmentsCount | 分段上传的附件计数 | Integer | 是 | |||||
| attachmentsCount | 附件计数 | Integer | 是 | |||||
| commentsCount | 评论计数 | Integer | 是 |