@ningboyz/types 1.5.141 → 1.5.142
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
|
@@ -133,6 +133,11 @@ export interface ICardRoomResponse {
|
|
|
133
133
|
roomStat: number;
|
|
134
134
|
/** 删除方式(0:出售、1:拆迁、2:拆违、3:划拨) */
|
|
135
135
|
roomScfs: number;
|
|
136
|
+
/** 预计交付时间 */
|
|
137
|
+
roomYjjfsj: number;
|
|
138
|
+
|
|
139
|
+
/** 预计交付时间 */
|
|
140
|
+
roomYjjfsj: number;
|
|
136
141
|
|
|
137
142
|
thirdApp: string;
|
|
138
143
|
|
|
@@ -272,6 +277,10 @@ export class TCardRoomResponse implements ICardRoomResponse {
|
|
|
272
277
|
roomStat: number = 1;
|
|
273
278
|
/** 删除方式:0:出售、1:拆迁、2:拆违、3:划拨 */
|
|
274
279
|
roomScfs: number = -1;
|
|
280
|
+
roomYjjfsj: number = 0;
|
|
281
|
+
|
|
282
|
+
/** 预计交付时间 */
|
|
283
|
+
roomYjjfsj: number = 0;
|
|
275
284
|
|
|
276
285
|
thirdApp: string = "";
|
|
277
286
|
|