Ver código fonte

feat(types): 定额查询条件

zhangweicheng 4 anos atrás
pai
commit
e533b9af6e
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      types/src/interface/ration.ts

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

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