Преглед изворни кода

fix(types): 新增人材机的金额必须存在

vian пре 4 година
родитељ
комит
1180348ae7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/glj.ts

+ 1 - 1
types/src/interface/glj.ts

@@ -334,7 +334,7 @@ export interface IInsertCptGlj {
   unit: string;
   specs?: string;
   type: number;
-  basePrice?: number;
+  basePrice: number;
   model?: number;
 }