瀏覽代碼

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;
 }