Explorar el Código

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

vian hace 5 años
padre
commit
1180348ae7
Se han modificado 1 ficheros con 1 adiciones y 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;
 }