@ningboyz/apis 1.0.83 → 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.83",
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.83",
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
@@ -67,10 +67,12 @@ export class TWtuiCtrlDetaildbQuerys implements IWtuiCtrlDetaildbQuerys {
67
67
  /** ========== form ========== */
68
68
  export interface IWtuiFormSelectdbQuerys {
69
69
  zonemain: number;
70
+ wtuizone: number;
70
71
  }
71
72
 
72
73
  export class TWtuiFormSelectdbQuerys implements IWtuiFormSelectdbQuerys {
73
74
  zonemain: number = -1;
75
+ wtuizone: number = -1;
74
76
  }
75
77
 
76
78
  export interface IWtuiFormDetaild2Querys {
@@ -102,14 +104,14 @@ export class TWtuiFormDetaildbQuerys implements IWtuiFormDetaildbQuerys {
102
104
  /** ========== item ========== */
103
105
  export interface IWtuiItemSelectdbQuerys {
104
106
  wtuimain: number;
105
- zonemain: number;
106
- formmain: number;
107
+ wtuizone: number;
108
+ wtuiform: number;
107
109
  }
108
110
 
109
111
  export class TWtuiItemSelectdbQuerys implements IWtuiItemSelectdbQuerys {
110
112
  wtuimain: number = -1;
111
- zonemain: number = -1;
112
- formmain: number = -1;
113
+ wtuizone: number = -1;
114
+ wtuiform: number = -1;
113
115
  }
114
116
 
115
117
  export interface IWtuiItemInsertdbQuerys {