@ningboyz/types 1.1.82 → 1.1.84

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.82",
3
+ "version": "1.1.84",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -124,7 +124,6 @@ export interface IUnitResponse extends IBaseResponse<IUnitResponse[]> {
124
124
  codeTxt2: string; //对应统发工资编码
125
125
  gnkmCode: string; //功能科目
126
126
  gnkmName: string; //功能科目
127
- parentId: number[];
128
127
  }
129
128
 
130
129
  export class TUnitResponse extends TBaseResponse<IUnitResponse[]> implements IUnitResponse {
@@ -203,8 +202,6 @@ export class TUnitResponse extends TBaseResponse<IUnitResponse[]> implements IUn
203
202
  gnkmCode: string = ""; //功能科目
204
203
  gnkmName: string = ""; //功能科目
205
204
 
206
- parentId: number[] = [];
207
-
208
205
  constructor(card: any = {}) {
209
206
  super();
210
207
  if (card) {