@gizone/rrs-client 4.2.7-alpha.437 → 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 +9 -0
- package/apis/common-api.ts +90 -0
- package/apis/dashboard-api.ts +368 -0
- 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 +190 -0
- package/dist/apis/dashboard-api.js +280 -0
- 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 +190 -0
- package/dist/esm/apis/dashboard-api.js +280 -0
- 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 +19 -1
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -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 +36 -0
- package/dist/esm/models/dept-relation-dto.d.ts +24 -0
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -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-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 +19 -1
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -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 +36 -0
- package/dist/models/dept-relation-dto.d.ts +24 -0
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -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-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 +19 -1
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +18 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
- package/models/dashboard-work-order-list-search-dto.ts +132 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +36 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/index.ts +9 -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-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
|
@@ -44,6 +44,24 @@ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
|
|
|
44
44
|
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
45
45
|
*/
|
|
46
46
|
'endTime'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* SRM区域编码
|
|
49
|
+
* @type {Array<string>}
|
|
50
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
51
|
+
*/
|
|
52
|
+
'srmAreaCodes'?: Array<string>;
|
|
53
|
+
/**
|
|
54
|
+
* SRM小微编码
|
|
55
|
+
* @type {Array<string>}
|
|
56
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
57
|
+
*/
|
|
58
|
+
'srmXwCodes'?: Array<string>;
|
|
59
|
+
/**
|
|
60
|
+
* SRM中心编码
|
|
61
|
+
* @type {Array<string>}
|
|
62
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
63
|
+
*/
|
|
64
|
+
'srmCenterCodes'?: Array<string>;
|
|
47
65
|
/**
|
|
48
66
|
* 工单类型
|
|
49
67
|
* @type {Array<WorkOrderTypeEnum>}
|
|
@@ -41,6 +41,24 @@ export interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO {
|
|
|
41
41
|
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
42
42
|
*/
|
|
43
43
|
'endTime'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* SRM区域编码
|
|
46
|
+
* @type {Array<string>}
|
|
47
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
48
|
+
*/
|
|
49
|
+
'srmAreaCodes'?: Array<string>;
|
|
50
|
+
/**
|
|
51
|
+
* SRM小微编码
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
54
|
+
*/
|
|
55
|
+
'srmXwCodes'?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
* SRM中心编码
|
|
58
|
+
* @type {Array<string>}
|
|
59
|
+
* @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
60
|
+
*/
|
|
61
|
+
'srmCenterCodes'?: Array<string>;
|
|
44
62
|
/**
|
|
45
63
|
* 工单类型
|
|
46
64
|
* @type {Array<WorkOrderTypeEnum>}
|
|
@@ -0,0 +1,132 @@
|
|
|
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 { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 数据看板工单列表查询DTO
|
|
28
|
+
* @export
|
|
29
|
+
* @interface DashboardWorkOrderListSearchDTO
|
|
30
|
+
*/
|
|
31
|
+
export interface DashboardWorkOrderListSearchDTO {
|
|
32
|
+
/**
|
|
33
|
+
* 园区ID集合
|
|
34
|
+
* @type {Array<number>}
|
|
35
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
36
|
+
*/
|
|
37
|
+
'parkIds'?: Array<number>;
|
|
38
|
+
/**
|
|
39
|
+
* 开始时间
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
42
|
+
*/
|
|
43
|
+
'startTime'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 结束时间
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
48
|
+
*/
|
|
49
|
+
'endTime'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* SRM区域编码
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
54
|
+
*/
|
|
55
|
+
'srmAreaCodes'?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
* SRM小微编码
|
|
58
|
+
* @type {Array<string>}
|
|
59
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
60
|
+
*/
|
|
61
|
+
'srmXwCodes'?: Array<string>;
|
|
62
|
+
/**
|
|
63
|
+
* SRM中心编码
|
|
64
|
+
* @type {Array<string>}
|
|
65
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
66
|
+
*/
|
|
67
|
+
'srmCenterCodes'?: Array<string>;
|
|
68
|
+
/**
|
|
69
|
+
* 页码
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
72
|
+
*/
|
|
73
|
+
'page': number;
|
|
74
|
+
/**
|
|
75
|
+
* 每页条数
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
78
|
+
*/
|
|
79
|
+
'pageSize': number;
|
|
80
|
+
/**
|
|
81
|
+
* 搜索值
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
84
|
+
*/
|
|
85
|
+
'searchValue'?: string;
|
|
86
|
+
/**
|
|
87
|
+
* 工单类型
|
|
88
|
+
* @type {Array<WorkOrderTypeEnum>}
|
|
89
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
90
|
+
*/
|
|
91
|
+
'workOrderTypes'?: Array<WorkOrderTypeEnum>;
|
|
92
|
+
/**
|
|
93
|
+
* 工单类型子类
|
|
94
|
+
* @type {Array<WorkOrderTypeSubcategoryEnum>}
|
|
95
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
96
|
+
*/
|
|
97
|
+
'workOrderTypeSubcategories'?: Array<WorkOrderTypeSubcategoryEnum>;
|
|
98
|
+
/**
|
|
99
|
+
* 工单状态
|
|
100
|
+
* @type {Array<WorkOrderStatusEnum>}
|
|
101
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
102
|
+
*/
|
|
103
|
+
'workOrderStatues'?: Array<WorkOrderStatusEnum>;
|
|
104
|
+
/**
|
|
105
|
+
* 执行部门(传-1代表查询无执行部门的工单)
|
|
106
|
+
* @type {Array<number>}
|
|
107
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
108
|
+
*/
|
|
109
|
+
'executionDeptIds'?: Array<number>;
|
|
110
|
+
/**
|
|
111
|
+
* 是否超时
|
|
112
|
+
* @type {boolean}
|
|
113
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
114
|
+
*/
|
|
115
|
+
'isTimeOut'?: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* 抽检状态
|
|
118
|
+
* @type {Array<string>}
|
|
119
|
+
* @memberof DashboardWorkOrderListSearchDTO
|
|
120
|
+
*/
|
|
121
|
+
'spotCheckStatuses'?: Array<DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum>;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export const DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum = {
|
|
125
|
+
NotCheck: 'NOT_CHECK',
|
|
126
|
+
Pass: 'PASS',
|
|
127
|
+
Fail: 'FAIL'
|
|
128
|
+
} as const;
|
|
129
|
+
|
|
130
|
+
export type DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum = typeof DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum[keyof typeof DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum];
|
|
131
|
+
|
|
132
|
+
|
|
@@ -62,5 +62,41 @@ export interface DashboardWorkOrderParkGroupStatsVO {
|
|
|
62
62
|
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
63
63
|
*/
|
|
64
64
|
'completionRate'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* srm大区编码
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'srmAreaCode'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* srm大区名称
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
75
|
+
*/
|
|
76
|
+
'srmAreaName'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* srm小微编码
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
81
|
+
*/
|
|
82
|
+
'srmXwCode'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* srm小微名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
87
|
+
*/
|
|
88
|
+
'srmXwName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* srm中心名称
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
93
|
+
*/
|
|
94
|
+
'srmCenterName'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* srm中心编码
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
99
|
+
*/
|
|
100
|
+
'srmCenterCode'?: string;
|
|
65
101
|
}
|
|
66
102
|
|
|
@@ -164,6 +164,30 @@ export interface DeptRelationDTO {
|
|
|
164
164
|
* @memberof DeptRelationDTO
|
|
165
165
|
*/
|
|
166
166
|
'srmParkCode'?: string;
|
|
167
|
+
/**
|
|
168
|
+
* srm大区编码
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof DeptRelationDTO
|
|
171
|
+
*/
|
|
172
|
+
'srmAreaCode'?: string;
|
|
173
|
+
/**
|
|
174
|
+
* srm大区名称
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof DeptRelationDTO
|
|
177
|
+
*/
|
|
178
|
+
'srmAreaName'?: string;
|
|
179
|
+
/**
|
|
180
|
+
* srm小微编码
|
|
181
|
+
* @type {string}
|
|
182
|
+
* @memberof DeptRelationDTO
|
|
183
|
+
*/
|
|
184
|
+
'srmXwCode'?: string;
|
|
185
|
+
/**
|
|
186
|
+
* srm小微名称
|
|
187
|
+
* @type {string}
|
|
188
|
+
* @memberof DeptRelationDTO
|
|
189
|
+
*/
|
|
190
|
+
'srmXwName'?: string;
|
|
167
191
|
}
|
|
168
192
|
|
|
169
193
|
|
package/models/index.ts
CHANGED
|
@@ -75,10 +75,14 @@ export * from './captcha-type-enum';
|
|
|
75
75
|
export * from './center-list-dto';
|
|
76
76
|
export * from './change-password-dto';
|
|
77
77
|
export * from './choose-pak-body';
|
|
78
|
+
export * from './dashboard-access-park-group-stats-vo';
|
|
79
|
+
export * from './dashboard-access-search-dto';
|
|
80
|
+
export * from './dashboard-access-source-group-stats-vo';
|
|
78
81
|
export * from './dashboard-base-search-dto';
|
|
79
82
|
export * from './dashboard-equipment-park-group-stats-vo';
|
|
80
83
|
export * from './dashboard-equipment-search-dto';
|
|
81
84
|
export * from './dashboard-equipment-system-group-stats-vo';
|
|
85
|
+
export * from './dashboard-series-stats-base-vo';
|
|
82
86
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
83
87
|
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
84
88
|
export * from './dashboard-surveillance-search-dto';
|
|
@@ -86,6 +90,7 @@ export * from './dashboard-work-order-by-park-search-dto';
|
|
|
86
90
|
export * from './dashboard-work-order-by-work-order-type-search-dto';
|
|
87
91
|
export * from './dashboard-work-order-by-work-order-type-subcategory-search-dto';
|
|
88
92
|
export * from './dashboard-work-order-issue-type-group-stats-vo';
|
|
93
|
+
export * from './dashboard-work-order-list-search-dto';
|
|
89
94
|
export * from './dashboard-work-order-park-group-stats-vo';
|
|
90
95
|
export * from './dashboard-work-order-type-group-stats-vo';
|
|
91
96
|
export * from './dashboard-work-order-type-subcategory-group-stats-vo';
|
|
@@ -198,8 +203,11 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
198
203
|
export * from './json-result-list-area-park-dto';
|
|
199
204
|
export * from './json-result-list-calendar-entity';
|
|
200
205
|
export * from './json-result-list-center-list-dto';
|
|
206
|
+
export * from './json-result-list-dashboard-access-park-group-stats-vo';
|
|
207
|
+
export * from './json-result-list-dashboard-access-source-group-stats-vo';
|
|
201
208
|
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
202
209
|
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
210
|
+
export * from './json-result-list-dashboard-series-stats-base-vo';
|
|
203
211
|
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
204
212
|
export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
205
213
|
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
@@ -209,6 +217,7 @@ export * from './json-result-list-equipment-detail-dto';
|
|
|
209
217
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
210
218
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
211
219
|
export * from './json-result-list-equipment-tree-dto';
|
|
220
|
+
export * from './json-result-list-inspection-point';
|
|
212
221
|
export * from './json-result-list-inspection-standard-entity';
|
|
213
222
|
export * from './json-result-list-maintenance-standard-entity';
|
|
214
223
|
export * from './json-result-list-park-list-dto';
|
|
@@ -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 { DashboardAccessParkGroupStatsVO } from './dashboard-access-park-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardAccessParkGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardAccessParkGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardAccessParkGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardAccessParkGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
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 { DashboardAccessSourceGroupStatsVO } from './dashboard-access-source-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardAccessSourceGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardAccessSourceGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardAccessSourceGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardAccessSourceGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
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 { DashboardSeriesStatsBaseVO } from './dashboard-series-stats-base-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardSeriesStatsBaseVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardSeriesStatsBaseVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardSeriesStatsBaseVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardSeriesStatsBaseVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
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 { InspectionPoint } from './inspection-point';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListInspectionPoint
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListInspectionPoint {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListInspectionPoint
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListInspectionPoint
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListInspectionPoint
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<InspectionPoint>}
|
|
50
|
+
* @memberof JsonResultListInspectionPoint
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<InspectionPoint> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListInspectionPoint
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListInspectionPoint
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListInspectionPoint
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
package/models/park-list-dto.ts
CHANGED
|
@@ -68,5 +68,29 @@ export interface ParkListDTO {
|
|
|
68
68
|
* @memberof ParkListDTO
|
|
69
69
|
*/
|
|
70
70
|
'latitude'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* srm大区编码
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ParkListDTO
|
|
75
|
+
*/
|
|
76
|
+
'srmAreaCode'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* srm大区名称
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ParkListDTO
|
|
81
|
+
*/
|
|
82
|
+
'srmAreaName'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* srm小微编码
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ParkListDTO
|
|
87
|
+
*/
|
|
88
|
+
'srmXwCode'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* srm小微名称
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ParkListDTO
|
|
93
|
+
*/
|
|
94
|
+
'srmXwName'?: string;
|
|
71
95
|
}
|
|
72
96
|
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {number}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cuserId'?: number;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {string}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cid'?: string;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|
|
@@ -179,6 +179,18 @@ export interface WorkOrderSearchDTO {
|
|
|
179
179
|
* @memberof WorkOrderSearchDTO
|
|
180
180
|
*/
|
|
181
181
|
'equipmentIds'?: Array<number>;
|
|
182
|
+
/**
|
|
183
|
+
* 园区名称
|
|
184
|
+
* @type {string}
|
|
185
|
+
* @memberof WorkOrderSearchDTO
|
|
186
|
+
*/
|
|
187
|
+
'parkName'?: string;
|
|
188
|
+
/**
|
|
189
|
+
* 设备名称列表
|
|
190
|
+
* @type {Array<string>}
|
|
191
|
+
* @memberof WorkOrderSearchDTO
|
|
192
|
+
*/
|
|
193
|
+
'equipmentNames'?: Array<string>;
|
|
182
194
|
}
|
|
183
195
|
|
|
184
196
|
export const WorkOrderSearchDTOSpotCheckStatusEnum = {
|