@ningboyz/apis 1.0.84 → 1.0.85

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/apis",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "private": false,
5
5
  "description": "宁波甬政请求库",
6
6
  "author": "nbyt-syq",
@@ -17,7 +17,7 @@
17
17
  "registry": "https://registry.npmjs.org/"
18
18
  },
19
19
  "dependencies": {
20
- "@ningboyz/types": "1.0.84",
20
+ "@ningboyz/types": "1.0.85",
21
21
  "axios": "1.8.4"
22
22
  },
23
23
  "devDependencies": {}
@@ -15,6 +15,14 @@ class TypeRequest {
15
15
  return this.httpRequest.post<TCore.ITypeResponse[]>("/core/ttype/selectdb");
16
16
  }
17
17
 
18
+
19
+ /**
20
+ * 获取字典类型列表
21
+ */
22
+ tsysSelectdb() {
23
+ return this.httpRequest.post<TCore.IStypResponse[]>("/core/tsystype/selectdb");
24
+ }
25
+
18
26
  /**
19
27
  * 新增字典类型
20
28
  * @param params
@@ -104,14 +104,14 @@ export class TWtuiFormDetaildbQuerys implements IWtuiFormDetaildbQuerys {
104
104
  /** ========== item ========== */
105
105
  export interface IWtuiItemSelectdbQuerys {
106
106
  wtuimain: number;
107
- zonemain: number;
108
- formmain: number;
107
+ wtuizone: number;
108
+ wtuiform: number;
109
109
  }
110
110
 
111
111
  export class TWtuiItemSelectdbQuerys implements IWtuiItemSelectdbQuerys {
112
112
  wtuimain: number = -1;
113
- zonemain: number = -1;
114
- formmain: number = -1;
113
+ wtuizone: number = -1;
114
+ wtuiform: number = -1;
115
115
  }
116
116
 
117
117
  export interface IWtuiItemInsertdbQuerys {