Bläddra i källkod

feat(types): 分页返回结果

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

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

@@ -345,7 +345,8 @@ export interface IRations {
   rations: IRation[];
   rations: IRation[];
 }
 }
 
 
-export interface IStdRationsAndGljs {
+export interface ILibRationsAndGljsResult {
+  total: number;
   rations: (IStdRation | ICptRation)[];
   rations: (IStdRation | ICptRation)[];
   rationGljs: (IStdGlj | ICptGlj)[];
   rationGljs: (IStdGlj | ICptGlj)[];
 }
 }