@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
|
@@ -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 = "";
|