@gizone/rrs-client 4.2.0-alpha.361 → 4.2.0-alpha.363
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 +7 -6
- package/apis/message-api.ts +0 -178
- package/apis/notification-api.ts +133 -227
- package/apis/setting-api.ts +61 -61
- package/apis/work-order-api.ts +129 -129
- package/dist/apis/message-api.d.ts +0 -93
- package/dist/apis/message-api.js +0 -139
- package/dist/apis/notification-api.d.ts +90 -135
- package/dist/apis/notification-api.js +99 -174
- package/dist/apis/setting-api.d.ts +40 -40
- package/dist/apis/setting-api.js +40 -40
- package/dist/apis/work-order-api.d.ts +81 -81
- package/dist/apis/work-order-api.js +92 -92
- package/dist/esm/apis/message-api.d.ts +0 -93
- package/dist/esm/apis/message-api.js +1 -140
- package/dist/esm/apis/notification-api.d.ts +90 -135
- package/dist/esm/apis/notification-api.js +99 -174
- package/dist/esm/apis/setting-api.d.ts +40 -40
- package/dist/esm/apis/setting-api.js +40 -40
- package/dist/esm/apis/work-order-api.d.ts +81 -81
- package/dist/esm/apis/work-order-api.js +92 -92
- package/dist/esm/models/index.d.ts +7 -6
- package/dist/esm/models/index.js +7 -6
- package/dist/esm/models/{json-result-list-work-order-execution-time-settings-entity.d.ts → json-result-list-work-order-issue-type-settings-entity.d.ts} +12 -12
- package/dist/{models/json-result-work-order-execution-time-settings-entity.d.ts → esm/models/json-result-notice-entity.d.ts} +12 -12
- package/dist/esm/models/{json-result-work-order-execution-time-settings-entity.d.ts → json-result-work-order-issue-type-settings-entity.d.ts} +12 -12
- package/dist/{models/sys-user-msg-notice-add-vo.d.ts → esm/models/notice-add-vo.d.ts} +8 -8
- package/dist/esm/models/notice-entity.d.ts +90 -0
- package/dist/esm/models/{work-order-execution-time-settings-add-or-update-vo.d.ts → work-order-issue-type-settings-add-or-update-vo.d.ts} +11 -5
- package/dist/esm/models/{work-order-execution-time-settings-entity.d.ts → work-order-issue-type-settings-entity.d.ts} +15 -9
- package/dist/esm/models/work-order-issue-type-settings-entity.js +14 -0
- package/dist/models/index.d.ts +7 -6
- package/dist/models/index.js +7 -6
- package/dist/models/{json-result-list-work-order-execution-time-settings-entity.d.ts → json-result-list-work-order-issue-type-settings-entity.d.ts} +12 -12
- package/dist/models/json-result-notice-entity.d.ts +62 -0
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +62 -0
- package/dist/{esm/models/sys-user-msg-notice-add-vo.d.ts → models/notice-add-vo.d.ts} +8 -8
- package/dist/models/notice-entity.d.ts +90 -0
- package/dist/models/{work-order-execution-time-settings-add-or-update-vo.d.ts → work-order-issue-type-settings-add-or-update-vo.d.ts} +11 -5
- package/dist/models/{work-order-execution-time-settings-entity.d.ts → work-order-issue-type-settings-entity.d.ts} +15 -9
- package/dist/models/work-order-issue-type-settings-entity.js +15 -0
- package/models/index.ts +7 -6
- package/models/{json-result-list-work-order-execution-time-settings-entity.ts → json-result-list-work-order-issue-type-settings-entity.ts} +12 -12
- package/models/{json-result-work-order-execution-time-settings-entity.ts → json-result-notice-entity.ts} +12 -12
- package/models/json-result-work-order-issue-type-settings-entity.ts +72 -0
- package/models/{sys-user-msg-notice-add-vo.ts → notice-add-vo.ts} +8 -8
- package/models/notice-entity.ts +96 -0
- package/models/{work-order-execution-time-settings-add-or-update-vo.ts → work-order-issue-type-settings-add-or-update-vo.ts} +11 -5
- package/models/{work-order-execution-time-settings-entity.ts → work-order-issue-type-settings-entity.ts} +15 -9
- package/package.json +1 -1
- package/dist/esm/models/notice-vo.d.ts +0 -86
- package/dist/models/notice-vo.d.ts +0 -86
- package/models/notice-vo.ts +0 -90
- /package/dist/esm/models/{json-result-list-work-order-execution-time-settings-entity.js → json-result-list-work-order-issue-type-settings-entity.js} +0 -0
- /package/dist/esm/models/{json-result-work-order-execution-time-settings-entity.js → json-result-notice-entity.js} +0 -0
- /package/dist/esm/models/{notice-vo.js → json-result-work-order-issue-type-settings-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-notice-add-vo.js → notice-add-vo.js} +0 -0
- /package/dist/esm/models/{work-order-execution-time-settings-add-or-update-vo.js → notice-entity.js} +0 -0
- /package/dist/esm/models/{work-order-execution-time-settings-entity.js → work-order-issue-type-settings-add-or-update-vo.js} +0 -0
- /package/dist/models/{json-result-list-work-order-execution-time-settings-entity.js → json-result-list-work-order-issue-type-settings-entity.js} +0 -0
- /package/dist/models/{json-result-work-order-execution-time-settings-entity.js → json-result-notice-entity.js} +0 -0
- /package/dist/models/{notice-vo.js → json-result-work-order-issue-type-settings-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-notice-add-vo.js → notice-add-vo.js} +0 -0
- /package/dist/models/{work-order-execution-time-settings-add-or-update-vo.js → notice-entity.js} +0 -0
- /package/dist/models/{work-order-execution-time-settings-entity.js → work-order-issue-type-settings-add-or-update-vo.js} +0 -0
|
@@ -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 { WorkOrderIssueTypeSettingsEntity } from './work-order-issue-type-settings-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultWorkOrderIssueTypeSettingsEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultWorkOrderIssueTypeSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {WorkOrderIssueTypeSettingsEntity}
|
|
41
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: WorkOrderIssueTypeSettingsEntity | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -10,27 +10,27 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 园区公告新增参数
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface NoticeAddVo
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface NoticeAddVo {
|
|
18
18
|
/**
|
|
19
19
|
* 园区ID
|
|
20
20
|
* @type {number}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof NoticeAddVo
|
|
22
22
|
*/
|
|
23
23
|
'parkId': number;
|
|
24
24
|
/**
|
|
25
25
|
* 标题
|
|
26
26
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof NoticeAddVo
|
|
28
28
|
*/
|
|
29
29
|
'title': string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 内容
|
|
32
32
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
33
|
+
* @memberof NoticeAddVo
|
|
34
34
|
*/
|
|
35
|
-
'
|
|
35
|
+
'content': string;
|
|
36
36
|
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 返回数据,可以是任意类型的值
|
|
14
|
+
* @export
|
|
15
|
+
* @interface NoticeEntity
|
|
16
|
+
*/
|
|
17
|
+
export interface NoticeEntity {
|
|
18
|
+
/**
|
|
19
|
+
* Id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof NoticeEntity
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 标题
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NoticeEntity
|
|
28
|
+
*/
|
|
29
|
+
'title'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 内容
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NoticeEntity
|
|
34
|
+
*/
|
|
35
|
+
'content'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 发布人id
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof NoticeEntity
|
|
40
|
+
*/
|
|
41
|
+
'publisherUserId'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 发布人名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof NoticeEntity
|
|
46
|
+
*/
|
|
47
|
+
'publisherName'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 发布时间
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof NoticeEntity
|
|
52
|
+
*/
|
|
53
|
+
'publisherTime'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 园区Id
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof NoticeEntity
|
|
58
|
+
*/
|
|
59
|
+
'parkId'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 来源 1:园区发布 2:保险生成
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof NoticeEntity
|
|
64
|
+
*/
|
|
65
|
+
'source'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 来源ID
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof NoticeEntity
|
|
70
|
+
*/
|
|
71
|
+
'sourceId'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 创建时间
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof NoticeEntity
|
|
76
|
+
*/
|
|
77
|
+
'createTime'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 更新时间
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof NoticeEntity
|
|
82
|
+
*/
|
|
83
|
+
'updateTime'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 是否删除 0删除 1未删除
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof NoticeEntity
|
|
88
|
+
*/
|
|
89
|
+
'isDelete'?: number;
|
|
90
|
+
}
|
|
@@ -14,25 +14,31 @@ import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
|
14
14
|
/**
|
|
15
15
|
* 工单执行时效配置
|
|
16
16
|
* @export
|
|
17
|
-
* @interface
|
|
17
|
+
* @interface WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
18
18
|
*/
|
|
19
|
-
export interface
|
|
19
|
+
export interface WorkOrderIssueTypeSettingsAddOrUpdateVo {
|
|
20
|
+
/**
|
|
21
|
+
* id
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
24
|
+
*/
|
|
25
|
+
'id'?: number;
|
|
20
26
|
/**
|
|
21
27
|
*
|
|
22
28
|
* @type {WorkOrderTypeEnum}
|
|
23
|
-
* @memberof
|
|
29
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
24
30
|
*/
|
|
25
31
|
'workOrderType': WorkOrderTypeEnum;
|
|
26
32
|
/**
|
|
27
33
|
*
|
|
28
34
|
* @type {WorkOrderIssueTypeEnum}
|
|
29
|
-
* @memberof
|
|
35
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
30
36
|
*/
|
|
31
37
|
'workOrderIssueType': WorkOrderIssueTypeEnum;
|
|
32
38
|
/**
|
|
33
39
|
* 执行时效(分钟)
|
|
34
40
|
* @type {number}
|
|
35
|
-
* @memberof
|
|
41
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
36
42
|
*/
|
|
37
43
|
'executionTime'?: number;
|
|
38
44
|
}
|
|
@@ -14,49 +14,55 @@ import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
|
14
14
|
/**
|
|
15
15
|
* 返回数据,可以是任意类型的值
|
|
16
16
|
* @export
|
|
17
|
-
* @interface
|
|
17
|
+
* @interface WorkOrderIssueTypeSettingsEntity
|
|
18
18
|
*/
|
|
19
|
-
export interface
|
|
19
|
+
export interface WorkOrderIssueTypeSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'id'?: number;
|
|
20
26
|
/**
|
|
21
27
|
* 园区id
|
|
22
28
|
* @type {number}
|
|
23
|
-
* @memberof
|
|
29
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
24
30
|
*/
|
|
25
31
|
'parkId'?: number;
|
|
26
32
|
/**
|
|
27
33
|
*
|
|
28
34
|
* @type {WorkOrderTypeEnum}
|
|
29
|
-
* @memberof
|
|
35
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
30
36
|
*/
|
|
31
37
|
'workOrderType'?: WorkOrderTypeEnum;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
40
|
* @type {WorkOrderIssueTypeEnum}
|
|
35
|
-
* @memberof
|
|
41
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
36
42
|
*/
|
|
37
43
|
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
38
44
|
/**
|
|
39
45
|
* 执行时效(分钟)
|
|
40
46
|
* @type {number}
|
|
41
|
-
* @memberof
|
|
47
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
42
48
|
*/
|
|
43
49
|
'executionTime'?: number;
|
|
44
50
|
/**
|
|
45
51
|
* 创建时间
|
|
46
52
|
* @type {string}
|
|
47
|
-
* @memberof
|
|
53
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
48
54
|
*/
|
|
49
55
|
'createTime'?: string;
|
|
50
56
|
/**
|
|
51
57
|
* 更新时间
|
|
52
58
|
* @type {string}
|
|
53
|
-
* @memberof
|
|
59
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
54
60
|
*/
|
|
55
61
|
'updateTime'?: string;
|
|
56
62
|
/**
|
|
57
63
|
* 是否删除 1未删除 0删除
|
|
58
64
|
* @type {number}
|
|
59
|
-
* @memberof
|
|
65
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
60
66
|
*/
|
|
61
67
|
'isDelete'?: number;
|
|
62
68
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/models/index.ts
CHANGED
|
@@ -200,13 +200,14 @@ 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';
|
|
204
203
|
export * from './json-result-list-work-order-inspection-detail-dto';
|
|
204
|
+
export * from './json-result-list-work-order-issue-type-settings-entity';
|
|
205
205
|
export * from './json-result-list-work-order-push-settings-entity';
|
|
206
206
|
export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
|
|
207
207
|
export * from './json-result-maintenance-standard-entity';
|
|
208
208
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
209
209
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
210
|
+
export * from './json-result-notice-entity';
|
|
210
211
|
export * from './json-result-offline-alert-work-order-details-dto';
|
|
211
212
|
export * from './json-result-page-dto-access-appointment-record-details-dto';
|
|
212
213
|
export * from './json-result-page-dto-access-blacklist-details-dto';
|
|
@@ -247,7 +248,7 @@ export * from './json-result-violation-work-order-details-dto';
|
|
|
247
248
|
export * from './json-result-void';
|
|
248
249
|
export * from './json-result-work-order-dept-settings-entity';
|
|
249
250
|
export * from './json-result-work-order-detail-dto';
|
|
250
|
-
export * from './json-result-work-order-
|
|
251
|
+
export * from './json-result-work-order-issue-type-settings-entity';
|
|
251
252
|
export * from './login-body';
|
|
252
253
|
export * from './login-type-enum';
|
|
253
254
|
export * from './maintenance-history-dto';
|
|
@@ -267,7 +268,8 @@ export * from './network-monitor-repair-details-dto';
|
|
|
267
268
|
export * from './network-repair-info';
|
|
268
269
|
export * from './news-in-button';
|
|
269
270
|
export * from './news-info';
|
|
270
|
-
export * from './notice-vo';
|
|
271
|
+
export * from './notice-add-vo';
|
|
272
|
+
export * from './notice-entity';
|
|
271
273
|
export * from './offline-alert-device-vo';
|
|
272
274
|
export * from './offline-alert-submit-vo';
|
|
273
275
|
export * from './offline-alert-work-order-details-dto';
|
|
@@ -396,7 +398,6 @@ export * from './sys-user-attachment-info';
|
|
|
396
398
|
export * from './sys-user-drop-down-box-list-dto';
|
|
397
399
|
export * from './sys-user-info-dto';
|
|
398
400
|
export * from './sys-user-msg-dto';
|
|
399
|
-
export * from './sys-user-msg-notice-add-vo';
|
|
400
401
|
export * from './sys-user-role';
|
|
401
402
|
export * from './system-user-msg-source-type-enum';
|
|
402
403
|
export * from './system-user-msg-type-enum';
|
|
@@ -434,8 +435,6 @@ export * from './work-order-dept-settings-add-or-update-vo';
|
|
|
434
435
|
export * from './work-order-dept-settings-entity';
|
|
435
436
|
export * from './work-order-detail-dto';
|
|
436
437
|
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';
|
|
439
438
|
export * from './work-order-ext-data';
|
|
440
439
|
export * from './work-order-handler-dto';
|
|
441
440
|
export * from './work-order-handler-status-enum';
|
|
@@ -443,6 +442,8 @@ export * from './work-order-inspection-detail-dto';
|
|
|
443
442
|
export * from './work-order-inspection-item-req';
|
|
444
443
|
export * from './work-order-internal-status-enum';
|
|
445
444
|
export * from './work-order-issue-type-enum';
|
|
445
|
+
export * from './work-order-issue-type-settings-add-or-update-vo';
|
|
446
|
+
export * from './work-order-issue-type-settings-entity';
|
|
446
447
|
export * from './work-order-liability-party-enum';
|
|
447
448
|
export * from './work-order-plan-holidays-enum';
|
|
448
449
|
export * from './work-order-plan-repeats-enum';
|
|
@@ -18,54 +18,54 @@
|
|
|
18
18
|
import type { BaseErrorResult } from './base-error-result';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import type {
|
|
21
|
+
import type { WorkOrderIssueTypeSettingsEntity } from './work-order-issue-type-settings-entity';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @export
|
|
26
|
-
* @interface
|
|
26
|
+
* @interface JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
27
27
|
*/
|
|
28
|
-
export interface
|
|
28
|
+
export interface JsonResultListWorkOrderIssueTypeSettingsEntity {
|
|
29
29
|
/**
|
|
30
30
|
* 错误码,0:成功,其他:失败
|
|
31
31
|
* @type {number}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
33
33
|
*/
|
|
34
34
|
'code'?: number;
|
|
35
35
|
/**
|
|
36
36
|
* 错误消息
|
|
37
37
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
39
39
|
*/
|
|
40
40
|
'msg'?: string;
|
|
41
41
|
/**
|
|
42
42
|
* 错误堆栈
|
|
43
43
|
* @type {string}
|
|
44
|
-
* @memberof
|
|
44
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
45
45
|
*/
|
|
46
46
|
'stacks'?: string;
|
|
47
47
|
/**
|
|
48
48
|
* 返回数据,可以是任意类型的值
|
|
49
|
-
* @type {Array<
|
|
50
|
-
* @memberof
|
|
49
|
+
* @type {Array<WorkOrderIssueTypeSettingsEntity>}
|
|
50
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
51
51
|
*/
|
|
52
|
-
'data'?: Array<
|
|
52
|
+
'data'?: Array<WorkOrderIssueTypeSettingsEntity> | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {BaseErrorResult}
|
|
56
|
-
* @memberof
|
|
56
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
57
57
|
*/
|
|
58
58
|
'error'?: BaseErrorResult | null;
|
|
59
59
|
/**
|
|
60
60
|
* 日志追踪ID
|
|
61
61
|
* @type {string}
|
|
62
|
-
* @memberof
|
|
62
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
63
63
|
*/
|
|
64
64
|
'traceId'?: string | null;
|
|
65
65
|
/**
|
|
66
66
|
* requestId
|
|
67
67
|
* @type {string}
|
|
68
|
-
* @memberof
|
|
68
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
69
69
|
*/
|
|
70
70
|
'requestId'?: string | null;
|
|
71
71
|
}
|
|
@@ -18,54 +18,54 @@
|
|
|
18
18
|
import type { BaseErrorResult } from './base-error-result';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import type {
|
|
21
|
+
import type { NoticeEntity } from './notice-entity';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @export
|
|
26
|
-
* @interface
|
|
26
|
+
* @interface JsonResultNoticeEntity
|
|
27
27
|
*/
|
|
28
|
-
export interface
|
|
28
|
+
export interface JsonResultNoticeEntity {
|
|
29
29
|
/**
|
|
30
30
|
* 错误码,0:成功,其他:失败
|
|
31
31
|
* @type {number}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof JsonResultNoticeEntity
|
|
33
33
|
*/
|
|
34
34
|
'code'?: number;
|
|
35
35
|
/**
|
|
36
36
|
* 错误消息
|
|
37
37
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof JsonResultNoticeEntity
|
|
39
39
|
*/
|
|
40
40
|
'msg'?: string;
|
|
41
41
|
/**
|
|
42
42
|
* 错误堆栈
|
|
43
43
|
* @type {string}
|
|
44
|
-
* @memberof
|
|
44
|
+
* @memberof JsonResultNoticeEntity
|
|
45
45
|
*/
|
|
46
46
|
'stacks'?: string;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
|
-
* @type {
|
|
50
|
-
* @memberof
|
|
49
|
+
* @type {NoticeEntity}
|
|
50
|
+
* @memberof JsonResultNoticeEntity
|
|
51
51
|
*/
|
|
52
|
-
'data'?:
|
|
52
|
+
'data'?: NoticeEntity | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {BaseErrorResult}
|
|
56
|
-
* @memberof
|
|
56
|
+
* @memberof JsonResultNoticeEntity
|
|
57
57
|
*/
|
|
58
58
|
'error'?: BaseErrorResult | null;
|
|
59
59
|
/**
|
|
60
60
|
* 日志追踪ID
|
|
61
61
|
* @type {string}
|
|
62
|
-
* @memberof
|
|
62
|
+
* @memberof JsonResultNoticeEntity
|
|
63
63
|
*/
|
|
64
64
|
'traceId'?: string | null;
|
|
65
65
|
/**
|
|
66
66
|
* requestId
|
|
67
67
|
* @type {string}
|
|
68
|
-
* @memberof
|
|
68
|
+
* @memberof JsonResultNoticeEntity
|
|
69
69
|
*/
|
|
70
70
|
'requestId'?: string | null;
|
|
71
71
|
}
|
|
@@ -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 { WorkOrderIssueTypeSettingsEntity } from './work-order-issue-type-settings-entity';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultWorkOrderIssueTypeSettingsEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultWorkOrderIssueTypeSettingsEntity {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {WorkOrderIssueTypeSettingsEntity}
|
|
50
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
51
|
+
*/
|
|
52
|
+
'data'?: WorkOrderIssueTypeSettingsEntity | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultWorkOrderIssueTypeSettingsEntity
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -15,28 +15,28 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 园区公告新增参数
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface NoticeAddVo
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface NoticeAddVo {
|
|
23
23
|
/**
|
|
24
24
|
* 园区ID
|
|
25
25
|
* @type {number}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof NoticeAddVo
|
|
27
27
|
*/
|
|
28
28
|
'parkId': number;
|
|
29
29
|
/**
|
|
30
30
|
* 标题
|
|
31
31
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof NoticeAddVo
|
|
33
33
|
*/
|
|
34
34
|
'title': string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* 内容
|
|
37
37
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof NoticeAddVo
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'content': string;
|
|
41
41
|
}
|
|
42
42
|
|