@ningboyz/types 1.4.133 → 1.4.134
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {THznj, TCore, TStim} from "..";
|
|
1
|
+
import { THznj, TCore, TStim } from "..";
|
|
2
2
|
import _ from "lodash";
|
|
3
3
|
import { TFlowDataResponse } from "../flow";
|
|
4
4
|
|
|
@@ -128,6 +128,8 @@ export interface IHznjXmsyResponse {
|
|
|
128
128
|
ypjsText: string;
|
|
129
129
|
/**抽样地点 */
|
|
130
130
|
cAddress: string;
|
|
131
|
+
sjdwText: string;
|
|
132
|
+
fromWtdwText: string;
|
|
131
133
|
|
|
132
134
|
coverURL: string;
|
|
133
135
|
touchURL: string;
|
|
@@ -256,6 +258,8 @@ export class THznjXmsyResponse implements IHznjXmsyResponse {
|
|
|
256
258
|
ypjsText: string = "";
|
|
257
259
|
/**抽样地点 */
|
|
258
260
|
cAddress: string = "";
|
|
261
|
+
sjdwText: string = "";
|
|
262
|
+
fromWtdwText: string = "";
|
|
259
263
|
|
|
260
264
|
coverURL: string = "";
|
|
261
265
|
touchURL: string = "";
|