@ningboyz/types 1.4.25 → 1.4.27

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.4.25",
4
+ "version": "1.4.27",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -173,6 +173,7 @@ export const CONST_SYS_TYPEU_上城财政_资金性质 = "上城财政-资金性
173
173
  export const CONST_SYS_TYPEU_上城财政_支付方式 = "上城财政-支付方式";
174
174
  export const CONST_SYS_TYPEU_上城财政_预算级次 = "上城财政-预算级次";
175
175
  export const CONST_SYS_TYPEU_预算资金_科室类型 = "预算资金-科室类型";
176
+ export const CONST_SYS_TYPEU_信息公开_栏目名称 = "信息公开-栏目名称";
176
177
 
177
178
  export const CONST_SYS_TYPEU_房产管理_使用状态 = "房产管理-使用状态";
178
179
  export const CONST_SYS_TYPEU_房产管理_房产类型 = "房产管理-房产类型";
@@ -63,6 +63,10 @@ export interface IHznkXmysResponse {
63
63
  ysxqDate: number;
64
64
  /**验收结果 */
65
65
  typeText: string;
66
+ /**项目层级ID */
67
+ baseLevl: number;
68
+ /**验收结果ID */
69
+ ysxqType: number;
66
70
 
67
71
  coverURL: string;
68
72
  touchURL: string;
@@ -149,6 +153,10 @@ export class THznkXmysResponse implements IHznkXmysResponse {
149
153
  ysxqDate: number = 0;
150
154
  /**验收结果 */
151
155
  typeText: string = "";
156
+ /**项目层级ID */
157
+ baseLevl: number = 0;
158
+ /**验收结果ID */
159
+ ysxqType: number = 0;
152
160
 
153
161
  lastDate: number = 0;
154
162
  lastTime: number = 0;
@@ -59,6 +59,8 @@ export interface IHznkYssqResponse {
59
59
  zzdwText: string;
60
60
  /**申请验收时间 */
61
61
  ysxqDate: number;
62
+ /**项目层级ID */
63
+ baseLevl: number;
62
64
 
63
65
  coverURL: string;
64
66
  touchURL: string;
@@ -135,6 +137,8 @@ export class THznkYssqResponse implements IHznkYssqResponse {
135
137
  zzdwText: string = "";
136
138
  /**申请验收时间 */
137
139
  ysxqDate: number = 0;
140
+ /**项目层级ID */
141
+ baseLevl: number = 0;
138
142
 
139
143
  coverURL: string = "";
140
144
  touchURL: string = "";