Explorar o código

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

vian %!s(int64=5) %!d(string=hai) anos
pai
achega
1180348ae7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }