Explorar o código

feat(types): 事项增加造价金额必填选项

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

+ 2 - 0
types/src/interface/matter.ts

@@ -57,6 +57,8 @@ export interface IMatter {
     cos: IScopeType[];
     costExport: IScopeType[];
   };
+  // 造价金额必填
+  settlementCostPrice?: boolean;
 }
 
 export enum ESettlementCost {