فهرست منبع

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

zhangweicheng 4 سال پیش
والد
کامیت
1e9405770a
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      types/src/interface/installation.ts

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

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