@ningboyz/types 1.4.33 → 1.4.34
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
|
@@ -62,6 +62,8 @@ export interface IHznjZbjgResponse {
|
|
|
62
62
|
yqsbMain: number;
|
|
63
63
|
/**仪器 */
|
|
64
64
|
yqsbText: string;
|
|
65
|
+
/**正副样结存数是否为0 */
|
|
66
|
+
isFinish: number;
|
|
65
67
|
|
|
66
68
|
coverURL: string;
|
|
67
69
|
touchURL: string;
|
|
@@ -135,6 +137,7 @@ export class THznjZbjgResponse implements IHznjZbjgResponse {
|
|
|
135
137
|
dContact: string = "";
|
|
136
138
|
yqsbMain: number = 0;
|
|
137
139
|
yqsbText: string = "";
|
|
140
|
+
isFinish: number = 0;
|
|
138
141
|
|
|
139
142
|
coverURL: string = "";
|
|
140
143
|
touchURL: string = "";
|