@ningboyz/types 1.6.163 → 1.6.164

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.163",
4
+ "version": "1.6.164",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -65,6 +65,10 @@ export interface IDeptResponse extends IBaseResponse<IDeptResponse> {
65
65
  unitCode: string;
66
66
  nameLite: string;
67
67
  k2kmKmbm: string;
68
+ /** 功能科目code */
69
+ gnkmCode: string;
70
+ /** 功能科目name */
71
+ gnkmName: string;
68
72
 
69
73
  /**
70
74
  * 参数约定
@@ -138,6 +142,8 @@ export class TDeptResponse extends TBaseResponse<IDeptResponse> implements IDept
138
142
  unitCode: string = "";
139
143
  nameLite: string = "";
140
144
  k2kmKmbm: string = "";
145
+ gnkmCode: string = "";
146
+ gnkmName: string = "";
141
147
 
142
148
  /** 部门类型 */
143
149
  listBMLX: TCore.IDictResponse[] = [];