@gizone/rrs-client 4.2.7-alpha.437 → 4.2.7-alpha.439
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 +14 -0
- package/apis/common-api.ts +286 -0
- package/apis/dashboard-api.ts +368 -0
- package/apis/work-order-api.ts +134 -10
- package/dist/apis/common-api.d.ts +149 -0
- package/dist/apis/common-api.js +215 -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 +149 -0
- package/dist/esm/apis/common-api.js +215 -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 +14 -0
- package/dist/esm/models/index.js +14 -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/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
- package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/esm/models/json-result-srm-center-entity.js +14 -0
- package/dist/esm/models/park-list-dto.d.ts +24 -0
- package/dist/esm/models/srm-center-entity.d.ts +54 -0
- package/dist/esm/models/srm-center-entity.js +14 -0
- package/dist/esm/models/srm-center-vo.d.ts +54 -0
- package/dist/esm/models/srm-center-vo.js +14 -0
- package/dist/esm/models/srm-level-add-dto.d.ts +48 -0
- package/dist/esm/models/srm-level-add-dto.js +14 -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 +14 -0
- package/dist/models/index.js +14 -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/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/models/json-result-list-srm-center-vo.js +15 -0
- package/dist/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/models/json-result-srm-center-entity.js +15 -0
- package/dist/models/park-list-dto.d.ts +24 -0
- package/dist/models/srm-center-entity.d.ts +54 -0
- package/dist/models/srm-center-entity.js +15 -0
- package/dist/models/srm-center-vo.d.ts +54 -0
- package/dist/models/srm-center-vo.js +15 -0
- package/dist/models/srm-level-add-dto.d.ts +48 -0
- package/dist/models/srm-level-add-dto.js +15 -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 +14 -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/json-result-list-srm-center-vo.ts +72 -0
- package/models/json-result-srm-center-entity.ts +72 -0
- package/models/park-list-dto.ts +24 -0
- package/models/srm-center-entity.ts +60 -0
- package/models/srm-center-vo.ts +60 -0
- package/models/srm-level-add-dto.ts +54 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-search-dto.ts +12 -0
- package/package.json +1 -1
|
@@ -57,4 +57,40 @@ export interface DashboardWorkOrderParkGroupStatsVO {
|
|
|
57
57
|
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
58
58
|
*/
|
|
59
59
|
'completionRate'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* srm大区编码
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
64
|
+
*/
|
|
65
|
+
'srmAreaCode'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* srm大区名称
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
70
|
+
*/
|
|
71
|
+
'srmAreaName'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* srm小微编码
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
76
|
+
*/
|
|
77
|
+
'srmXwCode'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* srm小微名称
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
82
|
+
*/
|
|
83
|
+
'srmXwName'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* srm中心名称
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
88
|
+
*/
|
|
89
|
+
'srmCenterName'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* srm中心编码
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof DashboardWorkOrderParkGroupStatsVO
|
|
94
|
+
*/
|
|
95
|
+
'srmCenterCode'?: string;
|
|
60
96
|
}
|
|
@@ -155,4 +155,28 @@ export interface DeptRelationDTO {
|
|
|
155
155
|
* @memberof DeptRelationDTO
|
|
156
156
|
*/
|
|
157
157
|
'srmParkCode'?: string;
|
|
158
|
+
/**
|
|
159
|
+
* srm大区编码
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof DeptRelationDTO
|
|
162
|
+
*/
|
|
163
|
+
'srmAreaCode'?: string;
|
|
164
|
+
/**
|
|
165
|
+
* srm大区名称
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof DeptRelationDTO
|
|
168
|
+
*/
|
|
169
|
+
'srmAreaName'?: string;
|
|
170
|
+
/**
|
|
171
|
+
* srm小微编码
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof DeptRelationDTO
|
|
174
|
+
*/
|
|
175
|
+
'srmXwCode'?: string;
|
|
176
|
+
/**
|
|
177
|
+
* srm小微名称
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof DeptRelationDTO
|
|
180
|
+
*/
|
|
181
|
+
'srmXwName'?: string;
|
|
158
182
|
}
|
package/dist/models/index.d.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';
|
|
@@ -219,6 +228,7 @@ export * from './json-result-list-space-point-dto';
|
|
|
219
228
|
export * from './json-result-list-space-qr-code-dto';
|
|
220
229
|
export * from './json-result-list-space-tree-dto';
|
|
221
230
|
export * from './json-result-list-space-url-dto';
|
|
231
|
+
export * from './json-result-list-srm-center-vo';
|
|
222
232
|
export * from './json-result-list-supplier-select-dto';
|
|
223
233
|
export * from './json-result-list-surveillance-settings-coverage-standard-dto';
|
|
224
234
|
export * from './json-result-list-sys-dept';
|
|
@@ -259,6 +269,7 @@ export * from './json-result-period-detail-resp';
|
|
|
259
269
|
export * from './json-result-plan-detail-dto';
|
|
260
270
|
export * from './json-result-space-add-redis-list-dto';
|
|
261
271
|
export * from './json-result-space-image-detail-dto';
|
|
272
|
+
export * from './json-result-srm-center-entity';
|
|
262
273
|
export * from './json-result-string';
|
|
263
274
|
export * from './json-result-supplier-contract-details-dto';
|
|
264
275
|
export * from './json-result-supplier-entity';
|
|
@@ -378,6 +389,9 @@ export * from './space-type-enum';
|
|
|
378
389
|
export * from './space-url-add-vo';
|
|
379
390
|
export * from './space-url-dto';
|
|
380
391
|
export * from './space-url-edit-vo';
|
|
392
|
+
export * from './srm-center-entity';
|
|
393
|
+
export * from './srm-center-vo';
|
|
394
|
+
export * from './srm-level-add-dto';
|
|
381
395
|
export * from './srm-park-contract-change-vo';
|
|
382
396
|
export * from './standard-delete-vo';
|
|
383
397
|
export * from './sub-buttons';
|
package/dist/models/index.js
CHANGED
|
@@ -91,10 +91,14 @@ __exportStar(require("./captcha-type-enum"), exports);
|
|
|
91
91
|
__exportStar(require("./center-list-dto"), exports);
|
|
92
92
|
__exportStar(require("./change-password-dto"), exports);
|
|
93
93
|
__exportStar(require("./choose-pak-body"), exports);
|
|
94
|
+
__exportStar(require("./dashboard-access-park-group-stats-vo"), exports);
|
|
95
|
+
__exportStar(require("./dashboard-access-search-dto"), exports);
|
|
96
|
+
__exportStar(require("./dashboard-access-source-group-stats-vo"), exports);
|
|
94
97
|
__exportStar(require("./dashboard-base-search-dto"), exports);
|
|
95
98
|
__exportStar(require("./dashboard-equipment-park-group-stats-vo"), exports);
|
|
96
99
|
__exportStar(require("./dashboard-equipment-search-dto"), exports);
|
|
97
100
|
__exportStar(require("./dashboard-equipment-system-group-stats-vo"), exports);
|
|
101
|
+
__exportStar(require("./dashboard-series-stats-base-vo"), exports);
|
|
98
102
|
__exportStar(require("./dashboard-surveillance-functional-area-group-stats-vo"), exports);
|
|
99
103
|
__exportStar(require("./dashboard-surveillance-park-group-stats-vo"), exports);
|
|
100
104
|
__exportStar(require("./dashboard-surveillance-search-dto"), exports);
|
|
@@ -102,6 +106,7 @@ __exportStar(require("./dashboard-work-order-by-park-search-dto"), exports);
|
|
|
102
106
|
__exportStar(require("./dashboard-work-order-by-work-order-type-search-dto"), exports);
|
|
103
107
|
__exportStar(require("./dashboard-work-order-by-work-order-type-subcategory-search-dto"), exports);
|
|
104
108
|
__exportStar(require("./dashboard-work-order-issue-type-group-stats-vo"), exports);
|
|
109
|
+
__exportStar(require("./dashboard-work-order-list-search-dto"), exports);
|
|
105
110
|
__exportStar(require("./dashboard-work-order-park-group-stats-vo"), exports);
|
|
106
111
|
__exportStar(require("./dashboard-work-order-type-group-stats-vo"), exports);
|
|
107
112
|
__exportStar(require("./dashboard-work-order-type-subcategory-group-stats-vo"), exports);
|
|
@@ -214,8 +219,11 @@ __exportStar(require("./json-result-list-applet-sys-user-drop-down-box-list-dto"
|
|
|
214
219
|
__exportStar(require("./json-result-list-area-park-dto"), exports);
|
|
215
220
|
__exportStar(require("./json-result-list-calendar-entity"), exports);
|
|
216
221
|
__exportStar(require("./json-result-list-center-list-dto"), exports);
|
|
222
|
+
__exportStar(require("./json-result-list-dashboard-access-park-group-stats-vo"), exports);
|
|
223
|
+
__exportStar(require("./json-result-list-dashboard-access-source-group-stats-vo"), exports);
|
|
217
224
|
__exportStar(require("./json-result-list-dashboard-equipment-park-group-stats-vo"), exports);
|
|
218
225
|
__exportStar(require("./json-result-list-dashboard-equipment-system-group-stats-vo"), exports);
|
|
226
|
+
__exportStar(require("./json-result-list-dashboard-series-stats-base-vo"), exports);
|
|
219
227
|
__exportStar(require("./json-result-list-dashboard-surveillance-functional-area-group-stats-vo"), exports);
|
|
220
228
|
__exportStar(require("./json-result-list-dashboard-surveillance-park-group-stats-vo"), exports);
|
|
221
229
|
__exportStar(require("./json-result-list-dashboard-work-order-park-group-stats-vo"), exports);
|
|
@@ -225,6 +233,7 @@ __exportStar(require("./json-result-list-equipment-detail-dto"), exports);
|
|
|
225
233
|
__exportStar(require("./json-result-list-equipment-qr-code-dto"), exports);
|
|
226
234
|
__exportStar(require("./json-result-list-equipment-system-tree-dto"), exports);
|
|
227
235
|
__exportStar(require("./json-result-list-equipment-tree-dto"), exports);
|
|
236
|
+
__exportStar(require("./json-result-list-inspection-point"), exports);
|
|
228
237
|
__exportStar(require("./json-result-list-inspection-standard-entity"), exports);
|
|
229
238
|
__exportStar(require("./json-result-list-maintenance-standard-entity"), exports);
|
|
230
239
|
__exportStar(require("./json-result-list-park-list-dto"), exports);
|
|
@@ -235,6 +244,7 @@ __exportStar(require("./json-result-list-space-point-dto"), exports);
|
|
|
235
244
|
__exportStar(require("./json-result-list-space-qr-code-dto"), exports);
|
|
236
245
|
__exportStar(require("./json-result-list-space-tree-dto"), exports);
|
|
237
246
|
__exportStar(require("./json-result-list-space-url-dto"), exports);
|
|
247
|
+
__exportStar(require("./json-result-list-srm-center-vo"), exports);
|
|
238
248
|
__exportStar(require("./json-result-list-supplier-select-dto"), exports);
|
|
239
249
|
__exportStar(require("./json-result-list-surveillance-settings-coverage-standard-dto"), exports);
|
|
240
250
|
__exportStar(require("./json-result-list-sys-dept"), exports);
|
|
@@ -275,6 +285,7 @@ __exportStar(require("./json-result-period-detail-resp"), exports);
|
|
|
275
285
|
__exportStar(require("./json-result-plan-detail-dto"), exports);
|
|
276
286
|
__exportStar(require("./json-result-space-add-redis-list-dto"), exports);
|
|
277
287
|
__exportStar(require("./json-result-space-image-detail-dto"), exports);
|
|
288
|
+
__exportStar(require("./json-result-srm-center-entity"), exports);
|
|
278
289
|
__exportStar(require("./json-result-string"), exports);
|
|
279
290
|
__exportStar(require("./json-result-supplier-contract-details-dto"), exports);
|
|
280
291
|
__exportStar(require("./json-result-supplier-entity"), exports);
|
|
@@ -394,6 +405,9 @@ __exportStar(require("./space-type-enum"), exports);
|
|
|
394
405
|
__exportStar(require("./space-url-add-vo"), exports);
|
|
395
406
|
__exportStar(require("./space-url-dto"), exports);
|
|
396
407
|
__exportStar(require("./space-url-edit-vo"), exports);
|
|
408
|
+
__exportStar(require("./srm-center-entity"), exports);
|
|
409
|
+
__exportStar(require("./srm-center-vo"), exports);
|
|
410
|
+
__exportStar(require("./srm-level-add-dto"), exports);
|
|
397
411
|
__exportStar(require("./srm-park-contract-change-vo"), exports);
|
|
398
412
|
__exportStar(require("./standard-delete-vo"), exports);
|
|
399
413
|
__exportStar(require("./sub-buttons"), exports);
|
|
@@ -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 { DashboardAccessParkGroupStatsVO } from './dashboard-access-park-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardAccessParkGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardAccessParkGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardAccessParkGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardAccessParkGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardAccessParkGroupStatsVO
|
|
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 { DashboardAccessSourceGroupStatsVO } from './dashboard-access-source-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardAccessSourceGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardAccessSourceGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardAccessSourceGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardAccessSourceGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardAccessSourceGroupStatsVO
|
|
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 { DashboardSeriesStatsBaseVO } from './dashboard-series-stats-base-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardSeriesStatsBaseVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardSeriesStatsBaseVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardSeriesStatsBaseVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardSeriesStatsBaseVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardSeriesStatsBaseVO
|
|
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 });
|
|
@@ -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 { SrmCenterVO } from './srm-center-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListSrmCenterVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListSrmCenterVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListSrmCenterVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListSrmCenterVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListSrmCenterVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<SrmCenterVO>}
|
|
41
|
+
* @memberof JsonResultListSrmCenterVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<SrmCenterVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListSrmCenterVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListSrmCenterVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListSrmCenterVO
|
|
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 { SrmCenterEntity } from './srm-center-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultSrmCenterEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultSrmCenterEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultSrmCenterEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultSrmCenterEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultSrmCenterEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {SrmCenterEntity}
|
|
41
|
+
* @memberof JsonResultSrmCenterEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: SrmCenterEntity | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultSrmCenterEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultSrmCenterEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultSrmCenterEntity
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|