Explorar o código

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

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
b6d84537eb
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
 }