Quellcode durchsuchen

feat(types): 兼容旧代码

zhangweicheng vor 3 Jahren
Ursprung
Commit
eacb6bddd5
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

@@ -292,7 +292,7 @@ export interface IBillIndex extends IFBIndex {
   classCode: string; // 类别别名
   groupCode?: string;
   itemCharacter: string;
-  rations: IBillIndexRation[];
+  rations?: IBillIndexRation[];
   minUnitPrice?: string;
   maxUnitPrice?: string;
 }