@gizone/rrs-client 4.2.7-alpha.436 → 4.2.7-alpha.438
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 +19 -0
- package/apis/common-api.ts +90 -0
- package/apis/dashboard-api.ts +733 -86
- package/apis/work-order-api.ts +134 -10
- package/dist/apis/common-api.d.ts +46 -0
- package/dist/apis/common-api.js +71 -0
- package/dist/apis/dashboard-api.d.ts +394 -60
- package/dist/apis/dashboard-api.js +558 -68
- package/dist/apis/work-order-api.d.ts +71 -4
- package/dist/apis/work-order-api.js +90 -10
- package/dist/esm/apis/common-api.d.ts +46 -0
- package/dist/esm/apis/common-api.js +71 -0
- package/dist/esm/apis/dashboard-api.d.ts +394 -60
- package/dist/esm/apis/dashboard-api.js +558 -68
- package/dist/esm/apis/work-order-api.d.ts +71 -4
- package/dist/esm/apis/work-order-api.js +90 -10
- package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/esm/models/access-appointment-source-enum.js +2 -1
- package/dist/esm/models/access-record-details-dto.d.ts +7 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-access-search-dto.d.ts +68 -0
- package/dist/esm/models/dashboard-access-search-dto.js +14 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +117 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/dept-relation-dto.d.ts +24 -0
- package/dist/esm/models/index.d.ts +19 -0
- package/dist/esm/models/index.js +19 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/esm/models/json-result-list-inspection-point.js +14 -0
- package/dist/esm/models/park-list-dto.d.ts +24 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +12 -0
- package/dist/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/models/access-appointment-source-enum.js +2 -1
- package/dist/models/access-record-details-dto.d.ts +7 -0
- package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-access-search-dto.d.ts +68 -0
- package/dist/models/dashboard-access-search-dto.js +15 -0
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +18 -0
- package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/models/dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +117 -0
- package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/dept-relation-dto.d.ts +24 -0
- package/dist/models/index.d.ts +19 -0
- package/dist/models/index.js +19 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/models/json-result-list-inspection-point.js +15 -0
- package/dist/models/park-list-dto.d.ts +24 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-search-dto.d.ts +12 -0
- package/models/access-appointment-source-enum.ts +2 -1
- package/models/access-record-details-dto.ts +9 -0
- package/models/dashboard-access-park-group-stats-vo.ts +102 -0
- package/models/dashboard-access-search-dto.ts +80 -0
- package/models/dashboard-access-source-group-stats-vo.ts +65 -0
- package/models/dashboard-base-search-dto.ts +18 -0
- package/models/dashboard-equipment-search-dto.ts +18 -0
- package/models/dashboard-series-stats-base-vo.ts +36 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +36 -0
- package/models/dashboard-surveillance-search-dto.ts +18 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +99 -0
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +84 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +69 -0
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
- package/models/dashboard-work-order-list-search-dto.ts +132 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +102 -0
- package/models/dashboard-work-order-type-group-stats-vo.ts +74 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +65 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/index.ts +19 -0
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
- package/models/json-result-list-inspection-point.ts +72 -0
- package/models/park-list-dto.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-search-dto.ts +12 -0
- package/package.json +1 -1
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { DashboardWorkOrderParkGroupStatsVO } from './dashboard-work-order-park-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardWorkOrderParkGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardWorkOrderParkGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardWorkOrderParkGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { DashboardWorkOrderTypeGroupStatsVO } from './dashboard-work-order-type-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardWorkOrderTypeGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardWorkOrderTypeGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardWorkOrderTypeGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 });
|
package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { DashboardWorkOrderTypeSubcategoryGroupStatsVO } from './dashboard-work-order-type-subcategory-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardWorkOrderTypeSubcategoryGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardWorkOrderTypeSubcategoryGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { InspectionPoint } from './inspection-point';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListInspectionPoint
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListInspectionPoint {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListInspectionPoint
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListInspectionPoint
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListInspectionPoint
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<InspectionPoint>}
|
|
41
|
+
* @memberof JsonResultListInspectionPoint
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<InspectionPoint> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListInspectionPoint
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListInspectionPoint
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListInspectionPoint
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 });
|
|
@@ -63,4 +63,28 @@ export interface ParkListDTO {
|
|
|
63
63
|
* @memberof ParkListDTO
|
|
64
64
|
*/
|
|
65
65
|
'latitude'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* srm大区编码
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ParkListDTO
|
|
70
|
+
*/
|
|
71
|
+
'srmAreaCode'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* srm大区名称
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof ParkListDTO
|
|
76
|
+
*/
|
|
77
|
+
'srmAreaName'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* srm小微编码
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ParkListDTO
|
|
82
|
+
*/
|
|
83
|
+
'srmXwCode'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* srm小微名称
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ParkListDTO
|
|
88
|
+
*/
|
|
89
|
+
'srmXwName'?: string;
|
|
66
90
|
}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -160,6 +160,18 @@ export interface WorkOrderSearchDTO {
|
|
|
160
160
|
* @memberof WorkOrderSearchDTO
|
|
161
161
|
*/
|
|
162
162
|
'equipmentIds'?: Array<number>;
|
|
163
|
+
/**
|
|
164
|
+
* 园区名称
|
|
165
|
+
* @type {string}
|
|
166
|
+
* @memberof WorkOrderSearchDTO
|
|
167
|
+
*/
|
|
168
|
+
'parkName'?: string;
|
|
169
|
+
/**
|
|
170
|
+
* 设备名称列表
|
|
171
|
+
* @type {Array<string>}
|
|
172
|
+
* @memberof WorkOrderSearchDTO
|
|
173
|
+
*/
|
|
174
|
+
'equipmentNames'?: Array<string>;
|
|
163
175
|
}
|
|
164
176
|
export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
|
|
165
177
|
readonly NotCheck: "NOT_CHECK";
|
|
@@ -25,7 +25,8 @@ export const AccessAppointmentSourceEnum = {
|
|
|
25
25
|
Zjt: 'ZJT',
|
|
26
26
|
Vmi: 'VMI',
|
|
27
27
|
Fam: 'FAM',
|
|
28
|
-
Tms: 'TMS'
|
|
28
|
+
Tms: 'TMS',
|
|
29
|
+
Other: 'OTHER'
|
|
29
30
|
} as const;
|
|
30
31
|
|
|
31
32
|
export type AccessAppointmentSourceEnum = typeof AccessAppointmentSourceEnum[keyof typeof AccessAppointmentSourceEnum];
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
@@ -170,6 +173,12 @@ export interface AccessRecordDetailsDto {
|
|
|
170
173
|
* @memberof AccessRecordDetailsDto
|
|
171
174
|
*/
|
|
172
175
|
'accessAppointmentNo'?: string;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @type {AccessAppointmentSourceEnum}
|
|
179
|
+
* @memberof AccessRecordDetailsDto
|
|
180
|
+
*/
|
|
181
|
+
'appointmentSource'?: AccessAppointmentSourceEnum;
|
|
173
182
|
}
|
|
174
183
|
|
|
175
184
|
|
|
@@ -0,0 +1,102 @@
|
|
|
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 DashboardAccessParkGroupStatsVO
|
|
21
|
+
*/
|
|
22
|
+
export interface DashboardAccessParkGroupStatsVO {
|
|
23
|
+
/**
|
|
24
|
+
* 园区ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
'parkId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 园区名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'parkName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* srm大区编码
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'srmAreaCode'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* srm大区名称
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'srmAreaName'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* srm小微编码
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'srmXwCode'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* srm小微名称
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'srmXwName'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* srm中心名称
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'srmCenterName'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* srm中心编码
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'srmCenterCode'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 总数
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
75
|
+
*/
|
|
76
|
+
'totalCount'?: number;
|
|
77
|
+
/**
|
|
78
|
+
* 临时白名单入园数量
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
81
|
+
*/
|
|
82
|
+
'temporaryInCount'?: number;
|
|
83
|
+
/**
|
|
84
|
+
* 临时白名单出园数量
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
87
|
+
*/
|
|
88
|
+
'temporaryOutCount'?: number;
|
|
89
|
+
/**
|
|
90
|
+
* 固定白名单入园数量
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
93
|
+
*/
|
|
94
|
+
'fixedInCount'?: number;
|
|
95
|
+
/**
|
|
96
|
+
* 固定白名单出园数量
|
|
97
|
+
* @type {number}
|
|
98
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
99
|
+
*/
|
|
100
|
+
'fixedOutCount'?: number;
|
|
101
|
+
}
|
|
102
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
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 { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessTypeEnum } from './access-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 数据看板-门禁-按园区搜索条件
|
|
25
|
+
* @export
|
|
26
|
+
* @interface DashboardAccessSearchDTO
|
|
27
|
+
*/
|
|
28
|
+
export interface DashboardAccessSearchDTO {
|
|
29
|
+
/**
|
|
30
|
+
* 园区ID集合
|
|
31
|
+
* @type {Array<number>}
|
|
32
|
+
* @memberof DashboardAccessSearchDTO
|
|
33
|
+
*/
|
|
34
|
+
'parkIds'?: Array<number>;
|
|
35
|
+
/**
|
|
36
|
+
* 开始时间
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof DashboardAccessSearchDTO
|
|
39
|
+
*/
|
|
40
|
+
'startTime'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 结束时间
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof DashboardAccessSearchDTO
|
|
45
|
+
*/
|
|
46
|
+
'endTime'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* SRM区域编码
|
|
49
|
+
* @type {Array<string>}
|
|
50
|
+
* @memberof DashboardAccessSearchDTO
|
|
51
|
+
*/
|
|
52
|
+
'srmAreaCodes'?: Array<string>;
|
|
53
|
+
/**
|
|
54
|
+
* SRM小微编码
|
|
55
|
+
* @type {Array<string>}
|
|
56
|
+
* @memberof DashboardAccessSearchDTO
|
|
57
|
+
*/
|
|
58
|
+
'srmXwCodes'?: Array<string>;
|
|
59
|
+
/**
|
|
60
|
+
* SRM中心编码
|
|
61
|
+
* @type {Array<string>}
|
|
62
|
+
* @memberof DashboardAccessSearchDTO
|
|
63
|
+
*/
|
|
64
|
+
'srmCenterCodes'?: Array<string>;
|
|
65
|
+
/**
|
|
66
|
+
* 出入来源
|
|
67
|
+
* @type {Array<AccessAppointmentSourceEnum>}
|
|
68
|
+
* @memberof DashboardAccessSearchDTO
|
|
69
|
+
*/
|
|
70
|
+
'accessSources'?: Array<AccessAppointmentSourceEnum>;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {AccessTypeEnum}
|
|
74
|
+
* @memberof DashboardAccessSearchDTO
|
|
75
|
+
*/
|
|
76
|
+
'accessType': AccessTypeEnum;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 数据看板-门禁-来源分组统计
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DashboardAccessSourceGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
export interface DashboardAccessSourceGroupStatsVO {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {AccessAppointmentSourceEnum}
|
|
29
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'accessSource'?: AccessAppointmentSourceEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 总数
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'totalCount'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 临时白名单入园数量
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'temporaryInCount'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 临时白名单出园数量
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'temporaryOutCount'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 固定白名单入园数量
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'fixedInCount'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 固定白名单出园数量
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof DashboardAccessSourceGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'fixedOutCount'?: number;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
@@ -38,5 +38,23 @@ export interface DashboardBaseSearchDTO {
|
|
|
38
38
|
* @memberof DashboardBaseSearchDTO
|
|
39
39
|
*/
|
|
40
40
|
'endTime'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* SRM区域编码
|
|
43
|
+
* @type {Array<string>}
|
|
44
|
+
* @memberof DashboardBaseSearchDTO
|
|
45
|
+
*/
|
|
46
|
+
'srmAreaCodes'?: Array<string>;
|
|
47
|
+
/**
|
|
48
|
+
* SRM小微编码
|
|
49
|
+
* @type {Array<string>}
|
|
50
|
+
* @memberof DashboardBaseSearchDTO
|
|
51
|
+
*/
|
|
52
|
+
'srmXwCodes'?: Array<string>;
|
|
53
|
+
/**
|
|
54
|
+
* SRM中心编码
|
|
55
|
+
* @type {Array<string>}
|
|
56
|
+
* @memberof DashboardBaseSearchDTO
|
|
57
|
+
*/
|
|
58
|
+
'srmCenterCodes'?: Array<string>;
|
|
41
59
|
}
|
|
42
60
|
|