@ningboyz/types 1.8.5 → 1.8.6

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.8.5",
4
+ "version": "1.8.6",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -90,7 +90,8 @@ export interface IHznjMainResponse {
90
90
  bgysMain: number;
91
91
  /**报告样式 */
92
92
  bgysText: string;
93
-
93
+ /** 签发日期 */
94
+ qfrqDate: number;
94
95
  lastDate: number;
95
96
  lastTime: number;
96
97
  flowStat: number;
@@ -175,6 +176,7 @@ export class THznjMainResponse implements IHznjMainResponse {
175
176
  sampName: string = "";
176
177
  bgysMain: number = 0;
177
178
  bgysText: string = "";
179
+ qfrqDate: number = 0;
178
180
 
179
181
  coverURL: string = "";
180
182
  touchURL: string = "";