@ningboyz/types 1.6.190 → 1.6.191

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.190",
4
+ "version": "1.6.191",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -41,7 +41,8 @@ export class TUserFindResponse implements IUserFindResponse {
41
41
  userIdcd: string = "";
42
42
  userStat: number = 0;
43
43
  unionTyp: number = 0;
44
-
44
+ userIndx: number = 0;
45
+ findExid: number = 0;
45
46
  listUserUnit: IUnitResponse[] = [];
46
47
  listUserDept: IDeptResponse[] = [];
47
48
  listUserType: IDictResponse[] = [];
@@ -65,7 +66,8 @@ export class TUserFindResponse implements IUserFindResponse {
65
66
  this.dContact = "";
66
67
  this.touchURL = "";
67
68
  this.mobileID = "";
68
-
69
+ this.userIndx = 0;
70
+ this.findExid = 0;
69
71
  this.listUserDept = [];
70
72
  this.listUserUnit = [];
71
73
  this.listUserType = [];
@@ -40,7 +40,7 @@ export interface IGzzdBillResponse {
40
40
  userIdcd: string;
41
41
  unitMain: number;
42
42
  unitNamf: string;
43
-
43
+ userFrom: number;
44
44
  acnoYhzh: string;
45
45
  acnoKhyh: string;
46
46
  acnoZhmc: string;
@@ -105,7 +105,7 @@ export class TGzzdBillResponse implements IGzzdBillResponse {
105
105
  updateAt: number = 0;
106
106
  deleteBy: string = "";
107
107
  deleteAt: number = 0;
108
-
108
+ userFrom: number = 0;
109
109
  beShould: number = 0;
110
110
  beDeduct: number = 0;
111
111
  beActual: number = 0;