@ningboyz/types 1.5.197 → 1.5.199

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.197",
4
+ "version": "1.5.199",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -100,6 +100,7 @@ export interface ICardRoomResponse {
100
100
  fwytMain: number;
101
101
  /** 用途 */
102
102
  roomUses: string;
103
+ roomUseState: string;
103
104
  /** 借用单位 */
104
105
  jydwText: string;
105
106
  /** 借用单位性质 */
@@ -248,6 +249,7 @@ export class TCardRoomResponse implements ICardRoomResponse {
248
249
  fwytMain: number = 0;
249
250
  /** 用途 */
250
251
  roomUses: string = "";
252
+ roomUseState: string = "";
251
253
  /** 借用单位 */
252
254
  jydwText: string = "";
253
255
  /** 借用单位性质 */
@@ -77,6 +77,7 @@ export interface IZbzdMainResponse {
77
77
  lastMemo: string;
78
78
  userName: string;
79
79
  sourceDw: string;
80
+ zbzdJhje: number;
80
81
 
81
82
  /**
82
83
  * 项目分类
@@ -357,6 +358,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
357
358
  billFrom: number = 0;
358
359
  sourceDw: string = "";
359
360
  zjxzText: string = "";
361
+ zbzdJhje: number = 0;
360
362
 
361
363
  listZBFL: IZbzbZbflResponse[] = [];
362
364
  listPath: IPathResponse[] = [];