@ningboyz/types 1.5.159 → 1.5.161

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.159",
4
+ "version": "1.5.161",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -39,6 +39,7 @@ export interface IDictResponse extends IBaseResponse<IDictResponse> {
39
39
  kjndKJQJ: number; // 会计期间YYYYMM
40
40
  listUnit: IUnitResponse[]; // 单位列表
41
41
  listPart: TPartResponse[]; // 部门列表
42
+ listDict: IDictResponse[]; // 字典列表
42
43
  mastGUID: string; // UUID格式
43
44
  mastName: string; // 创建者名称,如"管理员"
44
45
  menuMain: number;
@@ -106,6 +107,7 @@ export class TDictResponse extends TBaseResponse<IDictResponse> implements IDict
106
107
  kjndKJQJ: number = 0;
107
108
  listUnit: IUnitResponse[] = [];
108
109
  listPart: TPartResponse[] = [];
110
+ listDict: IDictResponse[] = [];
109
111
  mastGUID: string = "";
110
112
  mastName: string = "";
111
113
  menuMain: number = 0;