@ningboyz/types 1.3.179 → 1.3.180

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.3.179",
4
+ "version": "1.3.180",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -59,6 +59,7 @@ export interface IDeptResponse extends IBaseResponse<IDeptResponse> {
59
59
  sysclasc: number;
60
60
  k4kmKmbm: string; //#核算项目
61
61
  k1kmKmbm: string; //#功能科目
62
+ unitCode: string;
62
63
 
63
64
  /**
64
65
  * 参数约定
@@ -123,6 +124,7 @@ export class TDeptResponse extends TBaseResponse<IDeptResponse> implements IDept
123
124
  deptPara: string = "";
124
125
  k4kmKmbm: string = "";
125
126
  k1kmKmbm: string = "";
127
+ unitCode: string = "";
126
128
 
127
129
  /** 部门类型 */
128
130
  listBMLX: IDictResponse[] = [];