Explorar el Código

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

vian hace 3 años
padre
commit
614b218351
Se han modificado 1 ficheros con 2 adiciones y 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 {