Explorar o código

feat(types): 调整安装增加费类型

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
1e9405770a
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      types/src/interface/installation.ts

+ 4 - 4
types/src/interface/installation.ts

@@ -3,10 +3,10 @@ export interface IBaseFeeRule {
   code: string;
   rule: string;
   base: string;
-  feeRate: number;
-  labour: number;
-  material: number;
-  machine: number;
+  feeRate: number | null;
+  labour: number | null;
+  material: number | null;
+  machine: number | null;
 }
 
 // 费用章节