@ningboyz/types 1.3.115 → 1.3.116
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
|
@@ -112,6 +112,10 @@ export interface IHznjXmsyResponse {
|
|
|
112
112
|
xmsyCyzl: number;
|
|
113
113
|
/**到样重量 */
|
|
114
114
|
xmsyDyzl: number;
|
|
115
|
+
/**抽样重量(文本) */
|
|
116
|
+
cyzlText: string;
|
|
117
|
+
/**到样重量(文本) */
|
|
118
|
+
dyzlText: string;
|
|
115
119
|
/**抽样日期 */
|
|
116
120
|
xmsyCyrq: number;
|
|
117
121
|
/**抽样人文本 */
|
|
@@ -228,6 +232,10 @@ export class THznjXmsyResponse implements IHznjXmsyResponse {
|
|
|
228
232
|
xmsyCyzl: number = 0;
|
|
229
233
|
/**到样重量 */
|
|
230
234
|
xmsyDyzl: number = 0;
|
|
235
|
+
/**抽样重量 */
|
|
236
|
+
cyzlText: string = "";
|
|
237
|
+
/**到样重量 */
|
|
238
|
+
dyzlText: string = "";
|
|
231
239
|
/**抽样日期 */
|
|
232
240
|
xmsyCyrq: number = 0;
|
|
233
241
|
/**抽样人文本 */
|