Jelajahi Sumber

feat(types): 分页返回结果

zhangweicheng 4 tahun lalu
induk
melakukan
c22d7342fc
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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)[];
 }