@ningboyz/apis 1.5.101 → 1.5.103

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.5.101",
3
+ "version": "1.5.103",
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.5.101",
20
+ "@ningboyz/types": "1.5.103",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -69,13 +69,13 @@ export class TWldyDataCopyFromQuerys implements IWldyDataCopyFromQuerys {
69
69
 
70
70
  export interface IWldyPageLoadDataQuerys {
71
71
  wldypage: number;
72
- billmain: number;
72
+ billmain: string;
73
73
  billuuid: string;
74
74
  }
75
75
 
76
76
  export class TWldyPageLoadDataQuerys implements IWldyPageLoadDataQuerys {
77
77
  wldypage: number = -1;
78
- billmain: number = -1;
78
+ billmain: string = "-1";
79
79
  billuuid: string = "";
80
80
  }
81
81
 
@@ -100,11 +100,11 @@ export class TWldyPageSyspathcUpdatedb implements IWldyPageSyspathcUpdatedb {
100
100
  export interface IWldyPageChkvalidQuerys {
101
101
  wldypage: number;
102
102
  entityid: string;
103
- billmain: number;
103
+ billmain: string;
104
104
  }
105
105
 
106
106
  export class TWldyPageChkvalidQuerys implements IWldyPageChkvalidQuerys {
107
107
  wldypage: number = -1;
108
108
  entityid: string = "";
109
- billmain: number = -1;
109
+ billmain: string = "-1";
110
110
  }