@gizone/rrs-client 4.1.3-alpha.192 → 4.1.3-alpha.194

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 (78) hide show
  1. package/.openapi-generator/FILES +8 -2
  2. package/apis/surveillance-settings-api.ts +323 -131
  3. package/dist/apis/surveillance-settings-api.d.ts +175 -93
  4. package/dist/apis/surveillance-settings-api.js +285 -104
  5. package/dist/esm/apis/surveillance-settings-api.d.ts +175 -93
  6. package/dist/esm/apis/surveillance-settings-api.js +285 -104
  7. package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
  8. package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
  9. package/dist/esm/models/index.d.ts +8 -2
  10. package/dist/esm/models/index.js +8 -2
  11. package/dist/esm/models/ipage-access-vo.d.ts +8 -8
  12. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
  13. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
  14. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.js +14 -0
  15. package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
  16. package/dist/esm/models/json-result-surveillance-settings-polling-dto.js +14 -0
  17. package/dist/esm/models/park.d.ts +7 -1
  18. package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
  19. package/dist/esm/models/surveillance-settings-coverage-standard-dto.js +14 -0
  20. package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -27
  21. package/dist/esm/models/surveillance-settings-export-dto.d.ts +66 -0
  22. package/dist/esm/models/surveillance-settings-export-dto.js +14 -0
  23. package/dist/esm/models/surveillance-settings-polling-dto.d.ts +31 -0
  24. package/dist/esm/models/surveillance-settings-polling-dto.js +14 -0
  25. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +5 -5
  26. package/dist/{models/polling-surveillance-info.d.ts → esm/models/surveillance-settings-update-vo.d.ts} +6 -12
  27. package/dist/esm/models/surveillance-settings-update-vo.js +14 -0
  28. package/dist/esm/models/surveillance.d.ts +5 -30
  29. package/dist/esm/models/sys-user.d.ts +4 -4
  30. package/dist/esm/models/third-party-system-enum.d.ts +0 -1
  31. package/dist/esm/models/third-party-system-enum.js +0 -1
  32. package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
  33. package/dist/models/get-user-wx200-response.d.ts +4 -4
  34. package/dist/models/index.d.ts +8 -2
  35. package/dist/models/index.js +8 -2
  36. package/dist/models/ipage-access-vo.d.ts +8 -8
  37. package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
  38. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
  39. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.js +15 -0
  40. package/dist/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
  41. package/dist/models/json-result-surveillance-settings-polling-dto.js +15 -0
  42. package/dist/models/park.d.ts +7 -1
  43. package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
  44. package/dist/models/surveillance-settings-coverage-standard-dto.js +15 -0
  45. package/dist/models/surveillance-settings-details-dto.d.ts +0 -27
  46. package/dist/models/surveillance-settings-export-dto.d.ts +66 -0
  47. package/dist/models/surveillance-settings-export-dto.js +15 -0
  48. package/dist/models/surveillance-settings-polling-dto.d.ts +31 -0
  49. package/dist/models/surveillance-settings-polling-dto.js +15 -0
  50. package/dist/models/surveillance-settings-polling-vo.d.ts +5 -5
  51. package/dist/{esm/models/polling-surveillance-info.d.ts → models/surveillance-settings-update-vo.d.ts} +6 -12
  52. package/dist/models/surveillance-settings-update-vo.js +15 -0
  53. package/dist/models/surveillance.d.ts +5 -30
  54. package/dist/models/sys-user.d.ts +4 -4
  55. package/dist/models/third-party-system-enum.d.ts +0 -1
  56. package/dist/models/third-party-system-enum.js +0 -1
  57. package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +39 -0
  58. package/models/get-user-wx200-response.ts +4 -4
  59. package/models/index.ts +8 -2
  60. package/models/ipage-access-vo.ts +8 -8
  61. package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +72 -0
  62. package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +72 -0
  63. package/models/{json-result-list-surveillance-settings-details-dto.ts → json-result-surveillance-settings-polling-dto.ts} +13 -13
  64. package/models/park.ts +7 -1
  65. package/models/surveillance-settings-coverage-standard-dto.ts +45 -0
  66. package/models/surveillance-settings-details-dto.ts +0 -33
  67. package/models/surveillance-settings-export-dto.ts +72 -0
  68. package/models/surveillance-settings-polling-dto.ts +39 -0
  69. package/models/surveillance-settings-polling-vo.ts +5 -5
  70. package/models/{polling-surveillance-info.ts → surveillance-settings-update-vo.ts} +6 -12
  71. package/models/surveillance.ts +5 -34
  72. package/models/sys-user.ts +4 -4
  73. package/models/third-party-system-enum.ts +0 -1
  74. package/package.json +1 -1
  75. /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  76. /package/dist/esm/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  77. /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  78. /package/dist/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
@@ -9,9 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Park } from './park';
13
- import type { PollingSurveillanceInfo } from './polling-surveillance-info';
14
- import type { Surveillance } from './surveillance';
15
12
  /**
16
13
  * 监控设置详情VO
17
14
  * @export
@@ -24,34 +21,10 @@ export interface SurveillanceSettingsDetailsDto {
24
21
  * @memberof SurveillanceSettingsDetailsDto
25
22
  */
26
23
  'parkId'?: number;
27
- /**
28
- * 轮询间隔(分钟)
29
- * @type {number}
30
- * @memberof SurveillanceSettingsDetailsDto
31
- */
32
- 'pollingInterval'?: number;
33
- /**
34
- * 轮询的监控
35
- * @type {Array<PollingSurveillanceInfo>}
36
- * @memberof SurveillanceSettingsDetailsDto
37
- */
38
- 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
39
24
  /**
40
25
  * 监控覆盖率标准
41
26
  * @type {number}
42
27
  * @memberof SurveillanceSettingsDetailsDto
43
28
  */
44
29
  'monitoringCoverageStandard'?: number;
45
- /**
46
- *
47
- * @type {Park}
48
- * @memberof SurveillanceSettingsDetailsDto
49
- */
50
- 'park'?: Park;
51
- /**
52
- * 监控信息列表
53
- * @type {Array<Surveillance>}
54
- * @memberof SurveillanceSettingsDetailsDto
55
- */
56
- 'surveillances'?: Array<Surveillance>;
57
30
  }
@@ -0,0 +1,66 @@
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
+ * 监控设置导出VO
14
+ * @export
15
+ * @interface SurveillanceSettingsExportDto
16
+ */
17
+ export interface SurveillanceSettingsExportDto {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof SurveillanceSettingsExportDto
22
+ */
23
+ 'parkId'?: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SurveillanceSettingsExportDto
28
+ */
29
+ 'platform'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SurveillanceSettingsExportDto
34
+ */
35
+ 'center'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SurveillanceSettingsExportDto
40
+ */
41
+ 'parkName'?: string;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof SurveillanceSettingsExportDto
46
+ */
47
+ 'monitoringCoverageStandard'?: number;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof SurveillanceSettingsExportDto
52
+ */
53
+ 'counts'?: number;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof SurveillanceSettingsExportDto
58
+ */
59
+ 'tips'?: string;
60
+ /**
61
+ * 是否错误
62
+ * @type {boolean}
63
+ * @memberof SurveillanceSettingsExportDto
64
+ */
65
+ 'isSuccess'?: boolean;
66
+ }
@@ -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,31 @@
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 { Surveillance } from './surveillance';
13
+ /**
14
+ * 监控设置轮询dto
15
+ * @export
16
+ * @interface SurveillanceSettingsPollingDto
17
+ */
18
+ export interface SurveillanceSettingsPollingDto {
19
+ /**
20
+ * 间隔时间(秒)
21
+ * @type {number}
22
+ * @memberof SurveillanceSettingsPollingDto
23
+ */
24
+ 'intervalTime'?: number;
25
+ /**
26
+ * 监控列表
27
+ * @type {Array<Surveillance>}
28
+ * @memberof SurveillanceSettingsPollingDto
29
+ */
30
+ 'surveillanceList'?: Array<Surveillance>;
31
+ }
@@ -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 });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { PollingSurveillanceInfo } from './polling-surveillance-info';
12
+ import type { Surveillance } from './surveillance';
13
13
  /**
14
14
  * 监控设置轮询VO
15
15
  * @export
@@ -17,15 +17,15 @@ import type { PollingSurveillanceInfo } from './polling-surveillance-info';
17
17
  */
18
18
  export interface SurveillanceSettingsPollingVo {
19
19
  /**
20
- * 轮询间隔
20
+ * 间隔时间(秒)
21
21
  * @type {number}
22
22
  * @memberof SurveillanceSettingsPollingVo
23
23
  */
24
- 'pollingInterval'?: number;
24
+ 'intervalTime'?: number;
25
25
  /**
26
26
  * 监控列表
27
- * @type {Array<PollingSurveillanceInfo>}
27
+ * @type {Array<Surveillance>}
28
28
  * @memberof SurveillanceSettingsPollingVo
29
29
  */
30
- 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
30
+ 'surveillanceList'?: Array<Surveillance>;
31
31
  }
@@ -10,21 +10,15 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * 轮询的监控
13
+ * 监控设置更新VO
14
14
  * @export
15
- * @interface PollingSurveillanceInfo
15
+ * @interface SurveillanceSettingsUpdateVo
16
16
  */
17
- export interface PollingSurveillanceInfo {
17
+ export interface SurveillanceSettingsUpdateVo {
18
18
  /**
19
- * 排序
19
+ * 覆盖率
20
20
  * @type {number}
21
- * @memberof PollingSurveillanceInfo
21
+ * @memberof SurveillanceSettingsUpdateVo
22
22
  */
23
- 'sort'?: number;
24
- /**
25
- * 监控id
26
- * @type {number}
27
- * @memberof PollingSurveillanceInfo
28
- */
29
- 'surveillanceId'?: number;
23
+ 'monitoringCoverageStandard': number;
30
24
  }
@@ -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 });
@@ -9,47 +9,22 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { IotDeviceStatusEnum } from './iot-device-status-enum';
13
12
  /**
14
- * 监控详情
13
+ * 监控
15
14
  * @export
16
15
  * @interface Surveillance
17
16
  */
18
17
  export interface Surveillance {
19
18
  /**
20
- * 监控ID
19
+ * 排序
21
20
  * @type {number}
22
21
  * @memberof Surveillance
23
22
  */
24
- 'surveillanceId'?: number;
23
+ 'sort'?: number;
25
24
  /**
26
- * 空间ID
25
+ * 监控id
27
26
  * @type {number}
28
27
  * @memberof Surveillance
29
28
  */
30
- 'spaceId'?: number;
31
- /**
32
- * 监控名称
33
- * @type {string}
34
- * @memberof Surveillance
35
- */
36
- 'surveillanceName'?: string;
37
- /**
38
- * 监控全名称
39
- * @type {string}
40
- * @memberof Surveillance
41
- */
42
- 'surveillanceFullName'?: string;
43
- /**
44
- * 监控点位
45
- * @type {Array<number>}
46
- * @memberof Surveillance
47
- */
48
- 'surveillancePoint'?: Array<number>;
49
- /**
50
- *
51
- * @type {IotDeviceStatusEnum}
52
- * @memberof Surveillance
53
- */
54
- 'surveillanceStatus'?: IotDeviceStatusEnum;
29
+ 'surveillanceId'?: number;
55
30
  }
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {string}
360
+ * @type {number}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cid'?: string;
363
+ 'cuserId'?: number;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  }
@@ -15,7 +15,6 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare const ThirdPartySystemEnum: {
18
- readonly Saas: "SAAS";
19
18
  readonly Sqm: "SQM";
20
19
  readonly Fam: "FAM";
21
20
  };
@@ -20,7 +20,6 @@ exports.ThirdPartySystemEnum = void 0;
20
20
  * @enum {string}
21
21
  */
22
22
  exports.ThirdPartySystemEnum = {
23
- Saas: 'SAAS',
24
23
  Sqm: 'SQM',
25
24
  Fam: 'FAM'
26
25
  };
@@ -0,0 +1,39 @@
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 { SurveillanceSettingsExportDto } from './surveillance-settings-export-dto';
19
+
20
+ /**
21
+ * execl导入结果返回
22
+ * @export
23
+ * @interface ExcelImportResultDTOSurveillanceSettingsExportDto
24
+ */
25
+ export interface ExcelImportResultDTOSurveillanceSettingsExportDto {
26
+ /**
27
+ * 成功的数据
28
+ * @type {Array<SurveillanceSettingsExportDto>}
29
+ * @memberof ExcelImportResultDTOSurveillanceSettingsExportDto
30
+ */
31
+ 'successDataList'?: Array<SurveillanceSettingsExportDto>;
32
+ /**
33
+ * 错误的数据
34
+ * @type {Array<SurveillanceSettingsExportDto>}
35
+ * @memberof ExcelImportResultDTOSurveillanceSettingsExportDto
36
+ */
37
+ 'errorDataList'?: Array<SurveillanceSettingsExportDto>;
38
+ }
39
+
@@ -34,16 +34,16 @@ export interface GetUserWx200Response {
34
34
  'status'?: number;
35
35
  /**
36
36
  *
37
- * @type {object}
37
+ * @type {Array<string>}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'trailerFields'?: object;
40
+ 'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
- * @type {Array<string>}
43
+ * @type {object}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'headerNames'?: Array<string>;
46
+ 'trailerFields'?: object;
47
47
  /**
48
48
  *
49
49
  * @type {string}
package/models/index.ts CHANGED
@@ -209,6 +209,7 @@ export * from './excel-import-result-dtocalendar-export-dto';
209
209
  export * from './excel-import-result-dtoequipment-excel-add-dto';
210
210
  export * from './excel-import-result-dtoinspection-standard-import-dto';
211
211
  export * from './excel-import-result-dtomaintenance-standard-import-dto';
212
+ export * from './excel-import-result-dtosurveillance-settings-export-dto';
212
213
  export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
213
214
  export * from './export-energy-meter-record-bo';
214
215
  export * from './export-hire-energy-meter-record-bo';
@@ -360,6 +361,7 @@ export * from './json-result-excel-import-result-dtocalendar-export-dto';
360
361
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
361
362
  export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
362
363
  export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
364
+ export * from './json-result-excel-import-result-dtosurveillance-settings-export-dto';
363
365
  export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
364
366
  export * from './json-result-feedback-record-detail-vo';
365
367
  export * from './json-result-feedback-statistics-count-dto';
@@ -453,7 +455,7 @@ export * from './json-result-list-space-tree-dto';
453
455
  export * from './json-result-list-space-url-dto';
454
456
  export * from './json-result-list-stock-push-settings-entity';
455
457
  export * from './json-result-list-supplier-select-dto';
456
- export * from './json-result-list-surveillance-settings-details-dto';
458
+ export * from './json-result-list-surveillance-settings-coverage-standard-dto';
457
459
  export * from './json-result-list-sys-dept';
458
460
  export * from './json-result-list-sys-dept-drop-down-box-list-dto';
459
461
  export * from './json-result-list-sys-user-drop-down-box-list-dto';
@@ -540,6 +542,7 @@ export * from './json-result-surveillance-details-dto';
540
542
  export * from './json-result-surveillance-live-dto';
541
543
  export * from './json-result-surveillance-roi-list-vo';
542
544
  export * from './json-result-surveillance-settings-details-dto';
545
+ export * from './json-result-surveillance-settings-polling-dto';
543
546
  export * from './json-result-switch-park-v2-dto';
544
547
  export * from './json-result-sys-dept';
545
548
  export * from './json-result-sys-user';
@@ -698,7 +701,6 @@ export * from './plan-item-add-vo';
698
701
  export * from './plan-item-edit-vo';
699
702
  export * from './plan-search-dto';
700
703
  export * from './plan-to-state-vo';
701
- export * from './polling-surveillance-info';
702
704
  export * from './privacy-add-vo';
703
705
  export * from './privacy-update-state-dto';
704
706
  export * from './process-network-monitor-repair-vo';
@@ -789,8 +791,12 @@ export * from './surveillance-live-dto';
789
791
  export * from './surveillance-point-vo';
790
792
  export * from './surveillance-roi-entity';
791
793
  export * from './surveillance-roi-list-vo';
794
+ export * from './surveillance-settings-coverage-standard-dto';
792
795
  export * from './surveillance-settings-details-dto';
796
+ export * from './surveillance-settings-export-dto';
797
+ export * from './surveillance-settings-polling-dto';
793
798
  export * from './surveillance-settings-polling-vo';
799
+ export * from './surveillance-settings-update-vo';
794
800
  export * from './surveillance-update-vo';
795
801
  export * from './switch-pak-body';
796
802
  export * from './switch-pak-body-v2-vo';
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
29
29
  * @memberof IPageAccessVO
30
30
  */
31
31
  'total'?: number;
32
+ /**
33
+ *
34
+ * @type {Array<AccessVO>}
35
+ * @memberof IPageAccessVO
36
+ */
37
+ 'records'?: Array<AccessVO>;
32
38
  /**
33
39
  *
34
40
  * @type {number}
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
37
43
  'current'?: number;
38
44
  /**
39
45
  *
40
- * @type {Array<AccessVO>}
46
+ * @type {number}
41
47
  * @memberof IPageAccessVO
42
48
  */
43
- 'records'?: Array<AccessVO>;
49
+ 'pages'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {boolean}
@@ -48,12 +54,6 @@ export interface IPageAccessVO {
48
54
  * @deprecated
49
55
  */
50
56
  'hitCount'?: boolean;
51
- /**
52
- *
53
- * @type {number}
54
- * @memberof IPageAccessVO
55
- */
56
- 'pages'?: number;
57
57
  /**
58
58
  *
59
59
  * @type {boolean}
@@ -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 { ExcelImportResultDTOSurveillanceSettingsExportDto } from './excel-import-result-dtosurveillance-settings-export-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
27
+ */
28
+ export interface JsonResultExcelImportResultDTOSurveillanceSettingsExportDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {ExcelImportResultDTOSurveillanceSettingsExportDto}
50
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
51
+ */
52
+ 'data'?: ExcelImportResultDTOSurveillanceSettingsExportDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -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 { SurveillanceSettingsCoverageStandardDto } from './surveillance-settings-coverage-standard-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListSurveillanceSettingsCoverageStandardDto
27
+ */
28
+ export interface JsonResultListSurveillanceSettingsCoverageStandardDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<SurveillanceSettingsCoverageStandardDto>}
50
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
51
+ */
52
+ 'data'?: Array<SurveillanceSettingsCoverageStandardDto> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+