@ningboyz/apis 1.5.144 → 1.5.145

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.144",
3
+ "version": "1.5.145",
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.144",
20
+ "@ningboyz/types": "1.5.145",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -866,9 +866,14 @@ export class TCardHyhbDetaildbQuerys implements ICardHyhbDetaildbQuerys {
866
866
  hyhbmain: number = -1;
867
867
  }
868
868
 
869
- export interface ICardHyhbSelectd2Querys { }
869
+ export interface ICardHyhbSelectd2Querys {
870
+ unitmain: number;
870
871
 
871
- export class TCardHyhbSelectd2Querys implements ICardHyhbSelectd2Querys { }
872
+ }
873
+
874
+ export class TCardHyhbSelectd2Querys implements ICardHyhbSelectd2Querys {
875
+ unitmain: number = -1;
876
+ }
872
877
 
873
878
  /** ========== fwcz ==========*/
874
879
  export interface ICardFwczSelectdbQuerys {
@@ -899,10 +904,12 @@ export class TCardFwczDetaildbQuerys implements ICardFwczDetaildbQuerys {
899
904
 
900
905
  export interface ICardFwczSelectd2Querys {
901
906
  fwczstat: number;
907
+ unitmain: number;
902
908
  }
903
909
 
904
910
  export class TCardFwczSelectd2Querys implements ICardFwczSelectd2Querys {
905
911
  fwczstat: number = -1;
912
+ unitmain: number = -1;
906
913
  }
907
914
 
908
915
  /** ========== room ==========*/