@ningboyz/types 1.5.68 → 1.5.69
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
|
@@ -68,6 +68,8 @@ export interface IHznjZbjgResponse {
|
|
|
68
68
|
sampCode: string;
|
|
69
69
|
/**样品名称 */
|
|
70
70
|
sampName: string;
|
|
71
|
+
/**样品制备房间 */
|
|
72
|
+
ypzbRoom: string;
|
|
71
73
|
|
|
72
74
|
coverURL: string;
|
|
73
75
|
touchURL: string;
|
|
@@ -146,6 +148,8 @@ export class THznjZbjgResponse implements IHznjZbjgResponse {
|
|
|
146
148
|
sampCode: string = "";
|
|
147
149
|
/**样品名称 */
|
|
148
150
|
sampName: string = "";
|
|
151
|
+
/**样品制备房间 */
|
|
152
|
+
ypzbRoom: string = "";
|
|
149
153
|
|
|
150
154
|
coverURL: string = "";
|
|
151
155
|
touchURL: string = "";
|