@ningboyz/apis 1.6.188 → 1.6.190

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.6.188",
3
+ "version": "1.6.190",
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.6.188",
20
+ "@ningboyz/types": "1.6.190",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -1269,3 +1269,11 @@ export interface ICoreUserUpdateIgnoremeQuerys {
1269
1269
  export class TCoreUserUpdateIgnoremeQuerys implements ICoreUserUpdateIgnoremeQuerys {
1270
1270
  ignoreme: number = -1;
1271
1271
  }
1272
+
1273
+ export interface ICoreUserDeleted3Querys {
1274
+ chkexist: number;
1275
+ }
1276
+
1277
+ export class TCoreUserDeleted3Querys implements ICoreUserDeleted3Querys {
1278
+ chkexist: number = -1;
1279
+ }
@@ -70,7 +70,8 @@ import {
70
70
  ICoreUserUpdateUsertypeQuerys,
71
71
  ICoreUserUpdateUserunitQuerys,
72
72
  ICoreUserUpdateUserdeptQuerys,
73
- ICoreUserUpdateIgnoremeQuerys
73
+ ICoreUserUpdateIgnoremeQuerys,
74
+ ICoreUserDeleted3Querys
74
75
  } from "./types";
75
76
 
76
77
  class UserRequest {
@@ -797,6 +798,11 @@ class UserRequest {
797
798
  uploaddbGnkmcode(querys: ICoreTuserGnkmcodeUploaddb, params: object) {
798
799
  return this.httpRequest.post<TCore.IUserResponse[]>("/core/tuser/gnkmcode/uploaddb/withdept", querys, params);
799
800
  }
801
+
802
+ /**删除用户变更记录 */
803
+ deleted3(querys: ICoreUserDeleted3Querys, params: object) {
804
+ return this.httpRequest.post<TCore.IUserResponse[]>("/core/tuser/deleted3", querys, params);
805
+ }
800
806
  }
801
807
 
802
808
  export default UserRequest;
@@ -9,7 +9,8 @@ import {
9
9
  IGzzdMainGet4gzzdQuerys,
10
10
  IGzzdMainGet5BillWithZwlxQuerys,
11
11
  IGzzdMainSelectdbQuerys,
12
- IGzzdMainUpdatedbQuerys, IGzzdMainWithgzjgQuerys, TGzzdMainDetaild2Querys, IGzzdMainSet4userQuerys
12
+ IGzzdMainUpdatedbQuerys, IGzzdMainWithgzjgQuerys, TGzzdMainDetaild2Querys, IGzzdMainSet4userQuerys,
13
+ IGzzdMainDel4userQuerys
13
14
  } from "./types";
14
15
 
15
16
  class ParaRequest {
@@ -46,6 +47,16 @@ class ParaRequest {
46
47
  return this.httpRequest.post<TGzzd.IGzzdMainResponse[]>("/gapi/gzzd/tmain/set4user", querys, params);
47
48
  }
48
49
 
50
+ /**
51
+ * 删除特殊人员
52
+ * @param querys
53
+ * @param params
54
+ * @returns
55
+ */
56
+ del4user(querys: IGzzdMainDel4userQuerys, params: object) {
57
+ return this.httpRequest.post<TGzzd.IGzzdMainResponse[]>("/gapi/gzzd/tmain/del4user", querys, params);
58
+ }
59
+
49
60
  /**
50
61
  * 获取单位用户权限范围内可填写的工资分录
51
62
  * @param querys
@@ -43,6 +43,13 @@ export interface IGzzdMainSet4userQuerys {
43
43
  export class TGzzdMainSet4userQuerys implements IGzzdMainSet4userQuerys {
44
44
  gzzdmain: number = -1;
45
45
  }
46
+ export interface IGzzdMainDel4userQuerys {
47
+ gzzdmain: number;
48
+ }
49
+
50
+ export class TGzzdMainDel4userQuerys implements IGzzdMainDel4userQuerys {
51
+ gzzdmain: number = -1;
52
+ }
46
53
 
47
54
  export interface IGzzdMainWithgzjgQuerys {
48
55
  gzzdmain: number;