Procházet zdrojové kódy

feat(types): 项目工料机修改类型

zhangweicheng před 5 roky
rodič
revize
f9dc991df3
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      types/src/interface/ration.ts

+ 5 - 5
types/src/interface/ration.ts

@@ -233,11 +233,11 @@ export interface ICptRationGlj extends IBaseRationGlj {
 }
 
 export interface IGljQtyCoe {
-  labour: string; // 人工
-  material: string; // 材料
-  machine: string; // 机械
-  main: string; // 主材
-  equipment: string; // 设备
+  labour: number; // 人工
+  material: number; // 材料
+  machine: number; // 机械
+  main: number; // 主材
+  equipment: number; // 设备
 }
 
 // 实际保存到项目中的辅助定额数据