Преглед изворни кода

feat(types): 费用项增加备注

vian пре 3 година
родитељ
комит
b6d84537eb
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      types/src/interface/process.ts

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

@@ -598,6 +598,8 @@ export interface ISettlementItem {
   feeID?: string;
   // 费用类型
   type?: AuditMoneyType;
+  // 备注
+  remark?: string;
 }
 
 // 传统结算已上报审核数据
@@ -635,4 +637,6 @@ export interface ISettlementAuditItem {
   feeID?: string;
   // 费用类型
   type?: AuditMoneyType;
+  // 备注
+  remark?: string;
 }