@ningboyz/types 1.7.119 → 1.7.120

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.7.119",
4
+ "version": "1.7.120",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -128,6 +128,7 @@ export class TGztbMainResponse implements IGztbMainResponse {
128
128
 
129
129
  usesFromType: number = 0;
130
130
  gztbStat: number = 0;
131
+ userSize: number = 0;
131
132
  listPath: TCore.IPathResponse[] = [];
132
133
  listTask: ITaskMainResponse[] = [];
133
134
  listYSDW: IUnitResponse[] = [];