@ningboyz/types 1.4.196 → 1.4.197

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.196",
4
+ "version": "1.4.197",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -87,6 +87,8 @@ export interface IHznjMainResponse {
87
87
  touchURL: string;
88
88
  unitText: string;
89
89
  sourceDW: string;
90
+ /**报告样式 */
91
+ bgysText: string;
90
92
 
91
93
  lastDate: number;
92
94
  lastTime: number;
@@ -169,6 +171,7 @@ export class THznjMainResponse implements Type {
169
171
  sampCode: string = "";
170
172
  /**样品名称 */
171
173
  sampName: string = "";
174
+ bgysText: string = "";
172
175
 
173
176
  coverURL: string = "";
174
177
  touchURL: string = "";