@ningboyz/types 1.4.195 → 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.195",
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 = "";
@@ -284,7 +284,7 @@ export interface IYzhtMainResponse {
284
284
  htflText: string;
285
285
  expdCode: string;
286
286
  cashYjdq: number;
287
-
287
+ yzhtFrom:number;
288
288
  wbField1: string;
289
289
  wbField2: string;
290
290
  wbField3: string;
@@ -376,7 +376,7 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
376
376
  deleteAt: number = 0;
377
377
  queuesBy: number = 0;
378
378
  entityID: string = "";
379
-
379
+ yzhtFrom:number = 0;
380
380
  sourceND: number = 0;
381
381
  unitMain: number = 0;
382
382
  deptMain: number = 0;