@juzhenfe/page-model 3.21.8 → 3.21.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,6 +101,15 @@ declare global {
101
101
  * 获取method
102
102
  */
103
103
  getMethod?: AjaxMethod;
104
+
105
+ /**
106
+ * 自定义获取器
107
+ */
108
+ customGetter?: MayBeAPromiseFn<(this: PageModelManager, reqParams: AnyObject) => {
109
+ total: number;
110
+ data: MODEL[];
111
+ }>
112
+
104
113
  /**
105
114
  * 获取的其他参数
106
115
  */