@ningboyz/types 1.3.162 → 1.3.164

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.3.162",
4
+ "version": "1.3.164",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -72,6 +72,8 @@ export interface IHzcbXmtzResponse {
72
72
  userName: string;
73
73
  userGUID: string;
74
74
 
75
+ /** 一级项目名称 */
76
+ hzcbTxt1: string;
75
77
  /** 项目名称 */
76
78
  hzcbName: string;
77
79
  /** 项目总投 */
@@ -154,6 +156,8 @@ export class THzcbXmtzResponse implements IHzcbXmtzResponse {
154
156
  userName: string = "";
155
157
  userGUID: string = "";
156
158
 
159
+ /** 一级项目名称 */
160
+ hzcbTxt1: string = "";
157
161
  /** 项目名称 */
158
162
  hzcbName: string = "";
159
163
  /** 项目总投 */