@ningboyz/apis 1.4.137 → 1.4.139

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.137",
3
+ "version": "1.4.139",
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.137",
20
+ "@ningboyz/types": "1.4.139",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -5,7 +5,7 @@ import {
5
5
  IHznjNotiDeletedbQuerys,
6
6
  IHznjNotiDetailQuerys,
7
7
  IHznjNotiFinishedQuerys,
8
- IHznjNotiFinishmxQuerys,
8
+ IHznjNotiFinishmxQuerys, IHznjNotiGet4itemQuerys,
9
9
  IHznjNotiInsertdbQuerys,
10
10
  IHznjNotiSelectdbQuerys,
11
11
  IHznjNotiSelectmxQuerys,
@@ -54,6 +54,10 @@ class NotiRequest {
54
54
  updatezt(querys: IHznjNotiUpdateztQuerys, params: object) {
55
55
  return this.httpRequest.post<THznj.IHznjNotiResponse[]>("/gapi/hznj/tnoti/updatezt", querys, params);
56
56
  }
57
+
58
+ get4item(querys: IHznjNotiGet4itemQuerys, params: object) {
59
+ return this.httpRequest.post<THznj.IHznjNotiResponse[]>("/gapi/hznj/tnoti/get4item", querys, params);
60
+ }
57
61
  }
58
62
 
59
63
  export default NotiRequest;
@@ -415,6 +415,20 @@ export class THznjNotiUpdateztQuerys implements IHznjNotiUpdateztQuerys {
415
415
  sourcend: number = -1;
416
416
  }
417
417
 
418
+ export interface IHznjNotiGet4itemQuerys {
419
+ sourcend: number;
420
+ notiindx: number;
421
+ lockmain: number;
422
+ exceptid: number;
423
+ }
424
+
425
+ export class THznjNotiGet4itemQuerys implements IHznjNotiGet4itemQuerys {
426
+ sourcend: number = -1;
427
+ notiindx: number = -1;
428
+ lockmain: number = -1;
429
+ exceptid: number = -1;
430
+ }
431
+
418
432
  export interface IHznjNotiDetailQuerys {
419
433
  sourcend: number;
420
434
  notiindx: number;