跳到主要内容

IAuditOrderResult 接口

interface IAuditOrderResult 

审核订单返回结果

属性

auditName

auditName?: string;

审核单名称

auditorName

auditorName?: string;

审核员

foreignOrderCode

foreignOrderCode?: string;

审核单关联外部单号

orderReadableId

orderReadableId: string;

审核编号

orderSource

orderSource?: OrderSource;

订单来源

类型: OrderSource

orderType

orderType?: OrderType;

订单类型

类型: OrderType

remark

remark?: string;

审核单备注

toolType

toolType?: EToolType;

提审的工具线(单工具线提审)

类型: EToolType

toolTypes

toolTypes?: EToolType[];

提审的工具线集合(跨工具线提审)

类型: EToolType[]