@ningboyz/types 1.0.99 → 1.0.101

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/types",
3
- "version": "1.0.99",
3
+ "version": "1.0.101",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -146,6 +146,12 @@ export interface ISysMenuWithExpdResponse {
146
146
  viewOnly: number;
147
147
  voidOnly: number;
148
148
  whoBuild: number;
149
+ PathTypeText: string;
150
+ takeInit: number;
151
+ billCode: string;
152
+ billTail: string;
153
+ billTabl: string;
154
+ billItem: string;
149
155
  wldyPage: any[];
150
156
  }
151
157
 
@@ -294,5 +300,11 @@ export class TSysMenuWithExpdResponse implements ISysMenuWithExpdResponse {
294
300
  viewOnly: number = 0;
295
301
  voidOnly: number = 0;
296
302
  whoBuild: number = 0;
303
+ PathTypeText: string = "";
304
+ takeInit: number = 0;
305
+ billCode: string = "";
306
+ billTail: string = "";
307
+ billTabl: string = "";
308
+ billItem: string = "";
297
309
  wldyPage: any[] = [];
298
310
  }