@gizone/rrs-client 4.2.7-alpha.437 → 4.2.7-alpha.439

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/.openapi-generator/FILES +14 -0
  2. package/apis/common-api.ts +286 -0
  3. package/apis/dashboard-api.ts +368 -0
  4. package/apis/work-order-api.ts +134 -10
  5. package/dist/apis/common-api.d.ts +149 -0
  6. package/dist/apis/common-api.js +215 -0
  7. package/dist/apis/dashboard-api.d.ts +190 -0
  8. package/dist/apis/dashboard-api.js +280 -0
  9. package/dist/apis/work-order-api.d.ts +71 -4
  10. package/dist/apis/work-order-api.js +90 -10
  11. package/dist/esm/apis/common-api.d.ts +149 -0
  12. package/dist/esm/apis/common-api.js +215 -0
  13. package/dist/esm/apis/dashboard-api.d.ts +190 -0
  14. package/dist/esm/apis/dashboard-api.js +280 -0
  15. package/dist/esm/apis/work-order-api.d.ts +71 -4
  16. package/dist/esm/apis/work-order-api.js +90 -10
  17. package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
  18. package/dist/esm/models/access-appointment-source-enum.js +2 -1
  19. package/dist/esm/models/access-record-details-dto.d.ts +7 -0
  20. package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  21. package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
  22. package/dist/esm/models/dashboard-access-search-dto.d.ts +68 -0
  23. package/dist/esm/models/dashboard-access-search-dto.js +14 -0
  24. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
  25. package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
  26. package/dist/esm/models/dashboard-base-search-dto.d.ts +18 -0
  27. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +18 -0
  28. package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
  29. package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
  30. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
  31. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +18 -0
  32. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
  33. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
  34. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  35. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +117 -0
  36. package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
  37. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
  38. package/dist/esm/models/dept-relation-dto.d.ts +24 -0
  39. package/dist/esm/models/index.d.ts +14 -0
  40. package/dist/esm/models/index.js +14 -0
  41. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  42. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
  43. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  44. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
  45. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  46. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
  47. package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
  48. package/dist/esm/models/json-result-list-inspection-point.js +14 -0
  49. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
  50. package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
  51. package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
  52. package/dist/esm/models/json-result-srm-center-entity.js +14 -0
  53. package/dist/esm/models/park-list-dto.d.ts +24 -0
  54. package/dist/esm/models/srm-center-entity.d.ts +54 -0
  55. package/dist/esm/models/srm-center-entity.js +14 -0
  56. package/dist/esm/models/srm-center-vo.d.ts +54 -0
  57. package/dist/esm/models/srm-center-vo.js +14 -0
  58. package/dist/esm/models/srm-level-add-dto.d.ts +48 -0
  59. package/dist/esm/models/srm-level-add-dto.js +14 -0
  60. package/dist/esm/models/sys-user.d.ts +4 -4
  61. package/dist/esm/models/work-order-search-dto.d.ts +12 -0
  62. package/dist/models/access-appointment-source-enum.d.ts +1 -0
  63. package/dist/models/access-appointment-source-enum.js +2 -1
  64. package/dist/models/access-record-details-dto.d.ts +7 -0
  65. package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  66. package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
  67. package/dist/models/dashboard-access-search-dto.d.ts +68 -0
  68. package/dist/models/dashboard-access-search-dto.js +15 -0
  69. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
  70. package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
  71. package/dist/models/dashboard-base-search-dto.d.ts +18 -0
  72. package/dist/models/dashboard-equipment-search-dto.d.ts +18 -0
  73. package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
  74. package/dist/models/dashboard-series-stats-base-vo.js +15 -0
  75. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
  76. package/dist/models/dashboard-surveillance-search-dto.d.ts +18 -0
  77. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
  78. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
  79. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  80. package/dist/models/dashboard-work-order-list-search-dto.d.ts +117 -0
  81. package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
  82. package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
  83. package/dist/models/dept-relation-dto.d.ts +24 -0
  84. package/dist/models/index.d.ts +14 -0
  85. package/dist/models/index.js +14 -0
  86. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  87. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
  88. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  89. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
  90. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  91. package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
  92. package/dist/models/json-result-list-inspection-point.d.ts +62 -0
  93. package/dist/models/json-result-list-inspection-point.js +15 -0
  94. package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
  95. package/dist/models/json-result-list-srm-center-vo.js +15 -0
  96. package/dist/models/json-result-srm-center-entity.d.ts +62 -0
  97. package/dist/models/json-result-srm-center-entity.js +15 -0
  98. package/dist/models/park-list-dto.d.ts +24 -0
  99. package/dist/models/srm-center-entity.d.ts +54 -0
  100. package/dist/models/srm-center-entity.js +15 -0
  101. package/dist/models/srm-center-vo.d.ts +54 -0
  102. package/dist/models/srm-center-vo.js +15 -0
  103. package/dist/models/srm-level-add-dto.d.ts +48 -0
  104. package/dist/models/srm-level-add-dto.js +15 -0
  105. package/dist/models/sys-user.d.ts +4 -4
  106. package/dist/models/work-order-search-dto.d.ts +12 -0
  107. package/models/access-appointment-source-enum.ts +2 -1
  108. package/models/access-record-details-dto.ts +9 -0
  109. package/models/dashboard-access-park-group-stats-vo.ts +102 -0
  110. package/models/dashboard-access-search-dto.ts +80 -0
  111. package/models/dashboard-access-source-group-stats-vo.ts +65 -0
  112. package/models/dashboard-base-search-dto.ts +18 -0
  113. package/models/dashboard-equipment-search-dto.ts +18 -0
  114. package/models/dashboard-series-stats-base-vo.ts +36 -0
  115. package/models/dashboard-surveillance-park-group-stats-vo.ts +36 -0
  116. package/models/dashboard-surveillance-search-dto.ts +18 -0
  117. package/models/dashboard-work-order-by-park-search-dto.ts +19 -1
  118. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +18 -0
  119. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
  120. package/models/dashboard-work-order-list-search-dto.ts +132 -0
  121. package/models/dashboard-work-order-park-group-stats-vo.ts +36 -0
  122. package/models/dept-relation-dto.ts +24 -0
  123. package/models/index.ts +14 -0
  124. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
  125. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
  126. package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
  127. package/models/json-result-list-inspection-point.ts +72 -0
  128. package/models/json-result-list-srm-center-vo.ts +72 -0
  129. package/models/json-result-srm-center-entity.ts +72 -0
  130. package/models/park-list-dto.ts +24 -0
  131. package/models/srm-center-entity.ts +60 -0
  132. package/models/srm-center-vo.ts +60 -0
  133. package/models/srm-level-add-dto.ts +54 -0
  134. package/models/sys-user.ts +4 -4
  135. package/models/work-order-search-dto.ts +12 -0
  136. package/package.json +1 -1
@@ -0,0 +1,96 @@
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 DashboardAccessParkGroupStatsVO
16
+ */
17
+ export interface DashboardAccessParkGroupStatsVO {
18
+ /**
19
+ * 园区ID
20
+ * @type {number}
21
+ * @memberof DashboardAccessParkGroupStatsVO
22
+ */
23
+ 'parkId'?: number;
24
+ /**
25
+ * 园区名称
26
+ * @type {string}
27
+ * @memberof DashboardAccessParkGroupStatsVO
28
+ */
29
+ 'parkName'?: string;
30
+ /**
31
+ * srm大区编码
32
+ * @type {string}
33
+ * @memberof DashboardAccessParkGroupStatsVO
34
+ */
35
+ 'srmAreaCode'?: string;
36
+ /**
37
+ * srm大区名称
38
+ * @type {string}
39
+ * @memberof DashboardAccessParkGroupStatsVO
40
+ */
41
+ 'srmAreaName'?: string;
42
+ /**
43
+ * srm小微编码
44
+ * @type {string}
45
+ * @memberof DashboardAccessParkGroupStatsVO
46
+ */
47
+ 'srmXwCode'?: string;
48
+ /**
49
+ * srm小微名称
50
+ * @type {string}
51
+ * @memberof DashboardAccessParkGroupStatsVO
52
+ */
53
+ 'srmXwName'?: string;
54
+ /**
55
+ * srm中心名称
56
+ * @type {string}
57
+ * @memberof DashboardAccessParkGroupStatsVO
58
+ */
59
+ 'srmCenterName'?: string;
60
+ /**
61
+ * srm中心编码
62
+ * @type {string}
63
+ * @memberof DashboardAccessParkGroupStatsVO
64
+ */
65
+ 'srmCenterCode'?: string;
66
+ /**
67
+ * 总数
68
+ * @type {number}
69
+ * @memberof DashboardAccessParkGroupStatsVO
70
+ */
71
+ 'totalCount'?: number;
72
+ /**
73
+ * 临时白名单入园数量
74
+ * @type {number}
75
+ * @memberof DashboardAccessParkGroupStatsVO
76
+ */
77
+ 'temporaryInCount'?: number;
78
+ /**
79
+ * 临时白名单出园数量
80
+ * @type {number}
81
+ * @memberof DashboardAccessParkGroupStatsVO
82
+ */
83
+ 'temporaryOutCount'?: number;
84
+ /**
85
+ * 固定白名单入园数量
86
+ * @type {number}
87
+ * @memberof DashboardAccessParkGroupStatsVO
88
+ */
89
+ 'fixedInCount'?: number;
90
+ /**
91
+ * 固定白名单出园数量
92
+ * @type {number}
93
+ * @memberof DashboardAccessParkGroupStatsVO
94
+ */
95
+ 'fixedOutCount'?: number;
96
+ }
@@ -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,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 { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
13
+ import type { AccessTypeEnum } from './access-type-enum';
14
+ /**
15
+ * 数据看板-门禁-按园区搜索条件
16
+ * @export
17
+ * @interface DashboardAccessSearchDTO
18
+ */
19
+ export interface DashboardAccessSearchDTO {
20
+ /**
21
+ * 园区ID集合
22
+ * @type {Array<number>}
23
+ * @memberof DashboardAccessSearchDTO
24
+ */
25
+ 'parkIds'?: Array<number>;
26
+ /**
27
+ * 开始时间
28
+ * @type {number}
29
+ * @memberof DashboardAccessSearchDTO
30
+ */
31
+ 'startTime'?: number;
32
+ /**
33
+ * 结束时间
34
+ * @type {number}
35
+ * @memberof DashboardAccessSearchDTO
36
+ */
37
+ 'endTime'?: number;
38
+ /**
39
+ * SRM区域编码
40
+ * @type {Array<string>}
41
+ * @memberof DashboardAccessSearchDTO
42
+ */
43
+ 'srmAreaCodes'?: Array<string>;
44
+ /**
45
+ * SRM小微编码
46
+ * @type {Array<string>}
47
+ * @memberof DashboardAccessSearchDTO
48
+ */
49
+ 'srmXwCodes'?: Array<string>;
50
+ /**
51
+ * SRM中心编码
52
+ * @type {Array<string>}
53
+ * @memberof DashboardAccessSearchDTO
54
+ */
55
+ 'srmCenterCodes'?: Array<string>;
56
+ /**
57
+ * 出入来源
58
+ * @type {Array<AccessAppointmentSourceEnum>}
59
+ * @memberof DashboardAccessSearchDTO
60
+ */
61
+ 'accessSources'?: Array<AccessAppointmentSourceEnum>;
62
+ /**
63
+ *
64
+ * @type {AccessTypeEnum}
65
+ * @memberof DashboardAccessSearchDTO
66
+ */
67
+ 'accessType': AccessTypeEnum;
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 });
@@ -0,0 +1,55 @@
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 { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
13
+ /**
14
+ * 数据看板-门禁-来源分组统计
15
+ * @export
16
+ * @interface DashboardAccessSourceGroupStatsVO
17
+ */
18
+ export interface DashboardAccessSourceGroupStatsVO {
19
+ /**
20
+ *
21
+ * @type {AccessAppointmentSourceEnum}
22
+ * @memberof DashboardAccessSourceGroupStatsVO
23
+ */
24
+ 'accessSource'?: AccessAppointmentSourceEnum;
25
+ /**
26
+ * 总数
27
+ * @type {number}
28
+ * @memberof DashboardAccessSourceGroupStatsVO
29
+ */
30
+ 'totalCount'?: number;
31
+ /**
32
+ * 临时白名单入园数量
33
+ * @type {number}
34
+ * @memberof DashboardAccessSourceGroupStatsVO
35
+ */
36
+ 'temporaryInCount'?: number;
37
+ /**
38
+ * 临时白名单出园数量
39
+ * @type {number}
40
+ * @memberof DashboardAccessSourceGroupStatsVO
41
+ */
42
+ 'temporaryOutCount'?: number;
43
+ /**
44
+ * 固定白名单入园数量
45
+ * @type {number}
46
+ * @memberof DashboardAccessSourceGroupStatsVO
47
+ */
48
+ 'fixedInCount'?: number;
49
+ /**
50
+ * 固定白名单出园数量
51
+ * @type {number}
52
+ * @memberof DashboardAccessSourceGroupStatsVO
53
+ */
54
+ 'fixedOutCount'?: number;
55
+ }
@@ -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 });
@@ -33,4 +33,22 @@ export interface DashboardBaseSearchDTO {
33
33
  * @memberof DashboardBaseSearchDTO
34
34
  */
35
35
  'endTime'?: number;
36
+ /**
37
+ * SRM区域编码
38
+ * @type {Array<string>}
39
+ * @memberof DashboardBaseSearchDTO
40
+ */
41
+ 'srmAreaCodes'?: Array<string>;
42
+ /**
43
+ * SRM小微编码
44
+ * @type {Array<string>}
45
+ * @memberof DashboardBaseSearchDTO
46
+ */
47
+ 'srmXwCodes'?: Array<string>;
48
+ /**
49
+ * SRM中心编码
50
+ * @type {Array<string>}
51
+ * @memberof DashboardBaseSearchDTO
52
+ */
53
+ 'srmCenterCodes'?: Array<string>;
36
54
  }
@@ -33,6 +33,24 @@ export interface DashboardEquipmentSearchDTO {
33
33
  * @memberof DashboardEquipmentSearchDTO
34
34
  */
35
35
  'endTime'?: number;
36
+ /**
37
+ * SRM区域编码
38
+ * @type {Array<string>}
39
+ * @memberof DashboardEquipmentSearchDTO
40
+ */
41
+ 'srmAreaCodes'?: Array<string>;
42
+ /**
43
+ * SRM小微编码
44
+ * @type {Array<string>}
45
+ * @memberof DashboardEquipmentSearchDTO
46
+ */
47
+ 'srmXwCodes'?: Array<string>;
48
+ /**
49
+ * SRM中心编码
50
+ * @type {Array<string>}
51
+ * @memberof DashboardEquipmentSearchDTO
52
+ */
53
+ 'srmCenterCodes'?: Array<string>;
36
54
  /**
37
55
  * 设备系统ID
38
56
  * @type {Array<number>}
@@ -0,0 +1,30 @@
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 DashboardSeriesStatsBaseVO
16
+ */
17
+ export interface DashboardSeriesStatsBaseVO {
18
+ /**
19
+ * 时间戳
20
+ * @type {number}
21
+ * @memberof DashboardSeriesStatsBaseVO
22
+ */
23
+ 'timestamp'?: number;
24
+ /**
25
+ * 数值
26
+ * @type {number}
27
+ * @memberof DashboardSeriesStatsBaseVO
28
+ */
29
+ 'value'?: number;
30
+ }
@@ -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 });
@@ -57,4 +57,40 @@ export interface DashboardSurveillanceParkGroupStatsVO {
57
57
  * @memberof DashboardSurveillanceParkGroupStatsVO
58
58
  */
59
59
  'videoLossCount'?: number;
60
+ /**
61
+ * srm大区编码
62
+ * @type {string}
63
+ * @memberof DashboardSurveillanceParkGroupStatsVO
64
+ */
65
+ 'srmAreaCode'?: string;
66
+ /**
67
+ * srm大区名称
68
+ * @type {string}
69
+ * @memberof DashboardSurveillanceParkGroupStatsVO
70
+ */
71
+ 'srmAreaName'?: string;
72
+ /**
73
+ * srm小微编码
74
+ * @type {string}
75
+ * @memberof DashboardSurveillanceParkGroupStatsVO
76
+ */
77
+ 'srmXwCode'?: string;
78
+ /**
79
+ * srm小微名称
80
+ * @type {string}
81
+ * @memberof DashboardSurveillanceParkGroupStatsVO
82
+ */
83
+ 'srmXwName'?: string;
84
+ /**
85
+ * srm中心名称
86
+ * @type {string}
87
+ * @memberof DashboardSurveillanceParkGroupStatsVO
88
+ */
89
+ 'srmCenterName'?: string;
90
+ /**
91
+ * srm中心编码
92
+ * @type {string}
93
+ * @memberof DashboardSurveillanceParkGroupStatsVO
94
+ */
95
+ 'srmCenterCode'?: string;
60
96
  }
@@ -34,6 +34,24 @@ export interface DashboardSurveillanceSearchDTO {
34
34
  * @memberof DashboardSurveillanceSearchDTO
35
35
  */
36
36
  'endTime'?: number;
37
+ /**
38
+ * SRM区域编码
39
+ * @type {Array<string>}
40
+ * @memberof DashboardSurveillanceSearchDTO
41
+ */
42
+ 'srmAreaCodes'?: Array<string>;
43
+ /**
44
+ * SRM小微编码
45
+ * @type {Array<string>}
46
+ * @memberof DashboardSurveillanceSearchDTO
47
+ */
48
+ 'srmXwCodes'?: Array<string>;
49
+ /**
50
+ * SRM中心编码
51
+ * @type {Array<string>}
52
+ * @memberof DashboardSurveillanceSearchDTO
53
+ */
54
+ 'srmCenterCodes'?: Array<string>;
37
55
  /**
38
56
  * 功能区
39
57
  * @type {Array<FunctionalAreaEnum>}
@@ -36,6 +36,24 @@ export interface DashboardWorkOrderByParkSearchDTO {
36
36
  * @memberof DashboardWorkOrderByParkSearchDTO
37
37
  */
38
38
  'endTime'?: number;
39
+ /**
40
+ * SRM区域编码
41
+ * @type {Array<string>}
42
+ * @memberof DashboardWorkOrderByParkSearchDTO
43
+ */
44
+ 'srmAreaCodes'?: Array<string>;
45
+ /**
46
+ * SRM小微编码
47
+ * @type {Array<string>}
48
+ * @memberof DashboardWorkOrderByParkSearchDTO
49
+ */
50
+ 'srmXwCodes'?: Array<string>;
51
+ /**
52
+ * SRM中心编码
53
+ * @type {Array<string>}
54
+ * @memberof DashboardWorkOrderByParkSearchDTO
55
+ */
56
+ 'srmCenterCodes'?: Array<string>;
39
57
  /**
40
58
  * 工单类型
41
59
  * @type {Array<WorkOrderTypeEnum>}
@@ -65,5 +83,5 @@ export interface DashboardWorkOrderByParkSearchDTO {
65
83
  * @type {number}
66
84
  * @memberof DashboardWorkOrderByParkSearchDTO
67
85
  */
68
- 'timeField'?: number;
86
+ 'timeField': number;
69
87
  }
@@ -35,6 +35,24 @@ export interface DashboardWorkOrderByWorkOrderTypeSearchDTO {
35
35
  * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
36
36
  */
37
37
  'endTime'?: number;
38
+ /**
39
+ * SRM区域编码
40
+ * @type {Array<string>}
41
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
42
+ */
43
+ 'srmAreaCodes'?: Array<string>;
44
+ /**
45
+ * SRM小微编码
46
+ * @type {Array<string>}
47
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
48
+ */
49
+ 'srmXwCodes'?: Array<string>;
50
+ /**
51
+ * SRM中心编码
52
+ * @type {Array<string>}
53
+ * @memberof DashboardWorkOrderByWorkOrderTypeSearchDTO
54
+ */
55
+ 'srmCenterCodes'?: Array<string>;
38
56
  /**
39
57
  * 工单类型
40
58
  * @type {Array<WorkOrderTypeEnum>}
@@ -34,6 +34,24 @@ export interface DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO {
34
34
  * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
35
35
  */
36
36
  'endTime'?: number;
37
+ /**
38
+ * SRM区域编码
39
+ * @type {Array<string>}
40
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
41
+ */
42
+ 'srmAreaCodes'?: Array<string>;
43
+ /**
44
+ * SRM小微编码
45
+ * @type {Array<string>}
46
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
47
+ */
48
+ 'srmXwCodes'?: Array<string>;
49
+ /**
50
+ * SRM中心编码
51
+ * @type {Array<string>}
52
+ * @memberof DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
53
+ */
54
+ 'srmCenterCodes'?: Array<string>;
37
55
  /**
38
56
  * 工单类型
39
57
  * @type {Array<WorkOrderTypeEnum>}
@@ -0,0 +1,117 @@
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 { WorkOrderStatusEnum } from './work-order-status-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
15
+ /**
16
+ * 数据看板工单列表查询DTO
17
+ * @export
18
+ * @interface DashboardWorkOrderListSearchDTO
19
+ */
20
+ export interface DashboardWorkOrderListSearchDTO {
21
+ /**
22
+ * 园区ID集合
23
+ * @type {Array<number>}
24
+ * @memberof DashboardWorkOrderListSearchDTO
25
+ */
26
+ 'parkIds'?: Array<number>;
27
+ /**
28
+ * 开始时间
29
+ * @type {number}
30
+ * @memberof DashboardWorkOrderListSearchDTO
31
+ */
32
+ 'startTime'?: number;
33
+ /**
34
+ * 结束时间
35
+ * @type {number}
36
+ * @memberof DashboardWorkOrderListSearchDTO
37
+ */
38
+ 'endTime'?: number;
39
+ /**
40
+ * SRM区域编码
41
+ * @type {Array<string>}
42
+ * @memberof DashboardWorkOrderListSearchDTO
43
+ */
44
+ 'srmAreaCodes'?: Array<string>;
45
+ /**
46
+ * SRM小微编码
47
+ * @type {Array<string>}
48
+ * @memberof DashboardWorkOrderListSearchDTO
49
+ */
50
+ 'srmXwCodes'?: Array<string>;
51
+ /**
52
+ * SRM中心编码
53
+ * @type {Array<string>}
54
+ * @memberof DashboardWorkOrderListSearchDTO
55
+ */
56
+ 'srmCenterCodes'?: Array<string>;
57
+ /**
58
+ * 页码
59
+ * @type {number}
60
+ * @memberof DashboardWorkOrderListSearchDTO
61
+ */
62
+ 'page': number;
63
+ /**
64
+ * 每页条数
65
+ * @type {number}
66
+ * @memberof DashboardWorkOrderListSearchDTO
67
+ */
68
+ 'pageSize': number;
69
+ /**
70
+ * 搜索值
71
+ * @type {string}
72
+ * @memberof DashboardWorkOrderListSearchDTO
73
+ */
74
+ 'searchValue'?: string;
75
+ /**
76
+ * 工单类型
77
+ * @type {Array<WorkOrderTypeEnum>}
78
+ * @memberof DashboardWorkOrderListSearchDTO
79
+ */
80
+ 'workOrderTypes'?: Array<WorkOrderTypeEnum>;
81
+ /**
82
+ * 工单类型子类
83
+ * @type {Array<WorkOrderTypeSubcategoryEnum>}
84
+ * @memberof DashboardWorkOrderListSearchDTO
85
+ */
86
+ 'workOrderTypeSubcategories'?: Array<WorkOrderTypeSubcategoryEnum>;
87
+ /**
88
+ * 工单状态
89
+ * @type {Array<WorkOrderStatusEnum>}
90
+ * @memberof DashboardWorkOrderListSearchDTO
91
+ */
92
+ 'workOrderStatues'?: Array<WorkOrderStatusEnum>;
93
+ /**
94
+ * 执行部门(传-1代表查询无执行部门的工单)
95
+ * @type {Array<number>}
96
+ * @memberof DashboardWorkOrderListSearchDTO
97
+ */
98
+ 'executionDeptIds'?: Array<number>;
99
+ /**
100
+ * 是否超时
101
+ * @type {boolean}
102
+ * @memberof DashboardWorkOrderListSearchDTO
103
+ */
104
+ 'isTimeOut'?: boolean;
105
+ /**
106
+ * 抽检状态
107
+ * @type {Array<string>}
108
+ * @memberof DashboardWorkOrderListSearchDTO
109
+ */
110
+ 'spotCheckStatuses'?: Array<DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum>;
111
+ }
112
+ export declare const DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum: {
113
+ readonly NotCheck: "NOT_CHECK";
114
+ readonly Pass: "PASS";
115
+ readonly Fail: "FAIL";
116
+ };
117
+ export type DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum = typeof DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum[keyof typeof DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum];
@@ -0,0 +1,21 @@
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 });
16
+ exports.DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum = void 0;
17
+ exports.DashboardWorkOrderListSearchDTOSpotCheckStatusesEnum = {
18
+ NotCheck: 'NOT_CHECK',
19
+ Pass: 'PASS',
20
+ Fail: 'FAIL'
21
+ };