Explorar el Código

feat(types): 兼容旧代码

zhangweicheng hace 3 años
padre
commit
eacb6bddd5
Se han modificado 1 ficheros con 1 adiciones y 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;
 }