瀏覽代碼

feat(types): 工料机指标属性改变

zhangweicheng 4 年之前
父節點
當前提交
f6870313eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/bill.ts

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

@@ -278,7 +278,7 @@ export interface IBillIndexGlj {
   type: GljType;
   code: string;
   name: string;
-  specs: string;
+  specs?: string;
   unit: string;
   quantity: string;
   marketPrice: string;