Bläddra i källkod

feat(types): 定额查询条件

zhangweicheng 4 år sedan
förälder
incheckning
e533b9af6e
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      types/src/interface/ration.ts

+ 4 - 1
types/src/interface/ration.ts

@@ -99,10 +99,13 @@ export interface IStdRationTemp {
   billsLocation: string;
 }
 
-export interface IStdRationCondition {
+export interface ILibRationCondition {
   keyword: string;
   rationRepIds: number[];
+  from: FromType;
+  lastCode: string; // 最后一行的定额编号
 }
+
 export interface ICoeList {
   ID: number | string;
   no: number;