@ningboyz/apis 1.6.123 → 1.6.125
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 +2 -2
- package/packages/bill/types.ts +24 -20
- package/packages/core/dddw.ts +7 -1
- package/packages/core/types.ts +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.125",
|
|
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.
|
|
20
|
+
"@ningboyz/types": "1.6.125",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/bill/types.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface IBillMainInsertdbQuerys {}
|
|
2
|
-
export class TBillMainInsertdbQuerys implements IBillMainInsertdbQuerys {}
|
|
1
|
+
export interface IBillMainInsertdbQuerys { }
|
|
2
|
+
export class TBillMainInsertdbQuerys implements IBillMainInsertdbQuerys { }
|
|
3
3
|
|
|
4
|
-
export interface IBillMainUpdatedbQuerys {}
|
|
5
|
-
export class TBillMainUpdatedbQuerys implements IBillMainUpdatedbQuerys {}
|
|
4
|
+
export interface IBillMainUpdatedbQuerys { }
|
|
5
|
+
export class TBillMainUpdatedbQuerys implements IBillMainUpdatedbQuerys { }
|
|
6
6
|
|
|
7
7
|
export interface IBillMainDetaildbQuerys {
|
|
8
8
|
billmain: number;
|
|
@@ -12,8 +12,8 @@ export class TBillMainDetaildbQuerys implements IBillMainDetaildbQuerys {
|
|
|
12
12
|
billmain: number = -1;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
export interface IBillMainDeletedbQuerys {}
|
|
16
|
-
export class TBillMainDeletedbQuerys implements IBillMainDeletedbQuerys {}
|
|
15
|
+
export interface IBillMainDeletedbQuerys { }
|
|
16
|
+
export class TBillMainDeletedbQuerys implements IBillMainDeletedbQuerys { }
|
|
17
17
|
|
|
18
18
|
export interface IBillMainSelectdbQuerys {
|
|
19
19
|
sourcend: number;
|
|
@@ -145,11 +145,11 @@ export class TBillMainDetaild3Querys implements IBillMainDetaild3Querys {
|
|
|
145
145
|
billmain: number = -1;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
export interface IBillCnfgInsertdbQuerys {}
|
|
149
|
-
export class TBillCnfgInsertdbQuerys implements IBillCnfgInsertdbQuerys {}
|
|
148
|
+
export interface IBillCnfgInsertdbQuerys { }
|
|
149
|
+
export class TBillCnfgInsertdbQuerys implements IBillCnfgInsertdbQuerys { }
|
|
150
150
|
|
|
151
|
-
export interface IBillCnfgUpdatedbQuerys {}
|
|
152
|
-
export class TBillCnfgUpdatedbQuerys implements IBillCnfgUpdatedbQuerys {}
|
|
151
|
+
export interface IBillCnfgUpdatedbQuerys { }
|
|
152
|
+
export class TBillCnfgUpdatedbQuerys implements IBillCnfgUpdatedbQuerys { }
|
|
153
153
|
|
|
154
154
|
export interface IBillCnfgDetaildbQuerys {
|
|
155
155
|
cnfgmain: number;
|
|
@@ -159,20 +159,20 @@ export class TBillCnfgDetaildbQuerys implements IBillCnfgDetaildbQuerys {
|
|
|
159
159
|
cnfgmain: number = -1;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
export interface IBillCnfgDeletedbQuerys {}
|
|
163
|
-
export class TBillCnfgDeletedbQuerys implements IBillCnfgDeletedbQuerys {}
|
|
162
|
+
export interface IBillCnfgDeletedbQuerys { }
|
|
163
|
+
export class TBillCnfgDeletedbQuerys implements IBillCnfgDeletedbQuerys { }
|
|
164
164
|
|
|
165
|
-
export interface IBillCnfgSelectdbQuerys {}
|
|
166
|
-
export class TBillCnfgSelectdbQuerys implements IBillCnfgSelectdbQuerys {}
|
|
165
|
+
export interface IBillCnfgSelectdbQuerys { }
|
|
166
|
+
export class TBillCnfgSelectdbQuerys implements IBillCnfgSelectdbQuerys { }
|
|
167
167
|
|
|
168
|
-
export interface IBillCnfgSelectd2Querys {}
|
|
169
|
-
export class TBillCnfgSelectd2Querys implements IBillCnfgSelectd2Querys {}
|
|
168
|
+
export interface IBillCnfgSelectd2Querys { }
|
|
169
|
+
export class TBillCnfgSelectd2Querys implements IBillCnfgSelectd2Querys { }
|
|
170
170
|
|
|
171
|
-
export interface IBillMainChkexistQuerys {}
|
|
172
|
-
export class TBillMainChkexistQuerys implements IBillMainChkexistQuerys {}
|
|
171
|
+
export interface IBillMainChkexistQuerys { }
|
|
172
|
+
export class TBillMainChkexistQuerys implements IBillMainChkexistQuerys { }
|
|
173
173
|
|
|
174
|
-
export interface IBillMainChkexis2Querys {}
|
|
175
|
-
export class TBillMainChkexis2Querys implements IBillMainChkexis2Querys {}
|
|
174
|
+
export interface IBillMainChkexis2Querys { }
|
|
175
|
+
export class TBillMainChkexis2Querys implements IBillMainChkexis2Querys { }
|
|
176
176
|
|
|
177
177
|
export interface IBillMainClosedbQuerys {
|
|
178
178
|
/** 关闭类型:0:手工;1:系统 */
|
|
@@ -206,9 +206,13 @@ export class TBillMainCopydbQuerys implements IBillMainCopydbQuerys {
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
export interface IBillMainSelectcxQuerys {
|
|
209
|
+
sourcend: number;
|
|
209
210
|
unitmain: number;
|
|
211
|
+
withlock: number;
|
|
210
212
|
}
|
|
211
213
|
|
|
212
214
|
export class TBillMainSelectcxQuerys implements IBillMainSelectcxQuerys {
|
|
215
|
+
sourcend: number = -1;
|
|
213
216
|
unitmain: number = -1;
|
|
217
|
+
withlock: number = -1;
|
|
214
218
|
}
|
package/packages/core/dddw.ts
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
ICoreDddwInsertdbQuerys,
|
|
8
8
|
ICoreDddwSelectdb1Querys,
|
|
9
9
|
ICoreDddwSelectdbQuerys,
|
|
10
|
-
ICoreDddwUpdatedb1Querys,
|
|
10
|
+
ICoreDddwUpdatedb1Querys, ICoreDddwUploadd2Querys,
|
|
11
11
|
ICoreDddwUploaddbQuerys
|
|
12
12
|
} from "./types";
|
|
13
13
|
|
|
@@ -61,6 +61,12 @@ class DddwRequest {
|
|
|
61
61
|
return this.httpRequest.post<TCore.IUserLiteResponse[]>("/core/tdddw/uploaddb", querys, params);
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
+
|
|
65
|
+
// 上传定点单位2
|
|
66
|
+
uploadd2(querys: ICoreDddwUploadd2Querys, params: object) {
|
|
67
|
+
return this.httpRequest.post<TCore.IUserLiteResponse[]>("/core/tdddw/uploadd2", querys, params);
|
|
68
|
+
}
|
|
69
|
+
|
|
64
70
|
/**详情
|
|
65
71
|
* @param querys
|
|
66
72
|
* @returns
|
package/packages/core/types.ts
CHANGED
|
@@ -950,6 +950,15 @@ export class TCoreDddwUploaddbQuerys implements ICoreDddwUploaddbQuerys {
|
|
|
950
950
|
ispublic: number = -1;
|
|
951
951
|
}
|
|
952
952
|
|
|
953
|
+
|
|
954
|
+
export interface ICoreDddwUploadd2Querys {
|
|
955
|
+
dictname: string;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export class TCoreDddwUploadd2Querys implements ICoreDddwUploadd2Querys {
|
|
959
|
+
dictname: string = "";
|
|
960
|
+
}
|
|
961
|
+
|
|
953
962
|
export interface ICoreDddwDetaildbQuerys {}
|
|
954
963
|
|
|
955
964
|
export class TCoreDddwDetaildbQuerys implements ICoreDddwDetaildbQuerys {}
|