@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,96 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 返回数据,可以是任意类型的值
|
|
19
|
+
* @export
|
|
20
|
+
* @interface NoticeEntity
|
|
21
|
+
*/
|
|
22
|
+
export interface NoticeEntity {
|
|
23
|
+
/**
|
|
24
|
+
* Id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof NoticeEntity
|
|
27
|
+
*/
|
|
28
|
+
'id'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 标题
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof NoticeEntity
|
|
33
|
+
*/
|
|
34
|
+
'title'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 内容
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof NoticeEntity
|
|
39
|
+
*/
|
|
40
|
+
'content'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 发布人id
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof NoticeEntity
|
|
45
|
+
*/
|
|
46
|
+
'publisherUserId'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 发布人名称
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof NoticeEntity
|
|
51
|
+
*/
|
|
52
|
+
'publisherName'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 发布时间
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof NoticeEntity
|
|
57
|
+
*/
|
|
58
|
+
'publisherTime'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 园区Id
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof NoticeEntity
|
|
63
|
+
*/
|
|
64
|
+
'parkId'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 来源 1:园区发布 2:保险生成
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof NoticeEntity
|
|
69
|
+
*/
|
|
70
|
+
'source'?: number;
|
|
71
|
+
/**
|
|
72
|
+
* 来源ID
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof NoticeEntity
|
|
75
|
+
*/
|
|
76
|
+
'sourceId'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 创建时间
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof NoticeEntity
|
|
81
|
+
*/
|
|
82
|
+
'createTime'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 更新时间
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof NoticeEntity
|
|
87
|
+
*/
|
|
88
|
+
'updateTime'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 是否删除 0删除 1未删除
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof NoticeEntity
|
|
93
|
+
*/
|
|
94
|
+
'isDelete'?: number;
|
|
95
|
+
}
|
|
96
|
+
|
|
@@ -23,25 +23,31 @@ import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
|
23
23
|
/**
|
|
24
24
|
* 工单执行时效配置
|
|
25
25
|
* @export
|
|
26
|
-
* @interface
|
|
26
|
+
* @interface WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
27
27
|
*/
|
|
28
|
-
export interface
|
|
28
|
+
export interface WorkOrderIssueTypeSettingsAddOrUpdateVo {
|
|
29
|
+
/**
|
|
30
|
+
* id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
'id'?: number;
|
|
29
35
|
/**
|
|
30
36
|
*
|
|
31
37
|
* @type {WorkOrderTypeEnum}
|
|
32
|
-
* @memberof
|
|
38
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
33
39
|
*/
|
|
34
40
|
'workOrderType': WorkOrderTypeEnum;
|
|
35
41
|
/**
|
|
36
42
|
*
|
|
37
43
|
* @type {WorkOrderIssueTypeEnum}
|
|
38
|
-
* @memberof
|
|
44
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
39
45
|
*/
|
|
40
46
|
'workOrderIssueType': WorkOrderIssueTypeEnum;
|
|
41
47
|
/**
|
|
42
48
|
* 执行时效(分钟)
|
|
43
49
|
* @type {number}
|
|
44
|
-
* @memberof
|
|
50
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
45
51
|
*/
|
|
46
52
|
'executionTime'?: number;
|
|
47
53
|
}
|
|
@@ -23,49 +23,55 @@ import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
|
23
23
|
/**
|
|
24
24
|
* 返回数据,可以是任意类型的值
|
|
25
25
|
* @export
|
|
26
|
-
* @interface
|
|
26
|
+
* @interface WorkOrderIssueTypeSettingsEntity
|
|
27
27
|
*/
|
|
28
|
-
export interface
|
|
28
|
+
export interface WorkOrderIssueTypeSettingsEntity {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
33
|
+
*/
|
|
34
|
+
'id'?: number;
|
|
29
35
|
/**
|
|
30
36
|
* 园区id
|
|
31
37
|
* @type {number}
|
|
32
|
-
* @memberof
|
|
38
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
33
39
|
*/
|
|
34
40
|
'parkId'?: number;
|
|
35
41
|
/**
|
|
36
42
|
*
|
|
37
43
|
* @type {WorkOrderTypeEnum}
|
|
38
|
-
* @memberof
|
|
44
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
39
45
|
*/
|
|
40
46
|
'workOrderType'?: WorkOrderTypeEnum;
|
|
41
47
|
/**
|
|
42
48
|
*
|
|
43
49
|
* @type {WorkOrderIssueTypeEnum}
|
|
44
|
-
* @memberof
|
|
50
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
45
51
|
*/
|
|
46
52
|
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
47
53
|
/**
|
|
48
54
|
* 执行时效(分钟)
|
|
49
55
|
* @type {number}
|
|
50
|
-
* @memberof
|
|
56
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
51
57
|
*/
|
|
52
58
|
'executionTime'?: number;
|
|
53
59
|
/**
|
|
54
60
|
* 创建时间
|
|
55
61
|
* @type {string}
|
|
56
|
-
* @memberof
|
|
62
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
57
63
|
*/
|
|
58
64
|
'createTime'?: string;
|
|
59
65
|
/**
|
|
60
66
|
* 更新时间
|
|
61
67
|
* @type {string}
|
|
62
|
-
* @memberof
|
|
68
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
63
69
|
*/
|
|
64
70
|
'updateTime'?: string;
|
|
65
71
|
/**
|
|
66
72
|
* 是否删除 1未删除 0删除
|
|
67
73
|
* @type {number}
|
|
68
|
-
* @memberof
|
|
74
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
69
75
|
*/
|
|
70
76
|
'isDelete'?: number;
|
|
71
77
|
}
|
package/package.json
CHANGED
|
@@ -1,86 +0,0 @@
|
|
|
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 NoticeVo
|
|
16
|
-
*/
|
|
17
|
-
export interface NoticeVo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof NoticeVo
|
|
22
|
-
*/
|
|
23
|
-
'searchValue'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof NoticeVo
|
|
28
|
-
*/
|
|
29
|
-
'createBy'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof NoticeVo
|
|
34
|
-
*/
|
|
35
|
-
'createTime'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof NoticeVo
|
|
40
|
-
*/
|
|
41
|
-
'updateBy'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof NoticeVo
|
|
46
|
-
*/
|
|
47
|
-
'updateTime'?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof NoticeVo
|
|
52
|
-
*/
|
|
53
|
-
'remark'?: string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {{ [key: string]: object; }}
|
|
57
|
-
* @memberof NoticeVo
|
|
58
|
-
*/
|
|
59
|
-
'params'?: {
|
|
60
|
-
[key: string]: object;
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* 当前页码
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof NoticeVo
|
|
66
|
-
*/
|
|
67
|
-
'page'?: number;
|
|
68
|
-
/**
|
|
69
|
-
* 每页数量
|
|
70
|
-
* @type {number}
|
|
71
|
-
* @memberof NoticeVo
|
|
72
|
-
*/
|
|
73
|
-
'pageSize'?: number;
|
|
74
|
-
/**
|
|
75
|
-
* 状态
|
|
76
|
-
* @type {number}
|
|
77
|
-
* @memberof NoticeVo
|
|
78
|
-
*/
|
|
79
|
-
'state'?: number;
|
|
80
|
-
/**
|
|
81
|
-
* 接收时间
|
|
82
|
-
* @type {string}
|
|
83
|
-
* @memberof NoticeVo
|
|
84
|
-
*/
|
|
85
|
-
'receivingTime'?: string;
|
|
86
|
-
}
|
|
@@ -1,86 +0,0 @@
|
|
|
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 NoticeVo
|
|
16
|
-
*/
|
|
17
|
-
export interface NoticeVo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof NoticeVo
|
|
22
|
-
*/
|
|
23
|
-
'searchValue'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof NoticeVo
|
|
28
|
-
*/
|
|
29
|
-
'createBy'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof NoticeVo
|
|
34
|
-
*/
|
|
35
|
-
'createTime'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof NoticeVo
|
|
40
|
-
*/
|
|
41
|
-
'updateBy'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof NoticeVo
|
|
46
|
-
*/
|
|
47
|
-
'updateTime'?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof NoticeVo
|
|
52
|
-
*/
|
|
53
|
-
'remark'?: string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {{ [key: string]: object; }}
|
|
57
|
-
* @memberof NoticeVo
|
|
58
|
-
*/
|
|
59
|
-
'params'?: {
|
|
60
|
-
[key: string]: object;
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* 当前页码
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof NoticeVo
|
|
66
|
-
*/
|
|
67
|
-
'page'?: number;
|
|
68
|
-
/**
|
|
69
|
-
* 每页数量
|
|
70
|
-
* @type {number}
|
|
71
|
-
* @memberof NoticeVo
|
|
72
|
-
*/
|
|
73
|
-
'pageSize'?: number;
|
|
74
|
-
/**
|
|
75
|
-
* 状态
|
|
76
|
-
* @type {number}
|
|
77
|
-
* @memberof NoticeVo
|
|
78
|
-
*/
|
|
79
|
-
'state'?: number;
|
|
80
|
-
/**
|
|
81
|
-
* 接收时间
|
|
82
|
-
* @type {string}
|
|
83
|
-
* @memberof NoticeVo
|
|
84
|
-
*/
|
|
85
|
-
'receivingTime'?: string;
|
|
86
|
-
}
|
package/models/notice-vo.ts
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 通知查询入参
|
|
19
|
-
* @export
|
|
20
|
-
* @interface NoticeVo
|
|
21
|
-
*/
|
|
22
|
-
export interface NoticeVo {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof NoticeVo
|
|
27
|
-
*/
|
|
28
|
-
'searchValue'?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof NoticeVo
|
|
33
|
-
*/
|
|
34
|
-
'createBy'?: string;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof NoticeVo
|
|
39
|
-
*/
|
|
40
|
-
'createTime'?: string;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof NoticeVo
|
|
45
|
-
*/
|
|
46
|
-
'updateBy'?: string;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof NoticeVo
|
|
51
|
-
*/
|
|
52
|
-
'updateTime'?: string;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof NoticeVo
|
|
57
|
-
*/
|
|
58
|
-
'remark'?: string;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {{ [key: string]: object; }}
|
|
62
|
-
* @memberof NoticeVo
|
|
63
|
-
*/
|
|
64
|
-
'params'?: { [key: string]: object; };
|
|
65
|
-
/**
|
|
66
|
-
* 当前页码
|
|
67
|
-
* @type {number}
|
|
68
|
-
* @memberof NoticeVo
|
|
69
|
-
*/
|
|
70
|
-
'page'?: number;
|
|
71
|
-
/**
|
|
72
|
-
* 每页数量
|
|
73
|
-
* @type {number}
|
|
74
|
-
* @memberof NoticeVo
|
|
75
|
-
*/
|
|
76
|
-
'pageSize'?: number;
|
|
77
|
-
/**
|
|
78
|
-
* 状态
|
|
79
|
-
* @type {number}
|
|
80
|
-
* @memberof NoticeVo
|
|
81
|
-
*/
|
|
82
|
-
'state'?: number;
|
|
83
|
-
/**
|
|
84
|
-
* 接收时间
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof NoticeVo
|
|
87
|
-
*/
|
|
88
|
-
'receivingTime'?: string;
|
|
89
|
-
}
|
|
90
|
-
|
|
File without changes
|
|
File without changes
|
/package/dist/esm/models/{notice-vo.js → json-result-work-order-issue-type-settings-entity.js}
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/esm/models/{work-order-execution-time-settings-add-or-update-vo.js → notice-entity.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/models/{work-order-execution-time-settings-add-or-update-vo.js → notice-entity.js}
RENAMED
|
File without changes
|