@ningboyz/types 1.3.101 → 1.3.102

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.101",
4
+ "version": "1.3.102",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -89,6 +89,7 @@ export interface IHznjNotiBillResponse {
89
89
  fromNotiMemo: string;
90
90
  cpbzText: string;
91
91
  zbyqText: string;
92
+ deptName: string;
92
93
 
93
94
  coverURL: string;
94
95
  touchURL: string;
@@ -176,6 +177,7 @@ export class THznjNotiBillResponse implements IHznjNotiBillResponse {
176
177
  fromNotiMemo: string = "";
177
178
  cpbzText: string = "";
178
179
  zbyqText: string = "";
180
+ deptName: string = "";
179
181
 
180
182
  coverURL: string = "";
181
183
  touchURL: string = "";