@ningboyz/types 1.2.168 → 1.2.169

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.
@@ -0,0 +1,51 @@
1
+ export interface IHznjXmjjItemResponse {
2
+ whoBuild: number;
3
+ userIndx: number;
4
+ xmjjIndx: number;
5
+ idEntity: number;
6
+ dataStat: number;
7
+ dataHide: number;
8
+ dataOrdr: number;
9
+ dataFrom: number;
10
+ dataDate: number;
11
+ dataTime: number;
12
+ createBy: string;
13
+ createAt: number;
14
+ updateBy: string;
15
+ updateAt: number;
16
+ deleteBy: string;
17
+ deleteAt: number;
18
+ queuesBy: number;
19
+ getCount: number;
20
+ ypztMode: number;
21
+ ypztText: string;
22
+ fromWhoBuild: number;
23
+ fromUserIndx: number;
24
+ fromHznjXmsy: number;
25
+ }
26
+
27
+ export class THznjXmjjItemResponse implements IHznjXmjjItemResponse {
28
+ whoBuild: number = 0;
29
+ userIndx: number = 0;
30
+ xmjjIndx: number = 0;
31
+ idEntity: number = 0;
32
+ dataStat: number = 0;
33
+ dataHide: number = 0;
34
+ dataOrdr: number = 0;
35
+ dataFrom: number = 0;
36
+ dataDate: number = 0;
37
+ dataTime: number = 0;
38
+ createBy: string = "";
39
+ createAt: number = 0;
40
+ updateBy: string = "";
41
+ updateAt: number = 0;
42
+ deleteBy: string = "";
43
+ deleteAt: number = 0;
44
+ queuesBy: number = 0;
45
+ getCount: number = 0;
46
+ ypztMode: number = 0;
47
+ ypztText: string = "";
48
+ fromWhoBuild: number = 0;
49
+ fromUserIndx: number = 0;
50
+ fromHznjXmsy: number = 0;
51
+ }
@@ -0,0 +1,142 @@
1
+ import { THznj, TCore } from "..";
2
+
3
+ export interface IHznjXmjjResponse {
4
+ whoBuild: number;
5
+ userIndx: number;
6
+ xmjjIndx: number;
7
+ sourceID: number;
8
+ parentID: number;
9
+ hashCode: number;
10
+ dataLevl: number;
11
+ dataFrom: number;
12
+ kjndKJQJ: number;
13
+ dataStat: number;
14
+ dataOrdr: number;
15
+ dataDate: number;
16
+ dataType: number;
17
+ dataTime: number;
18
+ dataHide: number;
19
+ dataGUID: string;
20
+ userMain: number;
21
+ mastName: string;
22
+ mastGUID: string;
23
+ createBy: string;
24
+ createAt: number;
25
+ updateBy: string;
26
+ updateAt: number;
27
+ deleteBy: string;
28
+ deleteAt: number;
29
+ queuesBy: number;
30
+ entityID: string;
31
+ sourceND: number;
32
+ menuMain: number;
33
+ menuUUID: string;
34
+ unitMain: number;
35
+ deptMain: number;
36
+ sqyhText: string;
37
+ sqbmText: string;
38
+ flowUndo: number;
39
+ flowUser: string;
40
+ flowText: string;
41
+ wContact: string;
42
+ dContact: string;
43
+ /**申请日期 */
44
+ xmjjDate: number;
45
+ /**流程状态:(0:制单;1:送审;2:终审) */
46
+ xmjjStat: number;
47
+ /**单据类型:检验类型 */
48
+ xmjjType: number;
49
+ /**样品编号 */
50
+ xmjjCode: string;
51
+ /**样品名称 */
52
+ xmjjName: string;
53
+ /**申请用途 */
54
+ xmjjUses: string;
55
+ /**备注说明 */
56
+ xmjjMemo: string;
57
+
58
+ coverURL: string;
59
+ touchURL: string;
60
+ unitText: string;
61
+ sourceDW: string;
62
+
63
+ lastDate: number;
64
+ lastTime: number;
65
+ flowStat: number;
66
+ didFirst: number;
67
+ lastMemo: string;
68
+ userName: string;
69
+ userGUID: string;
70
+
71
+ /**附件 */
72
+ listPath: TCore.IPathResponse[];
73
+ listItem: THznj.IHznjXmjjItemResponse[];
74
+ /** 关联项目 */
75
+ listFrom: THznj.IHznjXmsyResponse[];
76
+ }
77
+
78
+ export class THznjXmjjResponse implements IHznjXmjjResponse {
79
+ whoBuild: number = 0;
80
+ userIndx: number = 0;
81
+ xmjjIndx: number = 0;
82
+ sourceID: number = 0;
83
+ parentID: number = 0;
84
+ hashCode: number = 0;
85
+ dataLevl: number = 0;
86
+ dataFrom: number = 0;
87
+ kjndKJQJ: number = 0;
88
+ dataStat: number = 0;
89
+ dataOrdr: number = 0;
90
+ dataDate: number = 0;
91
+ dataType: number = 0;
92
+ dataTime: number = 0;
93
+ dataHide: number = 0;
94
+ dataGUID: string = "";
95
+ userMain: number = 0;
96
+ mastName: string = "";
97
+ mastGUID: string = "";
98
+ createBy: string = "";
99
+ createAt: number = 0;
100
+ updateBy: string = "";
101
+ updateAt: number = 0;
102
+ deleteBy: string = "";
103
+ deleteAt: number = 0;
104
+ queuesBy: number = 0;
105
+ entityID: string = "";
106
+ sourceND: number = 0;
107
+ menuMain: number = 0;
108
+ menuUUID: string = "";
109
+ unitMain: number = 0;
110
+ deptMain: number = 0;
111
+ sqyhText: string = "";
112
+ sqbmText: string = "";
113
+ flowUndo: number = 0;
114
+ flowUser: string = "";
115
+ flowText: string = "";
116
+ wContact: string = "";
117
+ dContact: string = "";
118
+ xmjjDate: number = 0;
119
+ xmjjStat: number = 0;
120
+ xmjjType: number = 0;
121
+ xmjjCode: string = "";
122
+ xmjjName: string = "";
123
+ xmjjUses: string = "";
124
+ xmjjMemo: string = "";
125
+
126
+ coverURL: string = "";
127
+ touchURL: string = "";
128
+ unitText: string = "";
129
+ sourceDW: string = "";
130
+
131
+ lastDate: number = 0;
132
+ lastTime: number = 0;
133
+ flowStat: number = 0;
134
+ didFirst: number = 0;
135
+ lastMemo: string = "";
136
+ userName: string = "";
137
+ userGUID: string = "";
138
+
139
+ listPath: TCore.IPathResponse[] = [];
140
+ listItem: THznj.IHznjXmjjItemResponse[] = [];
141
+ listFrom: THznj.IHznjXmsyResponse[] = [];
142
+ }
@@ -1,7 +1,4 @@
1
- import { IPathResponse } from "../core/IPathResponse";
2
- import { IHznjXmsyCjdwResponse } from "./IHznjXmsyCjdwResponse";
3
- import { IHznjXmsyItemResponse } from "./IHznjXmsyItemResponse";
4
- import { IHznjXmsyWtdwResponse } from "./IHznjXmsyWtdwResponse";
1
+ import { THznj, TCore } from "..";
5
2
 
6
3
  export interface IHznjXmsyResponse {
7
4
  whoBuild: number;
@@ -41,12 +38,19 @@ export interface IHznjXmsyResponse {
41
38
  flowUndo: number;
42
39
  flowUser: string;
43
40
  flowText: string;
41
+ /**申请日期 */
44
42
  xmsyDate: number;
43
+ /**流程状态:(0:制单;1:送审;2:终审) */
45
44
  xmsyStat: number;
45
+ /**单据类型:检验类型 */
46
46
  xmsyType: number;
47
+ /**样品编号 */
47
48
  xmsyCode: string;
49
+ /**样品名称 */
48
50
  xmsyName: string;
51
+ /**申请用途 */
49
52
  xmsyUses: string;
53
+ /**备注说明 */
50
54
  xmsyMemo: string;
51
55
  /**关联 hznj_base主键 */
52
56
  hznkBase: number;
@@ -80,15 +84,28 @@ export interface IHznjXmsyResponse {
80
84
  payWhois: number;
81
85
  /**付费总额 */
82
86
  payTotal: number;
87
+
88
+ coverURL: string;
89
+ touchURL: string;
90
+ unitText: string;
91
+ sourceDW: string;
92
+
93
+ lastDate: number;
94
+ lastTime: number;
95
+ flowStat: number;
96
+ didFirst: number;
97
+ lastMemo: string;
98
+ userName: string;
99
+ userGUID: string;
83
100
 
84
101
  /**附件 */
85
- listPath: IPathResponse[];
102
+ listPath: TCore.IPathResponse[];
86
103
  /**检测项目.项目明细 */
87
- listItem: IHznjXmsyItemResponse[];
104
+ listItem: THznj.IHznjXmsyItemResponse[];
88
105
  /**承检单位 */
89
- listCJDW: IHznjXmsyCjdwResponse[];
90
- /**委托单位 */
91
- listWTDW: IHznjXmsyWtdwResponse[];
106
+ listCJDW: THznj.IHznjXmsyCjdwResponse[];
107
+ /**委托单位|受检单位 */
108
+ listWTDW: THznj.IHznjXmsyWtdwResponse[];
92
109
  }
93
110
 
94
111
  export class THznjXmsyResponse implements IHznjXmsyResponse {
@@ -152,9 +169,22 @@ export class THznjXmsyResponse implements IHznjXmsyResponse {
152
169
  useCount: number = 0;
153
170
  payWhois: number = 0;
154
171
  payTotal: number = 0;
172
+
173
+ coverURL: string = "";
174
+ touchURL: string = "";
175
+ unitText: string = "";
176
+ sourceDW: string = "";
177
+
178
+ lastDate: number = 0;
179
+ lastTime: number = 0;
180
+ flowStat: number = 0;
181
+ didFirst: number = 0;
182
+ lastMemo: string = "";
183
+ userName: string = "";
184
+ userGUID: string = "";
155
185
 
156
- listPath: IPathResponse[] = [];
157
- listItem: IHznjXmsyItemResponse[] = [];
158
- listCJDW: IHznjXmsyCjdwResponse[] = [];
159
- listWTDW: IHznjXmsyWtdwResponse[] = [];
186
+ listPath: TCore.IPathResponse[] = [];
187
+ listItem: THznj.IHznjXmsyItemResponse[] = [];
188
+ listCJDW: THznj.IHznjXmsyCjdwResponse[] = [];
189
+ listWTDW: THznj.IHznjXmsyWtdwResponse[] = [];
160
190
  }
@@ -0,0 +1,57 @@
1
+ export interface IHznjZblrBillResponse {
2
+ whoBuild: number;
3
+ userIndx: number;
4
+ zblrIndx: number;
5
+ idEntity: number;
6
+ dataStat: number;
7
+ dataHide: number;
8
+ dataOrdr: number;
9
+ dataFrom: number;
10
+ dataDate: number;
11
+ dataTime: number;
12
+ createBy: string;
13
+ createAt: number;
14
+ updateBy: string;
15
+ updateAt: number;
16
+ deleteBy: string;
17
+ deleteAt: number;
18
+ queuesBy: number;
19
+ /**样品数量 */
20
+ getCount: number;
21
+ /**制备样品编号 */
22
+ billCode: string;
23
+ /**制备状态 */
24
+ zbztMain: number;
25
+ /**制备状态名称 */
26
+ zbztText: string;
27
+ fromWhoBuild: number;
28
+ fromUserIndx: number;
29
+ fromNotiBill: number;
30
+ }
31
+
32
+ export class THznjZblrBillResponse implements IHznjZblrBillResponse {
33
+ whoBuild: number = 0;
34
+ userIndx: number = 0;
35
+ zblrIndx: number = 0;
36
+ idEntity: number = 0;
37
+ dataStat: number = 0;
38
+ dataHide: number = 0;
39
+ dataOrdr: number = 0;
40
+ dataFrom: number = 0;
41
+ dataDate: number = 0;
42
+ dataTime: number = 0;
43
+ createBy: string = "";
44
+ createAt: number = 0;
45
+ updateBy: string = "";
46
+ updateAt: number = 0;
47
+ deleteBy: string = "";
48
+ deleteAt: number = 0;
49
+ queuesBy: number = 0;
50
+ getCount: number = 0;
51
+ billCode: string = "";
52
+ zbztMain: number = 0;
53
+ zbztText: string = "";
54
+ fromWhoBuild: number = 0;
55
+ fromUserIndx: number = 0;
56
+ fromNotiBill: number = 0;
57
+ }
@@ -0,0 +1,138 @@
1
+ import { THznj, TCore } from "..";
2
+
3
+ export interface IHznjZblrResponse {
4
+ whoBuild: number;
5
+ userIndx: number;
6
+ zblrIndx: number;
7
+ sourceID: number;
8
+ parentID: number;
9
+ hashCode: number;
10
+ dataLevl: number;
11
+ dataFrom: number;
12
+ kjndKJQJ: number;
13
+ dataStat: number;
14
+ dataOrdr: number;
15
+ dataDate: number;
16
+ dataType: number;
17
+ dataTime: number;
18
+ dataHide: number;
19
+ dataGUID: string;
20
+ userMain: number;
21
+ mastName: string;
22
+ mastGUID: string;
23
+ createBy: string;
24
+ createAt: number;
25
+ updateBy: string;
26
+ updateAt: number;
27
+ deleteBy: string;
28
+ deleteAt: number;
29
+ queuesBy: number;
30
+ entityID: string;
31
+ sourceND: number;
32
+ menuMain: number;
33
+ menuUUID: string;
34
+ unitMain: number;
35
+ deptMain: number;
36
+ sqyhText: string;
37
+ sqbmText: string;
38
+ flowUndo: number;
39
+ flowUser: string;
40
+ flowText: string;
41
+ /**申请日期 */
42
+ zblrDate: number;
43
+ /**流程状态:(0:制单;1:送审;2:终审) */
44
+ zblrStat: number;
45
+ /**单据类型:检验类型 */
46
+ zblrType: number;
47
+ /**单据编号 */
48
+ zblrCode: string;
49
+ /**单据名称 */
50
+ zblrName: string;
51
+ /**申请用途 */
52
+ zblrUses: string;
53
+ /**备注说明 */
54
+ zblrMemo: string;
55
+
56
+ coverURL: string;
57
+ touchURL: string;
58
+ unitText: string;
59
+ sourceDW: string;
60
+
61
+ lastDate: number;
62
+ lastTime: number;
63
+ flowStat: number;
64
+ didFirst: number;
65
+ lastMemo: string;
66
+ userName: string;
67
+ userGUID: string;
68
+
69
+ /**附件 */
70
+ listPath: TCore.IPathResponse[];
71
+ listBill: THznj.IHznjZblrBillResponse[];
72
+ /** 关联通知 */
73
+ listFrom: THznj.IHznjNotiResponse[];
74
+ }
75
+
76
+ export class THznjZblrResponse implements IHznjZblrResponse {
77
+ whoBuild: number = 0;
78
+ userIndx: number = 0;
79
+ zblrIndx: number = 0;
80
+ sourceID: number = 0;
81
+ parentID: number = 0;
82
+ hashCode: number = 0;
83
+ dataLevl: number = 0;
84
+ dataFrom: number = 0;
85
+ kjndKJQJ: number = 0;
86
+ dataStat: number = 0;
87
+ dataOrdr: number = 0;
88
+ dataDate: number = 0;
89
+ dataType: number = 0;
90
+ dataTime: number = 0;
91
+ dataHide: number = 0;
92
+ dataGUID: string = "";
93
+ userMain: number = 0;
94
+ mastName: string = "";
95
+ mastGUID: string = "";
96
+ createBy: string = "";
97
+ createAt: number = 0;
98
+ updateBy: string = "";
99
+ updateAt: number = 0;
100
+ deleteBy: string = "";
101
+ deleteAt: number = 0;
102
+ queuesBy: number = 0;
103
+ entityID: string = "";
104
+ sourceND: number = 0;
105
+ menuMain: number = 0;
106
+ menuUUID: string = "";
107
+ unitMain: number = 0;
108
+ deptMain: number = 0;
109
+ sqyhText: string = "";
110
+ sqbmText: string = "";
111
+ flowUndo: number = 0;
112
+ flowUser: string = "";
113
+ flowText: string = "";
114
+ zblrDate: number = 0;
115
+ zblrStat: number = 0;
116
+ zblrType: number = 0;
117
+ zblrCode: string = "";
118
+ zblrName: string = "";
119
+ zblrUses: string = "";
120
+ zblrMemo: string = "";
121
+
122
+ coverURL: string = "";
123
+ touchURL: string = "";
124
+ unitText: string = "";
125
+ sourceDW: string = "";
126
+
127
+ lastDate: number = 0;
128
+ lastTime: number = 0;
129
+ flowStat: number = 0;
130
+ didFirst: number = 0;
131
+ lastMemo: string = "";
132
+ userName: string = "";
133
+ userGUID: string = "";
134
+
135
+ listPath: TCore.IPathResponse[] = [];
136
+ listBill: THznj.IHznjZblrBillResponse[] = [];
137
+ listFrom: THznj.IHznjNotiResponse[] = [];
138
+ }
package/src/hznj/index.ts CHANGED
@@ -1,11 +1,27 @@
1
+ //#base
1
2
  import { IHznjBaseResponse, THznjBaseResponse } from "./IHznjBaseResponse";
2
3
  import { IHznjBasePathResponse, THznjBasePathResponse } from "./IHznjBasePathResponse";
3
4
  import { IHznjBaseItemResponse, THznjBaseItemResponse } from "./IHznjBaseItemResponse";
4
-
5
+ //#xmsy
5
6
  import { IHznjXmsyResponse, THznjXmsyResponse } from "./IHznjXmsyResponse";
6
7
  import { IHznjXmsyItemResponse, THznjXmsyItemResponse } from "./IHznjXmsyItemResponse";
7
8
  import { IHznjXmsyCjdwResponse, THznjXmsyCjdwResponse } from "./IHznjXmsyCjdwResponse";
8
9
  import { IHznjXmsyWtdwResponse, THznjXmsyWtdwResponse } from "./IHznjXmsyWtdwResponse";
10
+ //#xmjj
11
+ import { IHznjXmjjResponse, THznjXmjjResponse } from "./IHznjXmjjResponse";
12
+ import { IHznjXmjjItemResponse, THznjXmjjItemResponse } from "./IHznjXmjjItemResponse";
13
+ //#rwqx
14
+ import { THznjRwqxResponse, IHznjRwqxResponse } from "./IHznjRwqxResponse";
15
+ //#dzqr
16
+ import { THznjDzqrResponse, IHznjDzqrResponse } from "./IHznjDzqrResponse";
17
+ //#noti
18
+ import { THznjNotiResponse, IHznjNotiResponse } from "./IHznjNotiResponse";
19
+ import { THznjNotiBillResponse, IHznjNotiBillResponse } from "./IHznjNotiBillResponse";
20
+ //#zblr
21
+ import { THznjZblrResponse, IHznjZblrResponse } from "./IHznjZblrResponse";
22
+ import { THznjZblrBillResponse, IHznjZblrBillResponse } from "./IHznjZblrBillResponse";
23
+
24
+
9
25
 
10
26
  export {
11
27
  THznjBaseResponse,
@@ -15,6 +31,14 @@ export {
15
31
  THznjXmsyItemResponse,
16
32
  THznjXmsyCjdwResponse,
17
33
  THznjXmsyWtdwResponse,
34
+ THznjXmjjResponse,
35
+ THznjXmjjItemResponse,
36
+ THznjRwqxResponse,
37
+ THznjDzqrResponse,
38
+ THznjNotiResponse,
39
+ THznjNotiBillResponse,
40
+ THznjZblrResponse,
41
+ THznjZblrBillResponse,
18
42
  type IHznjBaseResponse,
19
43
  type IHznjBasePathResponse,
20
44
  type IHznjBaseItemResponse,
@@ -22,4 +46,12 @@ export {
22
46
  type IHznjXmsyItemResponse,
23
47
  type IHznjXmsyCjdwResponse,
24
48
  type IHznjXmsyWtdwResponse,
49
+ type IHznjXmjjResponse,
50
+ type IHznjXmjjItemResponse,
51
+ type IHznjRwqxResponse,
52
+ type IHznjDzqrResponse,
53
+ type IHznjNotiResponse,
54
+ type IHznjNotiBillResponse,
55
+ type IHznjZblrResponse,
56
+ type IHznjZblrBillResponse,
25
57
  };
@@ -1,5 +1,4 @@
1
- import { IPathResponse, IUserLiteResponse } from "../core";
2
- import { IHznkBaseWbdwResponse } from "./IHznkBaseWbdwResponse";
1
+ import { THznk,TCore } from "..";
3
2
  import _ from "lodash";
4
3
  import { TFlowDataResponse } from "../flow";
5
4
 
@@ -95,10 +94,10 @@ export interface IHznkBaseResponse {
95
94
  userGUID: string;
96
95
 
97
96
  /**附件 */
98
- listPath: IPathResponse[];
99
- listNBYH: IUserLiteResponse[];
100
- listWBYH: IUserLiteResponse[];
101
- listWBDW: IHznkBaseWbdwResponse[];
97
+ listPath: TCore.IPathResponse[];
98
+ listNBYH: TCore.IUserLiteResponse[];
99
+ listWBYH: TCore.IUserLiteResponse[];
100
+ listWBDW: THznk.IHznkBaseWbdwResponse[];
102
101
  }
103
102
 
104
103
  export class THznkBaseResponse implements IHznkBaseResponse {
@@ -175,10 +174,10 @@ export class THznkBaseResponse implements IHznkBaseResponse {
175
174
  userName: string = "";
176
175
  userGUID: string = "";
177
176
 
178
- listPath: IPathResponse[] = [];
179
- listNBYH: IUserLiteResponse[] = [];
180
- listWBYH: IUserLiteResponse[] = [];
181
- listWBDW: IHznkBaseWbdwResponse[] = [];
177
+ listPath: TCore.IPathResponse[] = [];
178
+ listNBYH: TCore.IUserLiteResponse[] = [];
179
+ listWBYH: TCore.IUserLiteResponse[] = [];
180
+ listWBDW: THznk.IHznkBaseWbdwResponse[] = [];
182
181
 
183
182
  constructor(data: Partial<IHznkBaseResponse> = {}) {
184
183
  if (data) {
@@ -1,11 +1,6 @@
1
- import { IPathResponse } from "../core/IPathResponse";
2
- import { IHznkDataEachResponse } from "./IHznkDataEachResponse";
3
- import { IHznkDataItemResponse } from "./IHznkDataItemResponse";
1
+ import { THznk,TCore } from "..";
4
2
  import _ from "lodash";
5
3
  import { TFlowDataResponse } from "../flow/IFlowDataResponse";
6
- import { IUserLiteResponse } from "../core";
7
- import { IHznkMainResponse } from "./IHznkMainResponse";
8
-
9
4
  export interface IHznkDataResponse {
10
5
  whoBuild: number;
11
6
  userIndx: number;
@@ -143,13 +138,13 @@ export interface IHznkDataResponse {
143
138
  userGUID: string;
144
139
 
145
140
  /**附件 */
146
- listPath: IPathResponse[];
147
- listEach: IHznkDataEachResponse[];
148
- listItem: IHznkDataItemResponse[];
149
- listNBYH: IUserLiteResponse[];
150
- listLock: IHznkDataResponse[];
141
+ listPath: TCore.IPathResponse[];
142
+ listEach: THznk.IHznkDataEachResponse[];
143
+ listItem: THznk.IHznkDataItemResponse[];
144
+ listNBYH: TCore.IUserLiteResponse[];
145
+ listLock: THznk.IHznkDataResponse[];
151
146
  /** 关联项目 */
152
- listFrom: IHznkMainResponse[];
147
+ listFrom: THznk.IHznkMainResponse[];
153
148
  }
154
149
 
155
150
  export class THznkDataResponse implements IHznkDataResponse {
@@ -249,13 +244,13 @@ export class THznkDataResponse implements IHznkDataResponse {
249
244
  hznkSize: number = 0;
250
245
  usrTitle: string = "";
251
246
 
252
- listPath: IPathResponse[] = [];
253
- listEach: IHznkDataEachResponse[] = [];
254
- listItem: IHznkDataItemResponse[] = [];
255
- listNBYH: IUserLiteResponse[] = [];
256
- listLock: IHznkDataResponse[] = [];
247
+ listPath: TCore.IPathResponse[] = [];
248
+ listEach: THznk.IHznkDataEachResponse[] = [];
249
+ listItem: THznk.IHznkDataItemResponse[] = [];
250
+ listNBYH: TCore.IUserLiteResponse[] = [];
251
+ listLock: THznk.IHznkDataResponse[] = [];
257
252
  /** 关联项目 */
258
- listFrom: IHznkMainResponse[] = [];
253
+ listFrom: THznk.IHznkMainResponse[] = [];
259
254
 
260
255
  constructor(response?: any) {
261
256
  if (response) {
@@ -1,9 +1,5 @@
1
- import { IPathResponse } from "../core/IPathResponse";
1
+ import { THznk,TCore } from "..";
2
2
  import { TFlowDataResponse } from "../flow";
3
- import { IHznkFydwBillResponse } from "./IHznkFydwBillResponse";
4
- import { IHznkFydwItemResponse } from "./IHznkFydwItemResponse";
5
- import { IHznkFydwWbdwResponse } from "./IHznkFydwWbdwResponse";
6
- import { IHznkMainResponse } from "./IHznkMainResponse";
7
3
 
8
4
  export interface IHznkFydwResponse {
9
5
  whoBuild: number;
@@ -73,15 +69,15 @@ export interface IHznkFydwResponse {
73
69
  /**联系人 */
74
70
  wContact: string;
75
71
  /**附件 */
76
- listPath: IPathResponse[];
72
+ listPath: TCore.IPathResponse[];
77
73
  /**赋分信息区 */
78
- listItem: IHznkFydwItemResponse[];
74
+ listItem: THznk.IHznkFydwItemResponse[];
79
75
  /**到位经费信息区 */
80
- listBill: IHznkFydwBillResponse[];
76
+ listBill: THznk.IHznkFydwBillResponse[];
81
77
  /**项目信息区 */
82
- listFrom: IHznkMainResponse[];
78
+ listFrom: THznk.IHznkMainResponse[];
83
79
  /**当年外拨经费 */
84
- listWBDW: IHznkFydwWbdwResponse[];
80
+ listWBDW: THznk.IHznkFydwWbdwResponse[];
85
81
  }
86
82
 
87
83
  export class THznkFydwResponse implements IHznkFydwResponse {
@@ -146,11 +142,11 @@ export class THznkFydwResponse implements IHznkFydwResponse {
146
142
  dContact: string = "";
147
143
  wContact: string = "";
148
144
 
149
- listPath: IPathResponse[] = [];
150
- listItem: IHznkFydwItemResponse[] = [];
151
- listBill: IHznkFydwBillResponse[] = [];
152
- listFrom: IHznkMainResponse[] = [];
153
- listWBDW: IHznkFydwWbdwResponse[] = [];
145
+ listPath: TCore.IPathResponse[] = [];
146
+ listItem: THznk.IHznkFydwItemResponse[] = [];
147
+ listBill: THznk.IHznkFydwBillResponse[] = [];
148
+ listFrom: THznk.IHznkMainResponse[] = [];
149
+ listWBDW: THznk.IHznkFydwWbdwResponse[] = [];
154
150
 
155
151
  static toFlowDatas(card: IHznkFydwResponse[]): TFlowDataResponse[] {
156
152
  return card.map((u) => this.toFlowData(u));