Explorar o código

feat(types): 兼容旧代码

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
eacb6bddd5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }