@ningboyz/types 1.4.49 → 1.4.50

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.49",
4
+ "version": "1.4.50",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -60,6 +60,7 @@ export interface IDeptResponse extends IBaseResponse<IDeptResponse> {
60
60
  cardZcyz: number; //固定资产-部门分摊-金额
61
61
 
62
62
  sysclasc: number;
63
+ sysClasc: number;
63
64
  k4kmKmbm: string; //#核算项目
64
65
  k1kmKmbm: string; //#功能科目
65
66
  unitCode: string;
@@ -127,6 +128,7 @@ export class TDeptResponse extends TBaseResponse<IDeptResponse> implements IDept
127
128
  cardZcyz: number = 0;
128
129
 
129
130
  sysclasc: number = 0;
131
+ sysClasc: number = 0;
130
132
  deptPara: string = "";
131
133
  k4kmKmbm: string = "";
132
134
  k1kmKmbm: string = "";