Procházet zdrojové kódy

feat(types): 兼容旧代码

zhangweicheng před 3 roky
rodič
revize
eacb6bddd5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 }