@gizone/rrs-client 4.1.3-alpha.213 → 4.1.3-alpha.215
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/equipment-api.ts +109 -0
- package/apis/setting-api.ts +192 -0
- package/apis/work-order-api.ts +192 -0
- package/dist/apis/equipment-api.d.ts +56 -0
- package/dist/apis/equipment-api.js +78 -0
- package/dist/apis/setting-api.d.ts +102 -0
- package/dist/apis/setting-api.js +144 -0
- package/dist/apis/work-order-api.d.ts +102 -0
- package/dist/apis/work-order-api.js +144 -0
- package/dist/esm/apis/equipment-api.d.ts +56 -0
- package/dist/esm/apis/equipment-api.js +78 -0
- package/dist/esm/apis/setting-api.d.ts +102 -0
- package/dist/esm/apis/setting-api.js +144 -0
- package/dist/esm/apis/work-order-api.d.ts +102 -0
- package/dist/esm/apis/work-order-api.js +144 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-equipment-detail-dto.d.ts +62 -0
- package/dist/esm/models/json-result-equipment-detail-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.js +14 -0
- package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +44 -0
- package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-circulation-settings-entity.d.ts +68 -0
- package/dist/esm/models/work-order-circulation-settings-entity.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -1
- package/dist/esm/models/work-order-internal-status-enum.js +1 -1
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-equipment-detail-dto.d.ts +62 -0
- package/dist/models/json-result-equipment-detail-dto.js +15 -0
- package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +62 -0
- package/dist/models/json-result-list-work-order-circulation-settings-entity.js +15 -0
- package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +44 -0
- package/dist/models/work-order-circulation-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-circulation-settings-entity.d.ts +68 -0
- package/dist/models/work-order-circulation-settings-entity.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +1 -1
- package/dist/models/work-order-internal-status-enum.js +1 -1
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +4 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-equipment-detail-dto.ts +72 -0
- package/models/json-result-list-work-order-circulation-settings-entity.ts +72 -0
- package/models/work-order-circulation-settings-add-or-update-vo.ts +56 -0
- package/models/work-order-circulation-settings-entity.ts +80 -0
- package/models/work-order-internal-status-enum.ts +1 -1
- package/package.json +1 -1
|
@@ -349,6 +349,7 @@ export * from './json-result-energy-meter-details-dto';
|
|
|
349
349
|
export * from './json-result-energy-meter-record-dto';
|
|
350
350
|
export * from './json-result-energy-work-order-detail-dto';
|
|
351
351
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
352
|
+
export * from './json-result-equipment-detail-dto';
|
|
352
353
|
export * from './json-result-equipment-search-system-dto';
|
|
353
354
|
export * from './json-result-esg-park-carbon-emission-statistics-dto';
|
|
354
355
|
export * from './json-result-esg-park-charging-station-statistics-dto';
|
|
@@ -460,6 +461,7 @@ export * from './json-result-list-sys-dept';
|
|
|
460
461
|
export * from './json-result-list-sys-dept-drop-down-box-list-dto';
|
|
461
462
|
export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
462
463
|
export * from './json-result-list-unloading-area-entity';
|
|
464
|
+
export * from './json-result-list-work-order-circulation-settings-entity';
|
|
463
465
|
export * from './json-result-list-work-order-circulation-vo';
|
|
464
466
|
export * from './json-result-list-work-order-comment-entity';
|
|
465
467
|
export * from './json-result-list-work-order-dept-settings-entity';
|
|
@@ -880,6 +882,8 @@ export * from './white-edit-vo';
|
|
|
880
882
|
export * from './white-search-vo';
|
|
881
883
|
export * from './work-order-add-vo';
|
|
882
884
|
export * from './work-order-approval-vo';
|
|
885
|
+
export * from './work-order-circulation-settings-add-or-update-vo';
|
|
886
|
+
export * from './work-order-circulation-settings-entity';
|
|
883
887
|
export * from './work-order-circulation-vo';
|
|
884
888
|
export * from './work-order-comment-dto';
|
|
885
889
|
export * from './work-order-comment-entity';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -349,6 +349,7 @@ export * from './json-result-energy-meter-details-dto';
|
|
|
349
349
|
export * from './json-result-energy-meter-record-dto';
|
|
350
350
|
export * from './json-result-energy-work-order-detail-dto';
|
|
351
351
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
352
|
+
export * from './json-result-equipment-detail-dto';
|
|
352
353
|
export * from './json-result-equipment-search-system-dto';
|
|
353
354
|
export * from './json-result-esg-park-carbon-emission-statistics-dto';
|
|
354
355
|
export * from './json-result-esg-park-charging-station-statistics-dto';
|
|
@@ -460,6 +461,7 @@ export * from './json-result-list-sys-dept';
|
|
|
460
461
|
export * from './json-result-list-sys-dept-drop-down-box-list-dto';
|
|
461
462
|
export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
462
463
|
export * from './json-result-list-unloading-area-entity';
|
|
464
|
+
export * from './json-result-list-work-order-circulation-settings-entity';
|
|
463
465
|
export * from './json-result-list-work-order-circulation-vo';
|
|
464
466
|
export * from './json-result-list-work-order-comment-entity';
|
|
465
467
|
export * from './json-result-list-work-order-dept-settings-entity';
|
|
@@ -880,6 +882,8 @@ export * from './white-edit-vo';
|
|
|
880
882
|
export * from './white-search-vo';
|
|
881
883
|
export * from './work-order-add-vo';
|
|
882
884
|
export * from './work-order-approval-vo';
|
|
885
|
+
export * from './work-order-circulation-settings-add-or-update-vo';
|
|
886
|
+
export * from './work-order-circulation-settings-entity';
|
|
883
887
|
export * from './work-order-circulation-vo';
|
|
884
888
|
export * from './work-order-comment-dto';
|
|
885
889
|
export * from './work-order-comment-entity';
|
|
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
|
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageAccessVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageAccessVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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 { EquipmentDetailDTO } from './equipment-detail-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultEquipmentDetailDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultEquipmentDetailDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {EquipmentDetailDTO}
|
|
41
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: EquipmentDetailDTO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 {};
|
|
@@ -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 { WorkOrderCirculationSettingsEntity } from './work-order-circulation-settings-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListWorkOrderCirculationSettingsEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListWorkOrderCirculationSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<WorkOrderCirculationSettingsEntity>}
|
|
41
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<WorkOrderCirculationSettingsEntity> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
13
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 工单流转设置添加或更新对象
|
|
16
|
+
* @export
|
|
17
|
+
* @interface WorkOrderCirculationSettingsAddOrUpdateVo
|
|
18
|
+
*/
|
|
19
|
+
export interface WorkOrderCirculationSettingsAddOrUpdateVo {
|
|
20
|
+
/**
|
|
21
|
+
* 数据ID
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof WorkOrderCirculationSettingsAddOrUpdateVo
|
|
24
|
+
*/
|
|
25
|
+
'id'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderTypeEnum}
|
|
29
|
+
* @memberof WorkOrderCirculationSettingsAddOrUpdateVo
|
|
30
|
+
*/
|
|
31
|
+
'workOrderType': WorkOrderTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
35
|
+
* @memberof WorkOrderCirculationSettingsAddOrUpdateVo
|
|
36
|
+
*/
|
|
37
|
+
'workOrderInternalStatus': WorkOrderInternalStatusEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 处理人
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof WorkOrderCirculationSettingsAddOrUpdateVo
|
|
42
|
+
*/
|
|
43
|
+
'handlerUserId': number;
|
|
44
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,68 @@
|
|
|
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 { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
13
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 返回数据,可以是任意类型的值
|
|
16
|
+
* @export
|
|
17
|
+
* @interface WorkOrderCirculationSettingsEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface WorkOrderCirculationSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof WorkOrderCirculationSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'id'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 园区ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof WorkOrderCirculationSettingsEntity
|
|
30
|
+
*/
|
|
31
|
+
'parkId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {WorkOrderTypeEnum}
|
|
35
|
+
* @memberof WorkOrderCirculationSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
41
|
+
* @memberof WorkOrderCirculationSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
'workOrderInternalStatus'?: WorkOrderInternalStatusEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 流转处理人
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof WorkOrderCirculationSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
'handlerUserId'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 是否删除 1 未删除 0 删除
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof WorkOrderCirculationSettingsEntity
|
|
54
|
+
*/
|
|
55
|
+
'isDelete'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 创建时间
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof WorkOrderCirculationSettingsEntity
|
|
60
|
+
*/
|
|
61
|
+
'createTime'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 修改时间
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof WorkOrderCirculationSettingsEntity
|
|
66
|
+
*/
|
|
67
|
+
'updateTime'?: string;
|
|
68
|
+
}
|
|
@@ -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 {};
|
|
@@ -65,6 +65,12 @@ export interface GetUserWx200Response {
|
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
67
|
'bufferSize'?: number;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof GetUserWx200Response
|
|
72
|
+
*/
|
|
73
|
+
'characterEncoding'?: string;
|
|
68
74
|
/**
|
|
69
75
|
*
|
|
70
76
|
* @type {number}
|
|
@@ -83,10 +89,4 @@ export interface GetUserWx200Response {
|
|
|
83
89
|
* @memberof GetUserWx200Response
|
|
84
90
|
*/
|
|
85
91
|
'writer'?: object;
|
|
86
|
-
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {string}
|
|
89
|
-
* @memberof GetUserWx200Response
|
|
90
|
-
*/
|
|
91
|
-
'characterEncoding'?: string;
|
|
92
92
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ export * from './json-result-energy-meter-details-dto';
|
|
|
349
349
|
export * from './json-result-energy-meter-record-dto';
|
|
350
350
|
export * from './json-result-energy-work-order-detail-dto';
|
|
351
351
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
352
|
+
export * from './json-result-equipment-detail-dto';
|
|
352
353
|
export * from './json-result-equipment-search-system-dto';
|
|
353
354
|
export * from './json-result-esg-park-carbon-emission-statistics-dto';
|
|
354
355
|
export * from './json-result-esg-park-charging-station-statistics-dto';
|
|
@@ -460,6 +461,7 @@ export * from './json-result-list-sys-dept';
|
|
|
460
461
|
export * from './json-result-list-sys-dept-drop-down-box-list-dto';
|
|
461
462
|
export * from './json-result-list-sys-user-drop-down-box-list-dto';
|
|
462
463
|
export * from './json-result-list-unloading-area-entity';
|
|
464
|
+
export * from './json-result-list-work-order-circulation-settings-entity';
|
|
463
465
|
export * from './json-result-list-work-order-circulation-vo';
|
|
464
466
|
export * from './json-result-list-work-order-comment-entity';
|
|
465
467
|
export * from './json-result-list-work-order-dept-settings-entity';
|
|
@@ -880,6 +882,8 @@ export * from './white-edit-vo';
|
|
|
880
882
|
export * from './white-search-vo';
|
|
881
883
|
export * from './work-order-add-vo';
|
|
882
884
|
export * from './work-order-approval-vo';
|
|
885
|
+
export * from './work-order-circulation-settings-add-or-update-vo';
|
|
886
|
+
export * from './work-order-circulation-settings-entity';
|
|
883
887
|
export * from './work-order-circulation-vo';
|
|
884
888
|
export * from './work-order-comment-dto';
|
|
885
889
|
export * from './work-order-comment-entity';
|
package/dist/models/index.js
CHANGED
|
@@ -365,6 +365,7 @@ __exportStar(require("./json-result-energy-meter-details-dto"), exports);
|
|
|
365
365
|
__exportStar(require("./json-result-energy-meter-record-dto"), exports);
|
|
366
366
|
__exportStar(require("./json-result-energy-work-order-detail-dto"), exports);
|
|
367
367
|
__exportStar(require("./json-result-equipment-add-redis-list-dto"), exports);
|
|
368
|
+
__exportStar(require("./json-result-equipment-detail-dto"), exports);
|
|
368
369
|
__exportStar(require("./json-result-equipment-search-system-dto"), exports);
|
|
369
370
|
__exportStar(require("./json-result-esg-park-carbon-emission-statistics-dto"), exports);
|
|
370
371
|
__exportStar(require("./json-result-esg-park-charging-station-statistics-dto"), exports);
|
|
@@ -476,6 +477,7 @@ __exportStar(require("./json-result-list-sys-dept"), exports);
|
|
|
476
477
|
__exportStar(require("./json-result-list-sys-dept-drop-down-box-list-dto"), exports);
|
|
477
478
|
__exportStar(require("./json-result-list-sys-user-drop-down-box-list-dto"), exports);
|
|
478
479
|
__exportStar(require("./json-result-list-unloading-area-entity"), exports);
|
|
480
|
+
__exportStar(require("./json-result-list-work-order-circulation-settings-entity"), exports);
|
|
479
481
|
__exportStar(require("./json-result-list-work-order-circulation-vo"), exports);
|
|
480
482
|
__exportStar(require("./json-result-list-work-order-comment-entity"), exports);
|
|
481
483
|
__exportStar(require("./json-result-list-work-order-dept-settings-entity"), exports);
|
|
@@ -896,6 +898,8 @@ __exportStar(require("./white-edit-vo"), exports);
|
|
|
896
898
|
__exportStar(require("./white-search-vo"), exports);
|
|
897
899
|
__exportStar(require("./work-order-add-vo"), exports);
|
|
898
900
|
__exportStar(require("./work-order-approval-vo"), exports);
|
|
901
|
+
__exportStar(require("./work-order-circulation-settings-add-or-update-vo"), exports);
|
|
902
|
+
__exportStar(require("./work-order-circulation-settings-entity"), exports);
|
|
899
903
|
__exportStar(require("./work-order-circulation-vo"), exports);
|
|
900
904
|
__exportStar(require("./work-order-comment-dto"), exports);
|
|
901
905
|
__exportStar(require("./work-order-comment-entity"), exports);
|
|
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
|
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageAccessVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageAccessVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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 { EquipmentDetailDTO } from './equipment-detail-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultEquipmentDetailDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultEquipmentDetailDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {EquipmentDetailDTO}
|
|
41
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: EquipmentDetailDTO | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultEquipmentDetailDTO
|
|
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 { WorkOrderCirculationSettingsEntity } from './work-order-circulation-settings-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListWorkOrderCirculationSettingsEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListWorkOrderCirculationSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<WorkOrderCirculationSettingsEntity>}
|
|
41
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<WorkOrderCirculationSettingsEntity> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListWorkOrderCirculationSettingsEntity
|
|
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 });
|