| 名称 | ApiName | 标题 | 类型 | 长度 | 是否允许编辑 | 是否必填 | 参照对象 | 列表对象 |
|---|---|---|---|---|---|---|---|---|
| id | ID | String | 64 | 是 | ||||
| ordinal | 序号 | Integer | 是 | |||||
| srcObjectType | 来源单据对象名 | String | 是 | ObjectType | ||||
| srcItemObjectType | 来源单据明细对象名 | String | 是 | ObjectType | ||||
| entrySrcSystemId | 数据来源类型 | String | 64 | 是 | 枚举型 EntrySrcSystem | |||
| externalSystemCode | 外部系统标识 | String | 128 | 否 | ||||
| externalObjectType | 外部系统对象类型 | String | 128 | 否 | ||||
| externalObjectId | 外部系统唯一标识 | String | 128 | 否 | ||||
| projectId | 项目 | String | 是 | Project | ||||
| projectStageId | 项目阶段 | String | 是 | ProjectStage | ||||
| ownerDeptId | 部门 | String | 是 | Department | ||||
| ownerUserId | 业务员 | String | 是 | User | ||||
| productId | 存货 | String | 是 | Product | ||||
| costId | 费用 | String | 是 | Cost | ||||
| apFundArapTypeId | 款项性质 | String | 是 | 枚举型 ApFundArapType | ||||
| fundPurposeId | 款项类型 | String | 是 | FundPurpose | ||||
| quantity | 数量 | BigDecimal | 是 | |||||
| currencyId | 币种 | String | 是 | Currency | ||||
| exchangeRate | 汇率 | BigDecimal | 是 | |||||
| unitPrice | 单价 | BigDecimal | 是 | |||||
| unitPriceWithoutTax | 本币无税单价 | BigDecimal | 是 | |||||
| originUnitPrice | 原币单价 | BigDecimal | 是 | |||||
| originUnitPriceWithoutTax | 原币无税单价 | BigDecimal | 是 | |||||
| apAmount | 金额 | BigDecimal | 是 | |||||
| originApAmount | 原币金额 | BigDecimal | 是 | |||||
| planRecDate | 预计收回时间 | Timestamp | 是 | |||||
| taxRate | 税率 | BigDecimal | 是 | |||||
| description | 备注 | String | 是 | |||||
| isToCa | 计入往来 | Boolean | 是 | |||||
| redAmount | 本币累计红字退货金额 | BigDecimal | 是 | |||||
| originRedAmount | 原币累计红字退货金额 | BigDecimal | 是 | |||||
| doneDeclaredAmount | 已核销金额 | BigDecimal | 是 | |||||
| originDoneDeclaredAmount | 原币已核销金额 | BigDecimal | 是 | |||||
| doDeclaredAmount | 未核销金额 | BigDecimal | 是 | |||||
| originDoDeclaredAmount | 原币未核销金额 | BigDecimal | 是 | |||||
| balanceAmount | 余额 | BigDecimal | 是 | |||||
| originBalanceAmount | 原币余额 | BigDecimal | 是 | |||||
| createdUserId | 创建人 | String | 是 | User | ||||
| createdTime | 创建时间 | Timestamp | 是 | |||||
| modifiedUserId | 修改人 | String | 是 | User | ||||
| modifiedTime | 修改时间 | Timestamp | 是 | |||||
| approveUserId | 行审批人 | String | 是 | User | ||||
| approveTime | 行审批时间 | Timestamp | 是 | |||||
| lastModifiedTime | 最后修改时间 | Timestamp | 否 | |||||
| attachments | 附件 | List | 是 | Attachment | ||||
| validateExceptions | 对象合法性检查异常 | List | 是 | FlowValidateException | ||||
| comments | 评论 | List | 是 | Comment | ||||
| billParticipants | 单据参与人 | List | 是 | BillParticipant | ||||
| chats | 群聊 | List | 是 | Chat | ||||
| attachmentsCount | 附件计数 | Integer | 是 | |||||
| commentsCount | 评论计数 | Integer | 是 |