@ningboyz/types 1.5.87 → 1.5.88
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,7 @@ export interface IHznjMainResponse {
|
|
|
87
87
|
touchURL: string;
|
|
88
88
|
unitText: string;
|
|
89
89
|
sourceDW: string;
|
|
90
|
+
bgysMain: number;
|
|
90
91
|
/**报告样式 */
|
|
91
92
|
bgysText: string;
|
|
92
93
|
|
|
@@ -171,6 +172,7 @@ export class THznjMainResponse implements Type {
|
|
|
171
172
|
sampCode: string = "";
|
|
172
173
|
/**样品名称 */
|
|
173
174
|
sampName: string = "";
|
|
175
|
+
bgysMain: number = 0;
|
|
174
176
|
bgysText: string = "";
|
|
175
177
|
|
|
176
178
|
coverURL: string = "";
|