@ningboyz/types 1.5.0 → 1.5.2
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
|
@@ -178,6 +178,9 @@ export const CONST_SYS_TYPEU_预算资金_科室类型 = "预算资金-科室类
|
|
|
178
178
|
export const CONST_SYS_TYPEU_信息公开_栏目名称 = "信息公开-栏目名称";
|
|
179
179
|
export const CONST_SYS_TYPEU_上城财政_预算指标过滤经济科目范围 = "上城财政-预算指标过滤经济科目范围";
|
|
180
180
|
export const CONST_SYS_TYPEU_上城财政_客户类型 = "上城财政-客户类型";
|
|
181
|
+
export const CONST_SYS_TYPEU_上城财政_职务名称 = "上城财政-职务名称";
|
|
182
|
+
export const CONST_SYS_TYPEU_上城财政_预算资金性质 = "上城财政-预算资金性质";
|
|
183
|
+
export const CONST_SYS_TYPEU_上城财政_公文种类 = "上城财政-公文种类";
|
|
181
184
|
|
|
182
185
|
export const CONST_SYS_TYPEU_房产管理_使用状态 = "房产管理-使用状态";
|
|
183
186
|
export const CONST_SYS_TYPEU_房产管理_房产类型 = "房产管理-房产类型";
|
|
@@ -256,10 +256,12 @@ export interface IYzhtMainResponse {
|
|
|
256
256
|
yzhtClfs: number;
|
|
257
257
|
/** 租赁方式(文本) */
|
|
258
258
|
yzhtClfsText: string;
|
|
259
|
-
/**
|
|
259
|
+
/** 出租时长 */
|
|
260
260
|
duraTion: number;
|
|
261
|
-
/**
|
|
261
|
+
/** 出租时长类型 */
|
|
262
262
|
shchMode: number;
|
|
263
|
+
/** 装修时长类型 */
|
|
264
|
+
zxscMode: number;
|
|
263
265
|
|
|
264
266
|
userMain: number;
|
|
265
267
|
coverURL: string;
|
|
@@ -284,7 +286,7 @@ export interface IYzhtMainResponse {
|
|
|
284
286
|
htflText: string;
|
|
285
287
|
expdCode: string;
|
|
286
288
|
cashYjdq: number;
|
|
287
|
-
yzhtFrom:number;
|
|
289
|
+
yzhtFrom: number;
|
|
288
290
|
wbField1: string;
|
|
289
291
|
wbField2: string;
|
|
290
292
|
wbField3: string;
|
|
@@ -376,7 +378,7 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
376
378
|
deleteAt: number = 0;
|
|
377
379
|
queuesBy: number = 0;
|
|
378
380
|
entityID: string = "";
|
|
379
|
-
yzhtFrom:number = 0;
|
|
381
|
+
yzhtFrom: number = 0;
|
|
380
382
|
sourceND: number = 0;
|
|
381
383
|
unitMain: number = 0;
|
|
382
384
|
deptMain: number = 0;
|
|
@@ -596,10 +598,12 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
596
598
|
yzhtClfs: number = 0;
|
|
597
599
|
/** 租赁方式(文本) */
|
|
598
600
|
yzhtClfsText: string = "";
|
|
599
|
-
/**
|
|
601
|
+
/** 出租时长 */
|
|
600
602
|
duraTion: number = 0;
|
|
601
|
-
/**
|
|
603
|
+
/** 出租时长类型 */
|
|
602
604
|
shchMode: number = 0;
|
|
605
|
+
/** 装修时长类型 */
|
|
606
|
+
zxscMode: number = 0;
|
|
603
607
|
|
|
604
608
|
userMain: number = 0;
|
|
605
609
|
coverURL: string = "";
|