Explorar o código

feat(types): 增加费用项ID

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
ca0018f3b2
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      types/src/interface/process.ts

+ 5 - 0
types/src/interface/process.ts

@@ -592,6 +592,8 @@ export interface ISettlementItem {
   curFee: string;
   // 清单检测合格率
   billCheckRate: string;
+  // 费用项ID
+  feeID?: string;
   // 费用类型
   type?: AuditMoneyType;
 }
@@ -625,5 +627,8 @@ export interface ISettlementAuditItem {
   // 审核状态
   approvalStatus?: string;
   children: ISettlementAuditItem[];
+  // 费用项ID
+  feeID?: string;
+  // 费用类型
   type?: AuditMoneyType;
 }