@ningboyz/types 1.2.177 → 1.2.178
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
|
@@ -67,9 +67,9 @@ export interface IHznjXmsyWtdwResponse {
|
|
|
67
67
|
/**报告领取方式 */
|
|
68
68
|
gqlrText: string;
|
|
69
69
|
/**提供报告要求 */
|
|
70
|
-
hbyqMain:
|
|
70
|
+
hbyqMain: number;
|
|
71
71
|
/**提供报告要求名称 */
|
|
72
|
-
hbyqText:
|
|
72
|
+
hbyqText: string;
|
|
73
73
|
/**样品保存方式 */
|
|
74
74
|
ypbcMain: number;
|
|
75
75
|
/**样品保存方式名称 */
|
|
@@ -124,8 +124,8 @@ export class THznjXmsyWtdwResponse implements IHznjXmsyWtdwResponse {
|
|
|
124
124
|
ypclText: string = "";
|
|
125
125
|
bglqMain: number = 0;
|
|
126
126
|
gqlrText: string = "";
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
hbyqText: string = "";
|
|
128
|
+
hbyqMain: number = 0;
|
|
129
129
|
ypbcMain: number = 0;
|
|
130
130
|
ypbcText: number = 0;
|
|
131
131
|
k9kmKmmc: string = "";
|