@ningboyz/types 1.2.178 → 1.2.179
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
|
@@ -73,7 +73,7 @@ export interface IHznjXmsyWtdwResponse {
|
|
|
73
73
|
/**样品保存方式 */
|
|
74
74
|
ypbcMain: number;
|
|
75
75
|
/**样品保存方式名称 */
|
|
76
|
-
ypbcText:
|
|
76
|
+
ypbcText: string;
|
|
77
77
|
/**判定依据 */
|
|
78
78
|
k9kmKmmc: string;
|
|
79
79
|
/**是否分包 */
|
|
@@ -127,7 +127,7 @@ export class THznjXmsyWtdwResponse implements IHznjXmsyWtdwResponse {
|
|
|
127
127
|
hbyqText: string = "";
|
|
128
128
|
hbyqMain: number = 0;
|
|
129
129
|
ypbcMain: number = 0;
|
|
130
|
-
ypbcText:
|
|
130
|
+
ypbcText: string = "";
|
|
131
131
|
k9kmKmmc: string = "";
|
|
132
132
|
ynfbMain: number = 0;
|
|
133
133
|
ynfbText: string = "";
|