@ningboyz/types 1.6.150 → 1.6.151

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.150",
4
+ "version": "1.6.151",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -52,6 +52,8 @@ export interface IWzpzTypeResponse {
52
52
  k0kmKmmc: string;
53
53
  /** 性别 */
54
54
  inGender: number;
55
+ dataType: number;
56
+ dataUses: string;
55
57
  children: IWzpzTypeResponse[];
56
58
  userBody: IWzpzUserBodyResponse[];
57
59
  listDict: TCore.IDictResponse[];
@@ -105,6 +107,8 @@ export class TWzpzTypeResponse implements IWzpzTypeResponse {
105
107
  colWidth: number = 0;
106
108
  attrCode: string = "";
107
109
  typePara: string = "";
110
+ dataType: number = 0;
111
+ dataUses: string = "";
108
112
  userBody: IWzpzUserBodyResponse[] = [];
109
113
  children: IWzpzTypeResponse[] = [];
110
114
  listDict: TCore.IDictResponse[] = [];