@ningboyz/types 1.5.140 → 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.5.140",
4
+ "version": "1.5.142",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -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
 
@@ -88,3 +88,5 @@ export const CONST_MYOA_MAIN_MYOA_CODE_固定资产_公物仓领用 = "GWCLY"; /
88
88
 
89
89
  export const CONST_MYOA_MAIN_MYOA_TYPC_固定资产_公物仓入仓 = 1011; //#公物仓入仓
90
90
  export const CONST_MYOA_MAIN_MYOA_TYPC_固定资产_公物仓领用 = 1012; //#公物仓领用
91
+
92
+ export const CONST_MYOA_MAIN_MYOA_TYPC_被装管理_信息维护 = 1014; //#被装管理_信息维护