@ningboyz/types 1.6.63 → 1.6.65

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.63",
4
+ "version": "1.6.65",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -37,6 +37,8 @@ export interface ITablWzk8Response {
37
37
  jldwText: string;
38
38
  inGender: number;
39
39
  gztbMain: number;
40
+ userMain: number;
41
+ userName: string;
40
42
  }
41
43
 
42
44
  export class TTablWzk8Response implements ITablWzk8Response {
@@ -96,6 +98,8 @@ export class TTablWzk8Response implements ITablWzk8Response {
96
98
  // 性别
97
99
  inGender: number = 0;
98
100
  gztbMain: number = 0;
101
+ userMain: number = 0;
102
+ userName: string = "";
99
103
 
100
104
  constructor(data: Partial<ITablWzk8Response> = {}) {
101
105
  if (data) {