@ningboyz/apis 1.6.185 → 1.6.187

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.185",
3
+ "version": "1.6.187",
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.185",
20
+ "@ningboyz/types": "1.6.187",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -7,6 +7,7 @@ import {
7
7
  IGzjgGzlmSelectdbQuerys,
8
8
  IGzjgGzlmSelectLmQuerys,
9
9
  IGzjgGzlmSelectQuerys,
10
+ IGzjgGzlmTyptotalUploaddbQuerys,
10
11
  IGzjgGzlmUpdatedbQuerys,
11
12
  IGzjgGzlmUploadQuerys
12
13
  } from "./types";
@@ -109,6 +110,11 @@ class GzlmRequest {
109
110
  selectlm(querys: IGzjgGzlmSelectLmQuerys) {
110
111
  return this.httpRequest.post<TElem.IElemDataResponse[]>(`/gzjg/tgzlm/withelem/selectlm`, querys, undefined);
111
112
  }
113
+
114
+ /**批量修改统计类型 */
115
+ typtotalUploaddb(querys: IGzjgGzlmTyptotalUploaddbQuerys, params: object) {
116
+ return this.httpRequest.post<TGzjg.IGzjgGzlmResponse[]>(`/gzjg/tgzlm/typtotal/uploaddb`, querys, params);
117
+ }
112
118
  }
113
119
 
114
120
  export default GzlmRequest;
@@ -124,3 +124,15 @@ export interface IGzjgQzgsDeletedbQuerys {
124
124
  export class TGzjgQzgsDeletedbQuerys implements IGzjgQzgsDeletedbQuerys {
125
125
  gzjgmain: number = -1;
126
126
  }
127
+
128
+ export interface IGzjgGzlmTyptotalUploaddbQuerys {
129
+ gzjgmain: number;
130
+ typtotal: number;
131
+ tablname: string;
132
+ }
133
+
134
+ export class TGzjgGzlmTyptotalUploaddbQuerys implements IGzjgGzlmTyptotalUploaddbQuerys {
135
+ gzjgmain: number = -1;
136
+ typtotal: number = -1;
137
+ tablname: string = "";
138
+ }
@@ -80,7 +80,7 @@ class ParaRequest {
80
80
  * @returns
81
81
  */
82
82
  get2formula(querys: IGzzdMainGet2formulaQuerys, params: object) {
83
- return this.httpRequest.post<TGzjg.IGzjgGzlmResponse[]>("/gapi/gzzd/tmain/get2formula", querys, params);
83
+ return this.httpRequest.post<TGzzd.IGzzdBillResponse[]>("/gapi/gzzd/tmain/get2formula", querys, params);
84
84
  }
85
85
 
86
86
  /**
@@ -145,7 +145,7 @@ class ParaRequest {
145
145
  * @returns
146
146
  */
147
147
  get5formula(params: object) {
148
- return this.httpRequest.post<TGzzd.IGzzdMainResponse[]>("/gapi/gzzd/tmain/get5formula", undefined, params);
148
+ return this.httpRequest.post<TGzzd.IGzzdBillResponse[]>("/gapi/gzzd/tmain/get5formula", undefined, params);
149
149
  }
150
150
 
151
151
  /**