@ningboyz/types 1.6.135 → 1.6.136

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.6.135",
4
+ "version": "1.6.136",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -180,7 +180,8 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
180
180
  userTxrq: number;
181
181
  /**是否挂起 */
182
182
  ignoreOn: number;
183
-
183
+ /**是否为内测用户 */
184
+ asInside: number;
184
185
  listHardware: any[];
185
186
  listSysPartc: any[];
186
187
  listUserDept: IDeptResponse[]; // 归属部门
@@ -342,7 +343,8 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
342
343
  userTxrq: number = 0;
343
344
  userDeptList: [] = [];
344
345
  userRylxList: [] = [];
345
-
346
+ /**是否为内测用户 */
347
+ asInside: number = 0;
346
348
  userRdrq: number = 0;
347
349
  listUserZzmm: IDictResponse[] = [];
348
350
  userZzmm: number = 0;
@@ -143,6 +143,7 @@ export interface IHzcbMainResponse {
143
143
  /** 送审/审核时间 */
144
144
  lastTime: number;
145
145
  hzcbMain: number;
146
+ unitText: string;
146
147
 
147
148
  /** 附件 */
148
149
  listPath: TCore.IPathResponse[];
@@ -271,6 +272,7 @@ export class THzcbMainResponse implements IHzcbMainResponse {
271
272
  /** 送审/审核时间 */
272
273
  lastTime: number = 0;
273
274
  hzcbMain: number = 0;
275
+ unitText: string = "";
274
276
 
275
277
  listPath: TCore.IPathResponse[] = [];
276
278
  listZJLY: THzcb.IHzcbZjlyResponse[] = [];