Преглед изворни кода

feat(types): 分页返回结果

zhangweicheng пре 4 година
родитељ
комит
c22d7342fc
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      types/src/interface/ration.ts

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

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