@ningboyz/apis 1.2.63 → 1.2.64

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.2.63",
3
+ "version": "1.2.64",
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.2.63",
20
+ "@ningboyz/types": "1.2.64",
21
21
  "axios": "1.8.4"
22
22
  },
23
23
  "devDependencies": {}
@@ -1,9 +1,5 @@
1
- export interface IBillMainInsertdbQuerys {
2
- withflow: number;
3
- }
4
- export class TBillMainInsertdbQuerys implements IBillMainInsertdbQuerys {
5
- withflow: number = -1;
6
- }
1
+ export interface IBillMainInsertdbQuerys {}
2
+ export class TBillMainInsertdbQuerys implements IBillMainInsertdbQuerys {}
7
3
 
8
4
  export interface IBillMainUpdatedbQuerys {}
9
5
  export class TBillMainUpdatedbQuerys implements IBillMainUpdatedbQuerys {}
@@ -18,8 +14,12 @@ export class TBillMainDetaildbQuerys implements IBillMainDetaildbQuerys {
18
14
  export interface IBillMainDeletedbQuerys {}
19
15
  export class TBillMainDeletedbQuerys implements IBillMainDeletedbQuerys {}
20
16
 
21
- export interface IBillMainSelectdbQuerys {}
22
- export class TBillMainSelectdbQuerys implements IBillMainSelectdbQuerys {}
17
+ export interface IBillMainSelectdbQuerys {
18
+ withflow: number;
19
+ }
20
+ export class TBillMainSelectdbQuerys implements IBillMainSelectdbQuerys {
21
+ withflow: number = -1;
22
+ }
23
23
 
24
24
  export interface IBillCnfgInsertdbQuerys {}
25
25
  export class TBillCnfgInsertdbQuerys implements IBillCnfgInsertdbQuerys {}
@@ -27,8 +27,8 @@ class SkdwRequest {
27
27
  }
28
28
 
29
29
  /**
30
- * 更新银行账号
31
- * @param params acnofrom:{} userfrom:{}
30
+ * 查询银行账号
31
+ * @param params
32
32
  * @returns
33
33
  */
34
34
  selectdb(querys: IEmptyQuerys, params: object) {