@ningboyz/apis 1.4.99 → 1.4.101

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.4.99",
3
+ "version": "1.4.101",
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.4.99",
20
+ "@ningboyz/types": "1.4.101",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -3,6 +3,7 @@ import type { HttpRequest } from "../axios";
3
3
  import {
4
4
  IZbzdMainCansplitUploaddbQuerys,
5
5
  IZbzdMainDetaildbQuerys,
6
+ IZbzdMainFinishe2Querys,
6
7
  IZbzdMainFinishedQuerys,
7
8
  IZbzdMainInsertdbQuerys,
8
9
  IZbzdMainOriginidUploaddbQuerys,
@@ -146,6 +147,16 @@ class ParaRequest {
146
147
  selectd4(querys: IZbzdMainSelectd4Querys, params: object) {
147
148
  return this.httpRequest.post<TZbzd.IZbzdMainResponse[]>("/zbzd/tmain/selectd4", querys, params);
148
149
  }
150
+
151
+ /**
152
+ * 获取已办预算指标列表
153
+ * @param querys
154
+ * @param params
155
+ * @returns
156
+ */
157
+ finishe2(querys: IZbzdMainFinishe2Querys) {
158
+ return this.httpRequest.post<TZbzd.IZbzdMainResponse[]>("/zbzd/tmain/finishe2", querys);
159
+ }
149
160
  }
150
161
 
151
162
  export default ParaRequest;
@@ -109,6 +109,14 @@ export class TZbzdMainSelectd4Querys implements IZbzdMainSelectd4Querys {
109
109
  useronly: number = -1;
110
110
  }
111
111
 
112
+ export interface IZbzdMainFinishe2Querys {
113
+ sourcend: number;
114
+ }
115
+
116
+ export class TZbzdMainFinishe2Querys implements IZbzdMainFinishe2Querys {
117
+ sourcend: number = -1;
118
+ }
119
+
112
120
 
113
121
  /** ========== zbfl ========== */
114
122
  export interface IZbzdZbflZbflbmkmQuerys {