AccountingEnginesDTO

class deepfos.api.models.accounting_engines.AccountingEnginesDTO(**data)

Accounting Engines DTO

引用接口

  • GET /accounting/engines/get-accounting-info-by-id (Response: 200)

  • GET /accounting/engines/get-accounting-info-by-name-type (Response: 200)

  • POST /accounting/engines/publish/{elementId} (Response: 200)

  • POST /accounting/engines/relation/update (Response: 200)

  • POST /accounting/engines/save

  • POST /accounting/engines/update

属性

accountingType : Optional[str]

accountingType

errorTag : Optional[bool]

错误标识

errorList : Optional[List[TipModel]]

错误集合

warningTag : Optional[bool]

预警标识

warningList : Optional[List[TipModel]]

预警集合

elementId : Optional[str]

元素ID

elementName : str

会计引擎唯一编码

path : Optional[str]

元素路径 (与folderId 两个二选一必填)

folderId : Optional[str]

文件夹ID (与path 两个二选一必填)

elementStatus : Optional[int]

元素状态 0:未保存,1:已保存,2:已发布

elementType : Optional[str]

元素类型 BILL:单据,ACCOUNTING:会计引擎,EVENT:会计事件

moduleId : Optional[str]

组件id

description : Optional[Any]

名称(多语言)

autoConfirm : Optional[bool]

自动确认,默认值:true

remark : Optional[str]

描述信息

customContents : Optional[CustomContentsDTO]

会计元素-未发布json内容

customContentBlobs : Optional[CustomContentsDTO]

会计元素-发布后json内容

transformBlobs : Optional[CustomContentsDTO]

会计元素-转换后的结构(单据到凭证,发布时进行转换)

errorMsg : Optional[str]

检查错误信息