Quellcode durchsuchen

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

zhangweicheng vor 3 Jahren
Ursprung
Commit
f6870313eb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;