@ningboyz/apis 1.7.39 → 1.7.41

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.7.39",
3
+ "version": "1.7.41",
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.7.39",
20
+ "@ningboyz/types": "1.7.41",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -75,7 +75,7 @@ export interface ICardMainSelectd2Querys {
75
75
  cardkjqj: number;
76
76
  /** 年度 */
77
77
  sourcend: number;
78
- /** 期间查询模式:截止传入1 */
78
+ /** 期间查询模式:截止传入1 当前传入0 默认-1 查全部 */
79
79
  realmode: number;
80
80
  realkjnd: number;
81
81
  realkjqj: number;
@@ -55,9 +55,11 @@ export class TGztbMainGet4gzzdQuerys implements IGztbMainGet4gzzdQuerys {
55
55
 
56
56
  export interface IGztbMainAppendtmainQuerys {
57
57
  gztbmain: number;
58
+ menuuuid: string;
58
59
  }
59
60
  export class TGztbMainAppendtmainQuerys implements IGztbMainAppendtmainQuerys {
60
61
  gztbmain: number = -1;
62
+ menuuuid: string = "";
61
63
  }
62
64
 
63
65
  export interface IGztbMainDel4gzzdQuerys {