@ningboyz/types 1.5.145 → 1.5.147

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.5.145",
4
+ "version": "1.5.147",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -133,8 +133,6 @@ export interface ICardRoomResponse {
133
133
  roomStat: number;
134
134
  /** 删除方式(0:出售、1:拆迁、2:拆违、3:划拨) */
135
135
  roomScfs: number;
136
- /** 预计交付时间 */
137
- roomYjjfsj: number;
138
136
 
139
137
  /** 预计交付时间 */
140
138
  roomYjjfsj: number;
@@ -277,7 +275,6 @@ export class TCardRoomResponse implements ICardRoomResponse {
277
275
  roomStat: number = 1;
278
276
  /** 删除方式:0:出售、1:拆迁、2:拆违、3:划拨 */
279
277
  roomScfs: number = -1;
280
- roomYjjfsj: number = 0;
281
278
 
282
279
  /** 预计交付时间 */
283
280
  roomYjjfsj: number = 0;