@ningboyz/types 1.7.147 → 1.7.149
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
|
@@ -58,6 +58,8 @@ export interface IHznjZbjgResponse {
|
|
|
58
58
|
wContact: string;
|
|
59
59
|
/**联系方式 */
|
|
60
60
|
dContact: string;
|
|
61
|
+
/**仪器多选 */
|
|
62
|
+
yqsbPara: string;
|
|
61
63
|
/**仪器 */
|
|
62
64
|
yqsbMain: number;
|
|
63
65
|
/**仪器 */
|
|
@@ -142,6 +144,7 @@ export class THznjZbjgResponse implements IHznjZbjgResponse {
|
|
|
142
144
|
wContact: string = "";
|
|
143
145
|
dContact: string = "";
|
|
144
146
|
yqsbMain: number = 0;
|
|
147
|
+
yqsbPara: string = "";
|
|
145
148
|
yqsbText: string = "";
|
|
146
149
|
isFinish: number = 0;
|
|
147
150
|
/**样品编号 */
|