@ningboyz/types 1.4.107 → 1.4.109

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.4.107",
4
+ "version": "1.4.109",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -48,6 +48,7 @@ export interface IWldyPageResponse {
48
48
  billMain: number;
49
49
  billUUID: string;
50
50
  loadMode: number;
51
+ menuUUID: string;
51
52
  listData: IWldyDataResponse[];
52
53
  }
53
54
 
@@ -96,6 +97,7 @@ export class TWldyPageResponse implements IWldyPageResponse {
96
97
  billMain: number = 0;
97
98
  billUUID: string = "";
98
99
  loadMode: number = 0;
100
+ menuUUID: string = "";
99
101
  listData: IWldyDataResponse[] = [];
100
102
 
101
103
  static parseJson(pagePara: string) {