@ningboyz/types 1.7.67 → 1.7.69

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.7.67",
4
+ "version": "1.7.69",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -32,6 +32,7 @@ export interface IUserDutyResponse {
32
32
 
33
33
  userName: string;
34
34
  userIdcd: string;
35
+ unitMain: number;
35
36
  }
36
37
 
37
38
  export class TUserDutyResponse implements IUserDutyResponse {
@@ -68,4 +69,5 @@ export class TUserDutyResponse implements IUserDutyResponse {
68
69
 
69
70
  userName: string = "";
70
71
  userIdcd: string = "";
72
+ unitMain: number = 0;
71
73
  }
@@ -46,6 +46,7 @@ export interface IUserEducResponse {
46
46
 
47
47
  userName: string;
48
48
  userIdcd: string;
49
+ unitMain: number;
49
50
  }
50
51
 
51
52
  export class TUserEducResponse implements IUserEducResponse {
@@ -96,4 +97,5 @@ export class TUserEducResponse implements IUserEducResponse {
96
97
 
97
98
  userName: string = "";
98
99
  userIdcd: string = "";
100
+ unitMain: number = 0;
99
101
  }
@@ -36,6 +36,7 @@ export interface IUserMembResponse {
36
36
 
37
37
  userName: string;
38
38
  userIdcd: string;
39
+ unitMain: number;
39
40
  }
40
41
 
41
42
  export class TUserMembResponse implements IUserMembResponse {
@@ -76,4 +77,5 @@ export class TUserMembResponse implements IUserMembResponse {
76
77
 
77
78
  userName: string = "";
78
79
  userIdcd: string = "";
80
+ unitMain: number = 0;
79
81
  }
@@ -46,6 +46,7 @@ export interface IUserPassResponse {
46
46
 
47
47
  userName: string;
48
48
  userIdcd: string;
49
+ unitMain: number;
49
50
  }
50
51
 
51
52
  export class TUserPassResponse implements IUserPassResponse {
@@ -96,4 +97,5 @@ export class TUserPassResponse implements IUserPassResponse {
96
97
 
97
98
  userName: string = "";
98
99
  userIdcd: string = "";
100
+ unitMain: number = 0;
99
101
  }
@@ -60,6 +60,16 @@ export interface ITaskMainResponse {
60
60
  readPartText: string;
61
61
  /** 启用特殊类型 */
62
62
  usesFromType: number;
63
+
64
+ fileLoad:number;//预导入
65
+ useLimit:number;//限额
66
+ usesNext:number;//是否结转
67
+ wlzfEnvr:number; //支付环境
68
+ verifyD1:number;//上报前需通过人事校验
69
+
70
+
71
+
72
+
63
73
 
64
74
  listGZJG: IGzjgMainResponse[];
65
75
  listGZLM: IGzjgGzlmResponse[];
@@ -130,6 +140,13 @@ export class TTaskMainResponse implements ITaskMainResponse {
130
140
 
131
141
  taskPara: string = "";
132
142
 
143
+ fileLoad:number = 0;
144
+ useLimit:number = 0;
145
+ usesNext:number = 0;
146
+ wlzfEnvr:number = 0;
147
+ verifyD1:number = 0;
148
+
149
+
133
150
  listGZJG: IGzjgMainResponse[] = [];
134
151
  listGZLM: IGzjgGzlmResponse[] = [];
135
152
  gzlmLock: IGzjgGzlmResponse[] = [];