Browse Source

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

vian 5 năm trước cách đây
mục cha
commit
1180348ae7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }