@ningboyz/apis 1.6.124 → 1.6.126

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.124",
3
+ "version": "1.6.126",
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.124",
20
+ "@ningboyz/types": "1.6.126",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -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
  }
@@ -67,6 +67,11 @@ class DddwRequest {
67
67
  return this.httpRequest.post<TCore.IUserLiteResponse[]>("/core/tdddw/uploadd2", querys, params);
68
68
  }
69
69
 
70
+ // 上传定点单位3
71
+ uploadd3(querys: ICoreDddwUploadd2Querys, params: object) {
72
+ return this.httpRequest.post<TCore.IUserLiteResponse[]>("/core/tdddw/uploadd3", querys, params);
73
+ }
74
+
70
75
  /**详情
71
76
  * @param querys
72
77
  * @returns
@@ -959,6 +959,15 @@ export class TCoreDddwUploadd2Querys implements ICoreDddwUploadd2Querys {
959
959
  dictname: string = "";
960
960
  }
961
961
 
962
+
963
+ export interface ICoreDddwUploadd3Querys {
964
+ dictname: string;
965
+ }
966
+
967
+ export class TCoreDddwUploadd3Querys implements ICoreDddwUploadd3Querys {
968
+ dictname: string = "";
969
+ }
970
+
962
971
  export interface ICoreDddwDetaildbQuerys {}
963
972
 
964
973
  export class TCoreDddwDetaildbQuerys implements ICoreDddwDetaildbQuerys {}