@ningboyz/types 1.2.65 → 1.2.66
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
|
@@ -105,6 +105,8 @@ export interface IHzcbMainResponse {
|
|
|
105
105
|
hzcbXmgk: string;
|
|
106
106
|
/** 一体化单位编码 */
|
|
107
107
|
codeTxt1: string;
|
|
108
|
+
/** 一体化项目编码 */
|
|
109
|
+
codeTxt2: string;
|
|
108
110
|
/** 土地面积(公顷) */
|
|
109
111
|
mjValue1: number;
|
|
110
112
|
flowNode: number;
|
|
@@ -214,6 +216,8 @@ export class THzcbMainResponse implements IHzcbMainResponse {
|
|
|
214
216
|
hzcbXmgk: string = "";
|
|
215
217
|
/** 一体化单位编码 */
|
|
216
218
|
codeTxt1: string = "";
|
|
219
|
+
/** 一体化项目编码 */
|
|
220
|
+
codeTxt2: string = "";
|
|
217
221
|
/** 土地面积(公顷) */
|
|
218
222
|
mjValue1: number = 0;
|
|
219
223
|
flowNode: number = 0;
|