@gizone/rrs-client 4.2.0-alpha.356 → 4.2.0-alpha.359
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 +4 -0
- package/apis/setting-api.ts +310 -0
- package/apis/work-order-api.ts +310 -0
- package/dist/apis/setting-api.d.ts +166 -0
- package/dist/apis/setting-api.js +225 -0
- package/dist/apis/work-order-api.d.ts +166 -0
- package/dist/apis/work-order-api.js +225 -0
- package/dist/esm/apis/setting-api.d.ts +166 -0
- package/dist/esm/apis/setting-api.js +225 -0
- package/dist/esm/apis/work-order-api.d.ts +166 -0
- package/dist/esm/apis/work-order-api.js +225 -0
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/inspection-standard-dto.d.ts +1 -1
- package/dist/esm/models/inspection-standard-entity.d.ts +1 -1
- package/dist/esm/models/json-result-list-work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-execution-time-settings-entity.js +14 -0
- package/dist/esm/models/json-result-work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-work-order-execution-time-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/maintenance-standard-dto.d.ts +1 -1
- package/dist/esm/models/maintenance-standard-entity.d.ts +1 -1
- package/dist/esm/models/work-order-execution-time-settings-add-or-update-vo.d.ts +38 -0
- package/dist/esm/models/work-order-execution-time-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/esm/models/work-order-execution-time-settings-entity.js +14 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-issue-type-enum.js +2 -1
- package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/inspection-standard-dto.d.ts +1 -1
- package/dist/models/inspection-standard-entity.d.ts +1 -1
- package/dist/models/json-result-list-work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/models/json-result-list-work-order-execution-time-settings-entity.js +15 -0
- package/dist/models/json-result-work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/models/json-result-work-order-execution-time-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/maintenance-standard-dto.d.ts +1 -1
- package/dist/models/maintenance-standard-entity.d.ts +1 -1
- package/dist/models/work-order-execution-time-settings-add-or-update-vo.d.ts +38 -0
- package/dist/models/work-order-execution-time-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-execution-time-settings-entity.d.ts +62 -0
- package/dist/models/work-order-execution-time-settings-entity.js +15 -0
- package/dist/models/work-order-issue-type-enum.d.ts +1 -0
- package/dist/models/work-order-issue-type-enum.js +2 -1
- package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/index.ts +4 -0
- package/models/inspection-standard-add-or-update-vo.ts +1 -1
- package/models/inspection-standard-dto.ts +1 -1
- package/models/inspection-standard-entity.ts +1 -1
- package/models/json-result-list-work-order-execution-time-settings-entity.ts +72 -0
- package/models/json-result-work-order-execution-time-settings-entity.ts +72 -0
- package/models/maintenance-standard-add-or-update-vo.ts +1 -1
- package/models/maintenance-standard-dto.ts +1 -1
- package/models/maintenance-standard-entity.ts +1 -1
- package/models/work-order-execution-time-settings-add-or-update-vo.ts +50 -0
- package/models/work-order-execution-time-settings-entity.ts +74 -0
- package/models/work-order-issue-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -42,5 +42,6 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
42
42
|
readonly CrystalHeadDamage: "CRYSTAL_HEAD_DAMAGE";
|
|
43
43
|
readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
|
|
44
44
|
readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
|
|
45
|
+
readonly MonitoringCoverageAlert: "MONITORING_COVERAGE_ALERT";
|
|
45
46
|
};
|
|
46
47
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -43,5 +43,6 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
43
43
|
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
44
44
|
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
45
45
|
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
46
|
-
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
46
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT',
|
|
47
|
+
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT'
|
|
47
48
|
};
|
package/dist/models/index.d.ts
CHANGED
|
@@ -200,6 +200,7 @@ export * from './json-result-list-work-order-circulation-settings-entity';
|
|
|
200
200
|
export * from './json-result-list-work-order-circulation-vo';
|
|
201
201
|
export * from './json-result-list-work-order-comment-entity';
|
|
202
202
|
export * from './json-result-list-work-order-dept-settings-entity';
|
|
203
|
+
export * from './json-result-list-work-order-execution-time-settings-entity';
|
|
203
204
|
export * from './json-result-list-work-order-inspection-detail-dto';
|
|
204
205
|
export * from './json-result-list-work-order-push-settings-entity';
|
|
205
206
|
export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
|
|
@@ -246,6 +247,7 @@ export * from './json-result-violation-work-order-details-dto';
|
|
|
246
247
|
export * from './json-result-void';
|
|
247
248
|
export * from './json-result-work-order-dept-settings-entity';
|
|
248
249
|
export * from './json-result-work-order-detail-dto';
|
|
250
|
+
export * from './json-result-work-order-execution-time-settings-entity';
|
|
249
251
|
export * from './login-body';
|
|
250
252
|
export * from './login-type-enum';
|
|
251
253
|
export * from './maintenance-history-dto';
|
|
@@ -432,6 +434,8 @@ export * from './work-order-dept-settings-add-or-update-vo';
|
|
|
432
434
|
export * from './work-order-dept-settings-entity';
|
|
433
435
|
export * from './work-order-detail-dto';
|
|
434
436
|
export * from './work-order-distribute-leaflets-vo';
|
|
437
|
+
export * from './work-order-execution-time-settings-add-or-update-vo';
|
|
438
|
+
export * from './work-order-execution-time-settings-entity';
|
|
435
439
|
export * from './work-order-ext-data';
|
|
436
440
|
export * from './work-order-handler-dto';
|
|
437
441
|
export * from './work-order-handler-status-enum';
|
package/dist/models/index.js
CHANGED
|
@@ -216,6 +216,7 @@ __exportStar(require("./json-result-list-work-order-circulation-settings-entity"
|
|
|
216
216
|
__exportStar(require("./json-result-list-work-order-circulation-vo"), exports);
|
|
217
217
|
__exportStar(require("./json-result-list-work-order-comment-entity"), exports);
|
|
218
218
|
__exportStar(require("./json-result-list-work-order-dept-settings-entity"), exports);
|
|
219
|
+
__exportStar(require("./json-result-list-work-order-execution-time-settings-entity"), exports);
|
|
219
220
|
__exportStar(require("./json-result-list-work-order-inspection-detail-dto"), exports);
|
|
220
221
|
__exportStar(require("./json-result-list-work-order-push-settings-entity"), exports);
|
|
221
222
|
__exportStar(require("./json-result-list-work-order-step-by-step-push-user-details-dto"), exports);
|
|
@@ -262,6 +263,7 @@ __exportStar(require("./json-result-violation-work-order-details-dto"), exports)
|
|
|
262
263
|
__exportStar(require("./json-result-void"), exports);
|
|
263
264
|
__exportStar(require("./json-result-work-order-dept-settings-entity"), exports);
|
|
264
265
|
__exportStar(require("./json-result-work-order-detail-dto"), exports);
|
|
266
|
+
__exportStar(require("./json-result-work-order-execution-time-settings-entity"), exports);
|
|
265
267
|
__exportStar(require("./login-body"), exports);
|
|
266
268
|
__exportStar(require("./login-type-enum"), exports);
|
|
267
269
|
__exportStar(require("./maintenance-history-dto"), exports);
|
|
@@ -448,6 +450,8 @@ __exportStar(require("./work-order-dept-settings-add-or-update-vo"), exports);
|
|
|
448
450
|
__exportStar(require("./work-order-dept-settings-entity"), exports);
|
|
449
451
|
__exportStar(require("./work-order-detail-dto"), exports);
|
|
450
452
|
__exportStar(require("./work-order-distribute-leaflets-vo"), exports);
|
|
453
|
+
__exportStar(require("./work-order-execution-time-settings-add-or-update-vo"), exports);
|
|
454
|
+
__exportStar(require("./work-order-execution-time-settings-entity"), exports);
|
|
451
455
|
__exportStar(require("./work-order-ext-data"), exports);
|
|
452
456
|
__exportStar(require("./work-order-handler-dto"), exports);
|
|
453
457
|
__exportStar(require("./work-order-handler-status-enum"), 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 { WorkOrderExecutionTimeSettingsEntity } from './work-order-execution-time-settings-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListWorkOrderExecutionTimeSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<WorkOrderExecutionTimeSettingsEntity>}
|
|
41
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<WorkOrderExecutionTimeSettingsEntity> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
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 { WorkOrderExecutionTimeSettingsEntity } from './work-order-execution-time-settings-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultWorkOrderExecutionTimeSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {WorkOrderExecutionTimeSettingsEntity}
|
|
41
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: WorkOrderExecutionTimeSettingsEntity | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultWorkOrderExecutionTimeSettingsEntity
|
|
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,38 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 工单执行时效配置
|
|
16
|
+
* @export
|
|
17
|
+
* @interface WorkOrderExecutionTimeSettingsAddOrUpdateVo
|
|
18
|
+
*/
|
|
19
|
+
export interface WorkOrderExecutionTimeSettingsAddOrUpdateVo {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {WorkOrderTypeEnum}
|
|
23
|
+
* @memberof WorkOrderExecutionTimeSettingsAddOrUpdateVo
|
|
24
|
+
*/
|
|
25
|
+
'workOrderType': WorkOrderTypeEnum;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
29
|
+
* @memberof WorkOrderExecutionTimeSettingsAddOrUpdateVo
|
|
30
|
+
*/
|
|
31
|
+
'workOrderIssueType': WorkOrderIssueTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 执行时效(分钟)
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof WorkOrderExecutionTimeSettingsAddOrUpdateVo
|
|
36
|
+
*/
|
|
37
|
+
'executionTime'?: number;
|
|
38
|
+
}
|
|
@@ -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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 返回数据,可以是任意类型的值
|
|
16
|
+
* @export
|
|
17
|
+
* @interface WorkOrderExecutionTimeSettingsEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface WorkOrderExecutionTimeSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 园区id
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'parkId'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderTypeEnum}
|
|
29
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
30
|
+
*/
|
|
31
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
35
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 执行时效(分钟)
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
'executionTime'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 创建时间
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
'createTime'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 更新时间
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
54
|
+
*/
|
|
55
|
+
'updateTime'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 是否删除 1未删除 0删除
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof WorkOrderExecutionTimeSettingsEntity
|
|
60
|
+
*/
|
|
61
|
+
'isDelete'?: number;
|
|
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 });
|
|
@@ -42,5 +42,6 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
42
42
|
readonly CrystalHeadDamage: "CRYSTAL_HEAD_DAMAGE";
|
|
43
43
|
readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
|
|
44
44
|
readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
|
|
45
|
+
readonly MonitoringCoverageAlert: "MONITORING_COVERAGE_ALERT";
|
|
45
46
|
};
|
|
46
47
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -46,5 +46,6 @@ exports.WorkOrderIssueTypeEnum = {
|
|
|
46
46
|
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
47
47
|
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
48
48
|
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
49
|
-
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
49
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT',
|
|
50
|
+
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT'
|
|
50
51
|
};
|
package/models/index.ts
CHANGED
|
@@ -200,6 +200,7 @@ export * from './json-result-list-work-order-circulation-settings-entity';
|
|
|
200
200
|
export * from './json-result-list-work-order-circulation-vo';
|
|
201
201
|
export * from './json-result-list-work-order-comment-entity';
|
|
202
202
|
export * from './json-result-list-work-order-dept-settings-entity';
|
|
203
|
+
export * from './json-result-list-work-order-execution-time-settings-entity';
|
|
203
204
|
export * from './json-result-list-work-order-inspection-detail-dto';
|
|
204
205
|
export * from './json-result-list-work-order-push-settings-entity';
|
|
205
206
|
export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
|
|
@@ -246,6 +247,7 @@ export * from './json-result-violation-work-order-details-dto';
|
|
|
246
247
|
export * from './json-result-void';
|
|
247
248
|
export * from './json-result-work-order-dept-settings-entity';
|
|
248
249
|
export * from './json-result-work-order-detail-dto';
|
|
250
|
+
export * from './json-result-work-order-execution-time-settings-entity';
|
|
249
251
|
export * from './login-body';
|
|
250
252
|
export * from './login-type-enum';
|
|
251
253
|
export * from './maintenance-history-dto';
|
|
@@ -432,6 +434,8 @@ export * from './work-order-dept-settings-add-or-update-vo';
|
|
|
432
434
|
export * from './work-order-dept-settings-entity';
|
|
433
435
|
export * from './work-order-detail-dto';
|
|
434
436
|
export * from './work-order-distribute-leaflets-vo';
|
|
437
|
+
export * from './work-order-execution-time-settings-add-or-update-vo';
|
|
438
|
+
export * from './work-order-execution-time-settings-entity';
|
|
435
439
|
export * from './work-order-ext-data';
|
|
436
440
|
export * from './work-order-handler-dto';
|
|
437
441
|
export * from './work-order-handler-status-enum';
|
|
@@ -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 { WorkOrderExecutionTimeSettingsEntity } from './work-order-execution-time-settings-entity';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListWorkOrderExecutionTimeSettingsEntity {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<WorkOrderExecutionTimeSettingsEntity>}
|
|
50
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<WorkOrderExecutionTimeSettingsEntity> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListWorkOrderExecutionTimeSettingsEntity
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|