@ningboyz/types 1.6.146 → 1.6.147
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
|
@@ -82,6 +82,8 @@ export interface IHznjZbjgItemResponse {
|
|
|
82
82
|
dataType: number;
|
|
83
83
|
/**委托日期 */
|
|
84
84
|
wtrqDate: number;
|
|
85
|
+
/**制备要求 */
|
|
86
|
+
zbyqText: string;
|
|
85
87
|
}
|
|
86
88
|
|
|
87
89
|
export class THznjZbjgItemResponse implements IHznjZbjgItemResponse {
|
|
@@ -144,6 +146,8 @@ export class THznjZbjgItemResponse implements IHznjZbjgItemResponse {
|
|
|
144
146
|
mainCode: string = "";
|
|
145
147
|
/**副样制备样品编号 */
|
|
146
148
|
minoCode: string = "";
|
|
149
|
+
/**制备要求 */
|
|
150
|
+
zbyqText: string = "";
|
|
147
151
|
/**到样日期 */
|
|
148
152
|
itemDyrq: number = 0;
|
|
149
153
|
/**收样类型 */
|