@ningboyz/apis 1.5.152 → 1.5.153
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/card/types.ts +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.153",
|
|
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.
|
|
20
|
+
"@ningboyz/types": "1.5.153",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/card/types.ts
CHANGED
|
@@ -868,11 +868,12 @@ export class TCardHyhbDetaildbQuerys implements ICardHyhbDetaildbQuerys {
|
|
|
868
868
|
|
|
869
869
|
export interface ICardHyhbSelectd2Querys {
|
|
870
870
|
unitmain: number;
|
|
871
|
-
|
|
871
|
+
withroom: number;
|
|
872
872
|
}
|
|
873
873
|
|
|
874
874
|
export class TCardHyhbSelectd2Querys implements ICardHyhbSelectd2Querys {
|
|
875
875
|
unitmain: number = -1;
|
|
876
|
+
withroom: number = -1;
|
|
876
877
|
}
|
|
877
878
|
|
|
878
879
|
/** ========== fwcz ==========*/
|
|
@@ -905,11 +906,13 @@ export class TCardFwczDetaildbQuerys implements ICardFwczDetaildbQuerys {
|
|
|
905
906
|
export interface ICardFwczSelectd2Querys {
|
|
906
907
|
fwczstat: number;
|
|
907
908
|
unitmain: number;
|
|
909
|
+
withroom: number;
|
|
908
910
|
}
|
|
909
911
|
|
|
910
912
|
export class TCardFwczSelectd2Querys implements ICardFwczSelectd2Querys {
|
|
911
913
|
fwczstat: number = -1;
|
|
912
914
|
unitmain: number = -1;
|
|
915
|
+
withroom: number = -1;
|
|
913
916
|
}
|
|
914
917
|
|
|
915
918
|
/** ========== room ==========*/
|