@gizone/rrs-client 4.2.0-alpha.347 → 4.2.0-alpha.349
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/.openapi-generator/FILES +10 -0
- package/api.ts +1 -0
- package/apis/hwork-api.ts +167 -0
- package/apis/open-api-api.ts +214 -0
- package/apis/surveillance-api.ts +92 -0
- package/apis/web-hook-api.ts +182 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/hwork-api.d.ts +96 -0
- package/dist/apis/hwork-api.js +145 -0
- package/dist/apis/open-api-api.d.ts +110 -0
- package/dist/apis/open-api-api.js +156 -0
- package/dist/apis/surveillance-api.d.ts +47 -0
- package/dist/apis/surveillance-api.js +71 -0
- package/dist/apis/web-hook-api.d.ts +94 -0
- package/dist/apis/web-hook-api.js +140 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/hwork-api.d.ts +96 -0
- package/dist/esm/apis/hwork-api.js +138 -0
- package/dist/esm/apis/open-api-api.d.ts +110 -0
- package/dist/esm/apis/open-api-api.js +156 -0
- package/dist/esm/apis/surveillance-api.d.ts +47 -0
- package/dist/esm/apis/surveillance-api.js +71 -0
- package/dist/esm/apis/web-hook-api.d.ts +94 -0
- package/dist/esm/apis/web-hook-api.js +140 -0
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/insurance-notice-vo.d.ts +54 -0
- package/dist/esm/models/insurance-notice-vo.js +14 -0
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +79 -0
- package/dist/esm/models/insurance-work-order-issue-vo.js +14 -0
- package/dist/esm/models/insurance-work-order-vo.d.ts +37 -0
- package/dist/esm/models/insurance-work-order-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-count-dto.js +14 -0
- package/dist/esm/models/login-type-enum.d.ts +2 -0
- package/dist/esm/models/login-type-enum.js +3 -1
- package/dist/esm/models/open-api-equipment-list-dto.d.ts +110 -0
- package/dist/esm/models/open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/park-info-dto.d.ts +12 -0
- package/dist/esm/models/surveillance-count-dto.d.ts +30 -0
- package/dist/esm/models/surveillance-count-dto.js +14 -0
- package/dist/esm/models/sys-post.d.ts +6 -0
- package/dist/esm/models/sys-role.d.ts +6 -0
- package/dist/esm/models/sys-user.d.ts +14 -1
- package/dist/esm/models/user-source-enum.d.ts +21 -0
- package/dist/esm/models/user-source-enum.js +22 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-issue-type-enum.js +1 -1
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -0
- package/dist/models/insurance-notice-vo.d.ts +54 -0
- package/dist/models/insurance-notice-vo.js +15 -0
- package/dist/models/insurance-work-order-issue-vo.d.ts +79 -0
- package/dist/models/insurance-work-order-issue-vo.js +15 -0
- package/dist/models/insurance-work-order-vo.d.ts +37 -0
- package/dist/models/insurance-work-order-vo.js +15 -0
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.js +15 -0
- package/dist/models/json-result-surveillance-count-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-count-dto.js +15 -0
- package/dist/models/login-type-enum.d.ts +2 -0
- package/dist/models/login-type-enum.js +3 -1
- package/dist/models/open-api-equipment-list-dto.d.ts +110 -0
- package/dist/models/open-api-equipment-list-dto.js +15 -0
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
- package/dist/models/page-dto-open-api-equipment-list-dto.js +15 -0
- package/dist/models/park-info-dto.d.ts +12 -0
- package/dist/models/surveillance-count-dto.d.ts +30 -0
- package/dist/models/surveillance-count-dto.js +15 -0
- package/dist/models/sys-post.d.ts +6 -0
- package/dist/models/sys-role.d.ts +6 -0
- package/dist/models/sys-user.d.ts +14 -1
- package/dist/models/user-source-enum.d.ts +21 -0
- package/dist/models/user-source-enum.js +25 -0
- package/dist/models/work-order-issue-type-enum.d.ts +1 -1
- package/dist/models/work-order-issue-type-enum.js +1 -1
- package/models/index.ts +9 -0
- package/models/insurance-notice-vo.ts +60 -0
- package/models/insurance-work-order-issue-vo.ts +89 -0
- package/models/insurance-work-order-vo.ts +45 -0
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +72 -0
- package/models/json-result-surveillance-count-dto.ts +72 -0
- package/models/login-type-enum.ts +3 -1
- package/models/open-api-equipment-list-dto.ts +122 -0
- package/models/page-dto-open-api-equipment-list-dto.ts +39 -0
- package/models/park-info-dto.ts +12 -0
- package/models/surveillance-count-dto.ts +36 -0
- package/models/sys-post.ts +6 -0
- package/models/sys-role.ts +6 -0
- package/models/sys-user.ts +18 -1
- package/models/user-source-enum.ts +31 -0
- package/models/work-order-issue-type-enum.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { SysDept } from './sys-dept';
|
|
13
13
|
import type { SysRole } from './sys-role';
|
|
14
14
|
import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
|
|
15
|
+
import type { UserSourceEnum } from './user-source-enum';
|
|
15
16
|
/**
|
|
16
17
|
* 用户对象
|
|
17
18
|
* @export
|
|
@@ -364,14 +365,26 @@ export interface SysUser {
|
|
|
364
365
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
365
366
|
/**
|
|
366
367
|
*
|
|
368
|
+
* @type {UserSourceEnum}
|
|
369
|
+
* @memberof SysUser
|
|
370
|
+
*/
|
|
371
|
+
'userSource'?: UserSourceEnum;
|
|
372
|
+
/**
|
|
373
|
+
* 源用户ID
|
|
367
374
|
* @type {string}
|
|
368
375
|
* @memberof SysUser
|
|
369
376
|
*/
|
|
370
|
-
'
|
|
377
|
+
'sourceUserId'?: string;
|
|
371
378
|
/**
|
|
372
379
|
*
|
|
373
380
|
* @type {number}
|
|
374
381
|
* @memberof SysUser
|
|
375
382
|
*/
|
|
376
383
|
'cuserId'?: number;
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @type {string}
|
|
387
|
+
* @memberof SysUser
|
|
388
|
+
*/
|
|
389
|
+
'cid'?: string;
|
|
377
390
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 用户来源
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const UserSourceEnum: {
|
|
18
|
+
readonly Internal: "INTERNAL";
|
|
19
|
+
readonly Hwork: "HWORK";
|
|
20
|
+
};
|
|
21
|
+
export type UserSourceEnum = typeof UserSourceEnum[keyof typeof UserSourceEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.UserSourceEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 用户来源
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.UserSourceEnum = {
|
|
23
|
+
Internal: 'INTERNAL',
|
|
24
|
+
Hwork: 'HWORK'
|
|
25
|
+
};
|
package/models/index.ts
CHANGED
|
@@ -135,6 +135,9 @@ export * from './inspection-standard-entity';
|
|
|
135
135
|
export * from './inspection-standard-import-dto';
|
|
136
136
|
export * from './inspection-standard-type-enum';
|
|
137
137
|
export * from './installation-body-enum';
|
|
138
|
+
export * from './insurance-notice-vo';
|
|
139
|
+
export * from './insurance-work-order-issue-vo';
|
|
140
|
+
export * from './insurance-work-order-vo';
|
|
138
141
|
export * from './iot-device-status-enum';
|
|
139
142
|
export * from './json-result';
|
|
140
143
|
export * from './json-result-access-appointment-record-details-dto';
|
|
@@ -213,6 +216,7 @@ export * from './json-result-page-dto-disaster-warning-standard-entity';
|
|
|
213
216
|
export * from './json-result-page-dto-equipment-search-system-dto';
|
|
214
217
|
export * from './json-result-page-dto-inspection-standard-dto';
|
|
215
218
|
export * from './json-result-page-dto-maintenance-standard-dto';
|
|
219
|
+
export * from './json-result-page-dto-open-api-equipment-list-dto';
|
|
216
220
|
export * from './json-result-page-dto-plan-search-dto';
|
|
217
221
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
218
222
|
export * from './json-result-page-dto-surveillance-details-dto';
|
|
@@ -227,6 +231,7 @@ export * from './json-result-space-image-detail-dto';
|
|
|
227
231
|
export * from './json-result-string';
|
|
228
232
|
export * from './json-result-supplier-contract-details-dto';
|
|
229
233
|
export * from './json-result-supplier-entity';
|
|
234
|
+
export * from './json-result-surveillance-count-dto';
|
|
230
235
|
export * from './json-result-surveillance-details-dto';
|
|
231
236
|
export * from './json-result-surveillance-live-dto';
|
|
232
237
|
export * from './json-result-surveillance-settings-details-dto';
|
|
@@ -267,6 +272,7 @@ export * from './offline-alert-work-order-details-dto';
|
|
|
267
272
|
export * from './offline-alert-work-order-info';
|
|
268
273
|
export * from './offline-alert-work-order-vo';
|
|
269
274
|
export * from './open-api-access-appointment-record-add-vo';
|
|
275
|
+
export * from './open-api-equipment-list-dto';
|
|
270
276
|
export * from './page-dto-access-appointment-record-details-dto';
|
|
271
277
|
export * from './page-dto-access-blacklist-details-dto';
|
|
272
278
|
export * from './page-dto-access-record-summary-list-dto';
|
|
@@ -276,6 +282,7 @@ export * from './page-dto-disaster-warning-standard-entity';
|
|
|
276
282
|
export * from './page-dto-equipment-search-system-dto';
|
|
277
283
|
export * from './page-dto-inspection-standard-dto';
|
|
278
284
|
export * from './page-dto-maintenance-standard-dto';
|
|
285
|
+
export * from './page-dto-open-api-equipment-list-dto';
|
|
279
286
|
export * from './page-dto-plan-search-dto';
|
|
280
287
|
export * from './page-dto-supplier-contract-details-dto';
|
|
281
288
|
export * from './page-dto-surveillance-details-dto';
|
|
@@ -348,6 +355,7 @@ export * from './supplier-search-vo';
|
|
|
348
355
|
export * from './supplier-select-dto';
|
|
349
356
|
export * from './surveillance';
|
|
350
357
|
export * from './surveillance-batch-import-template-dto';
|
|
358
|
+
export * from './surveillance-count-dto';
|
|
351
359
|
export * from './surveillance-details-dto';
|
|
352
360
|
export * from './surveillance-live-dto';
|
|
353
361
|
export * from './surveillance-point-vo';
|
|
@@ -398,6 +406,7 @@ export * from './user-excel-dto';
|
|
|
398
406
|
export * from './user-roles-and-permissions-dto';
|
|
399
407
|
export * from './user-settings-entity';
|
|
400
408
|
export * from './user-settings-update-bo';
|
|
409
|
+
export * from './user-source-enum';
|
|
401
410
|
export * from './user-whether-privacy-dto';
|
|
402
411
|
export * from './violation-center-attribute-enum';
|
|
403
412
|
export * from './violation-decision-vo';
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 保险通知参数
|
|
19
|
+
* @export
|
|
20
|
+
* @interface InsuranceNoticeVo
|
|
21
|
+
*/
|
|
22
|
+
export interface InsuranceNoticeVo {
|
|
23
|
+
/**
|
|
24
|
+
* 园区编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof InsuranceNoticeVo
|
|
27
|
+
*/
|
|
28
|
+
'parkCode': string;
|
|
29
|
+
/**
|
|
30
|
+
* 考察时间
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof InsuranceNoticeVo
|
|
33
|
+
*/
|
|
34
|
+
'visitTime': string;
|
|
35
|
+
/**
|
|
36
|
+
* 考察内容
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof InsuranceNoticeVo
|
|
39
|
+
*/
|
|
40
|
+
'visitContent': string;
|
|
41
|
+
/**
|
|
42
|
+
* 联系人
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof InsuranceNoticeVo
|
|
45
|
+
*/
|
|
46
|
+
'contactName': string;
|
|
47
|
+
/**
|
|
48
|
+
* 联系电话
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof InsuranceNoticeVo
|
|
51
|
+
*/
|
|
52
|
+
'contactPhone': string;
|
|
53
|
+
/**
|
|
54
|
+
* 参与人员
|
|
55
|
+
* @type {Array<string>}
|
|
56
|
+
* @memberof InsuranceNoticeVo
|
|
57
|
+
*/
|
|
58
|
+
'participants': Array<string>;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 问题
|
|
22
|
+
* @export
|
|
23
|
+
* @interface InsuranceWorkOrderIssueVo
|
|
24
|
+
*/
|
|
25
|
+
export interface InsuranceWorkOrderIssueVo {
|
|
26
|
+
/**
|
|
27
|
+
* 问题单号
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
30
|
+
*/
|
|
31
|
+
'issuesNo': string;
|
|
32
|
+
/**
|
|
33
|
+
* 问题时间
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
36
|
+
*/
|
|
37
|
+
'issuesTime': string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
41
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
42
|
+
*/
|
|
43
|
+
'issueType': WorkOrderIssueTypeEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 问题描述
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
48
|
+
*/
|
|
49
|
+
'issuesDesc': string;
|
|
50
|
+
/**
|
|
51
|
+
* 问题设备ID
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
54
|
+
*/
|
|
55
|
+
'issuesEquipmentId': number;
|
|
56
|
+
/**
|
|
57
|
+
* 问题空间ID
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
60
|
+
*/
|
|
61
|
+
'issuesSpaceId': number;
|
|
62
|
+
/**
|
|
63
|
+
* 风险类别
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
66
|
+
*/
|
|
67
|
+
'riskCategory': string;
|
|
68
|
+
/**
|
|
69
|
+
* 风险等级
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
72
|
+
*/
|
|
73
|
+
'riskLevel': string;
|
|
74
|
+
/**
|
|
75
|
+
* 要求整改时间
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
78
|
+
*/
|
|
79
|
+
'rectificationTime': string;
|
|
80
|
+
/**
|
|
81
|
+
* 隐患照片
|
|
82
|
+
* @type {Array<string>}
|
|
83
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
84
|
+
*/
|
|
85
|
+
'hazardPhotoUrls': Array<string>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { InsuranceWorkOrderIssueVo } from './insurance-work-order-issue-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 接收保险问题入参
|
|
22
|
+
* @export
|
|
23
|
+
* @interface InsuranceWorkOrderVo
|
|
24
|
+
*/
|
|
25
|
+
export interface InsuranceWorkOrderVo {
|
|
26
|
+
/**
|
|
27
|
+
* 园区编码
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof InsuranceWorkOrderVo
|
|
30
|
+
*/
|
|
31
|
+
'parkCode': string;
|
|
32
|
+
/**
|
|
33
|
+
* 保险单号
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof InsuranceWorkOrderVo
|
|
36
|
+
*/
|
|
37
|
+
'insuranceNo': string;
|
|
38
|
+
/**
|
|
39
|
+
* 问题
|
|
40
|
+
* @type {Array<InsuranceWorkOrderIssueVo>}
|
|
41
|
+
* @memberof InsuranceWorkOrderVo
|
|
42
|
+
*/
|
|
43
|
+
'issues': Array<InsuranceWorkOrderIssueVo>;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { PageDtoOpenApiEquipmentListDto } from './page-dto-open-api-equipment-list-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultPageDtoOpenApiEquipmentListDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultPageDtoOpenApiEquipmentListDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {PageDtoOpenApiEquipmentListDto}
|
|
50
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: PageDtoOpenApiEquipmentListDto | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { SurveillanceCountDto } from './surveillance-count-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultSurveillanceCountDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultSurveillanceCountDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {SurveillanceCountDto}
|
|
50
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: SurveillanceCountDto | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* openApi接口设备返回参数
|
|
25
|
+
* @export
|
|
26
|
+
* @interface OpenApiEquipmentListDto
|
|
27
|
+
*/
|
|
28
|
+
export interface OpenApiEquipmentListDto {
|
|
29
|
+
/**
|
|
30
|
+
* id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof OpenApiEquipmentListDto
|
|
33
|
+
*/
|
|
34
|
+
'id'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 设备名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof OpenApiEquipmentListDto
|
|
39
|
+
*/
|
|
40
|
+
'equipmentName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {EquipmentStatusEnum}
|
|
44
|
+
* @memberof OpenApiEquipmentListDto
|
|
45
|
+
*/
|
|
46
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 设备系统
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof OpenApiEquipmentListDto
|
|
51
|
+
*/
|
|
52
|
+
'equipmentSystem'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 设备系统ID
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof OpenApiEquipmentListDto
|
|
57
|
+
*/
|
|
58
|
+
'equipmentSystemId'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 设备等级
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof OpenApiEquipmentListDto
|
|
63
|
+
*/
|
|
64
|
+
'equipmentClass'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 出厂时间
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof OpenApiEquipmentListDto
|
|
69
|
+
*/
|
|
70
|
+
'deliveryTime'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 现场安装时间
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof OpenApiEquipmentListDto
|
|
75
|
+
*/
|
|
76
|
+
'installTime'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 质保时间
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof OpenApiEquipmentListDto
|
|
81
|
+
*/
|
|
82
|
+
'warrantyTime'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 空间id
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof OpenApiEquipmentListDto
|
|
87
|
+
*/
|
|
88
|
+
'spaceId'?: number;
|
|
89
|
+
/**
|
|
90
|
+
* 是否公共区域
|
|
91
|
+
* @type {boolean}
|
|
92
|
+
* @memberof OpenApiEquipmentListDto
|
|
93
|
+
*/
|
|
94
|
+
'isPublicArea'?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* 关联设备id
|
|
97
|
+
* @type {Array<number>}
|
|
98
|
+
* @memberof OpenApiEquipmentListDto
|
|
99
|
+
*/
|
|
100
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {ThirdPartySystemEnum}
|
|
104
|
+
* @memberof OpenApiEquipmentListDto
|
|
105
|
+
*/
|
|
106
|
+
'source'?: ThirdPartySystemEnum;
|
|
107
|
+
/**
|
|
108
|
+
* 设备编码
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof OpenApiEquipmentListDto
|
|
111
|
+
*/
|
|
112
|
+
'equipmentCode'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 资产编码
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof OpenApiEquipmentListDto
|
|
117
|
+
*/
|
|
118
|
+
'famEquipmentCode'?: string;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|