Просмотр исходного кода

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

zhangweicheng 3 лет назад
Родитель
Сommit
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;