瀏覽代碼

feat(types): 分页返回结果

zhangweicheng 5 年之前
父節點
當前提交
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)[];
 }