@ningboyz/types 1.4.42 → 1.4.43

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.42",
4
+ "version": "1.4.43",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -58,6 +58,8 @@ export interface IHznkFytqResponse {
58
58
  wContact: string;
59
59
  /**联系方式 */
60
60
  dContact: string;
61
+ /**项目ID */
62
+ hznkIndx: number;
61
63
 
62
64
  coverURL: string;
63
65
  touchURL: string;
@@ -131,6 +133,7 @@ export class THznkFytqResponse implements IHznkFytqResponse {
131
133
  diskStat: number = 0;
132
134
  wContact: string = "";
133
135
  dContact: string = "";
136
+ hznkIndx: number = 0;
134
137
 
135
138
  coverURL: string = "";
136
139
  touchURL: string = "";