@gizone/rrs-client 3.11.12-alpha.21 → 3.11.12-alpha.5

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 (221) hide show
  1. package/.openapi-generator/FILES +13 -18
  2. package/apis/access-api.ts +31 -31
  3. package/apis/app-auth-api.ts +13 -13
  4. package/apis/auth-api.ts +13 -13
  5. package/apis/calendar-api.ts +209 -231
  6. package/apis/common-api.ts +0 -192
  7. package/apis/message-api.ts +223 -201
  8. package/apis/setting-api.ts +243 -596
  9. package/apis/space-api.ts +329 -0
  10. package/apis/work-order-api.ts +214 -347
  11. package/dist/apis/access-api.d.ts +21 -21
  12. package/dist/apis/access-api.js +22 -22
  13. package/dist/apis/app-auth-api.d.ts +6 -6
  14. package/dist/apis/app-auth-api.js +11 -11
  15. package/dist/apis/auth-api.d.ts +6 -6
  16. package/dist/apis/auth-api.js +11 -11
  17. package/dist/apis/calendar-api.d.ts +123 -131
  18. package/dist/apis/calendar-api.js +164 -177
  19. package/dist/apis/common-api.d.ts +0 -102
  20. package/dist/apis/common-api.js +0 -144
  21. package/dist/apis/message-api.d.ts +125 -117
  22. package/dist/apis/message-api.js +171 -132
  23. package/dist/apis/setting-api.d.ts +144 -334
  24. package/dist/apis/setting-api.js +187 -433
  25. package/dist/apis/space-api.d.ts +159 -0
  26. package/dist/apis/space-api.js +272 -0
  27. package/dist/apis/work-order-api.d.ts +123 -197
  28. package/dist/apis/work-order-api.js +164 -245
  29. package/dist/esm/apis/access-api.d.ts +21 -21
  30. package/dist/esm/apis/access-api.js +22 -22
  31. package/dist/esm/apis/app-auth-api.d.ts +6 -6
  32. package/dist/esm/apis/app-auth-api.js +11 -11
  33. package/dist/esm/apis/auth-api.d.ts +6 -6
  34. package/dist/esm/apis/auth-api.js +11 -11
  35. package/dist/esm/apis/calendar-api.d.ts +123 -131
  36. package/dist/esm/apis/calendar-api.js +164 -177
  37. package/dist/esm/apis/common-api.d.ts +0 -102
  38. package/dist/esm/apis/common-api.js +0 -144
  39. package/dist/esm/apis/message-api.d.ts +125 -117
  40. package/dist/esm/apis/message-api.js +171 -132
  41. package/dist/esm/apis/setting-api.d.ts +144 -334
  42. package/dist/esm/apis/setting-api.js +187 -433
  43. package/dist/esm/apis/space-api.d.ts +159 -0
  44. package/dist/esm/apis/space-api.js +272 -0
  45. package/dist/esm/apis/work-order-api.d.ts +123 -197
  46. package/dist/esm/apis/work-order-api.js +164 -245
  47. package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
  48. package/dist/esm/models/file-dto.d.ts +3 -3
  49. package/dist/esm/models/get-user-wx200-response.d.ts +15 -15
  50. package/dist/esm/models/index.d.ts +13 -18
  51. package/dist/esm/models/index.js +13 -18
  52. package/dist/esm/models/inspection-item-bo.d.ts +10 -4
  53. package/dist/esm/models/inspection-point-item.d.ts +6 -18
  54. package/dist/{models/json-result-page-dto-sys-user-msg-dto.d.ts → esm/models/json-result-calendar-add-redis-list-vo.d.ts} +11 -11
  55. package/dist/esm/models/{json-result-sys-user-msg-dto.d.ts → json-result-page-dto-sys-user-msg-list-dto.d.ts} +11 -11
  56. package/dist/esm/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
  57. package/dist/{models/json-result-park-info-dto.d.ts → esm/models/json-result-sys-user-msg-do.d.ts} +11 -11
  58. package/dist/esm/models/maintenance-history-dto.d.ts +6 -0
  59. package/dist/esm/models/maintenance-history-dto.js +6 -0
  60. package/dist/{models/page-dto-sys-user-msg-dto.d.ts → esm/models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
  61. package/dist/esm/models/period-detail-resp.d.ts +6 -0
  62. package/dist/esm/models/period-detail-resp.js +6 -0
  63. package/dist/esm/models/plan-add-vo.d.ts +1 -1
  64. package/dist/esm/models/plan-edit-vo.d.ts +1 -1
  65. package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
  66. package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
  67. package/dist/esm/models/space-edit-before-and-after-dto.d.ts +31 -0
  68. package/dist/esm/models/space-edit-excel-dto.d.ts +78 -0
  69. package/dist/esm/models/sys-dept.d.ts +0 -6
  70. package/dist/esm/models/sys-user-msg-do.d.ts +90 -0
  71. package/dist/{models/sys-user-msg-dto.d.ts → esm/models/sys-user-msg-list-dto.d.ts} +28 -30
  72. package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +54 -0
  73. package/dist/esm/models/sys-user.d.ts +4 -4
  74. package/dist/esm/models/work-order-add-vo.d.ts +4 -23
  75. package/dist/esm/models/{system-user-msg-type-enum.d.ts → work-order-check-before-acceptance-adopt-vo.d.ts} +15 -6
  76. package/dist/{models/work-order-dept-settings-add-or-update-vo.d.ts → esm/models/work-order-check-before-acceptance-no-vo.d.ts} +12 -12
  77. package/dist/esm/models/work-order-detail-dto.d.ts +6 -6
  78. package/dist/esm/models/work-order-detail-dto.js +6 -0
  79. package/dist/esm/models/work-order-inspection-detail-dto.d.ts +13 -1
  80. package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
  81. package/dist/esm/models/work-order-search-dto.d.ts +6 -0
  82. package/dist/esm/models/work-order-search-dto.js +6 -0
  83. package/dist/esm/models/work-order-type-enum.d.ts +1 -1
  84. package/dist/esm/models/work-order-type-enum.js +1 -1
  85. package/dist/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
  86. package/dist/models/file-dto.d.ts +3 -3
  87. package/dist/models/get-user-wx200-response.d.ts +15 -15
  88. package/dist/models/index.d.ts +13 -18
  89. package/dist/models/index.js +13 -18
  90. package/dist/models/inspection-item-bo.d.ts +10 -4
  91. package/dist/models/inspection-point-item.d.ts +6 -18
  92. package/dist/{esm/models/json-result-page-dto-sys-user-msg-dto.d.ts → models/json-result-calendar-add-redis-list-vo.d.ts} +11 -11
  93. package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +56 -0
  94. package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
  95. package/dist/{esm/models/json-result-park-info-dto.d.ts → models/json-result-sys-user-msg-do.d.ts} +11 -11
  96. package/dist/models/maintenance-history-dto.d.ts +6 -0
  97. package/dist/models/maintenance-history-dto.js +6 -0
  98. package/dist/{esm/models/page-dto-sys-user-msg-dto.d.ts → models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
  99. package/dist/models/period-detail-resp.d.ts +6 -0
  100. package/dist/models/period-detail-resp.js +6 -0
  101. package/dist/models/plan-add-vo.d.ts +1 -1
  102. package/dist/models/plan-edit-vo.d.ts +1 -1
  103. package/dist/models/plan-item-add-vo.d.ts +1 -1
  104. package/dist/models/plan-item-edit-vo.d.ts +1 -1
  105. package/dist/models/space-edit-before-and-after-dto.d.ts +31 -0
  106. package/dist/models/space-edit-excel-dto.d.ts +78 -0
  107. package/dist/models/sys-dept.d.ts +0 -6
  108. package/dist/models/sys-user-msg-do.d.ts +90 -0
  109. package/dist/{esm/models/sys-user-msg-dto.d.ts → models/sys-user-msg-list-dto.d.ts} +28 -30
  110. package/dist/models/sys-user-msg-search-list-vo.d.ts +54 -0
  111. package/dist/models/sys-user.d.ts +4 -4
  112. package/dist/models/work-order-add-vo.d.ts +4 -23
  113. package/dist/{esm/models/system-user-msg-type-enum.js → models/work-order-check-before-acceptance-adopt-vo.d.ts} +15 -7
  114. package/dist/{esm/models/work-order-dept-settings-add-or-update-vo.d.ts → models/work-order-check-before-acceptance-no-vo.d.ts} +12 -12
  115. package/dist/models/work-order-detail-dto.d.ts +6 -6
  116. package/dist/models/work-order-detail-dto.js +6 -0
  117. package/dist/models/work-order-inspection-detail-dto.d.ts +13 -1
  118. package/dist/models/work-order-inspection-item-req.d.ts +3 -3
  119. package/dist/models/work-order-search-dto.d.ts +6 -0
  120. package/dist/models/work-order-search-dto.js +6 -0
  121. package/dist/models/work-order-type-enum.d.ts +1 -1
  122. package/dist/models/work-order-type-enum.js +1 -1
  123. package/models/{excel-import-result-dtocalendar-export-dto.ts → calendar-add-redis-list-vo.ts} +21 -9
  124. package/models/file-dto.ts +3 -3
  125. package/models/get-user-wx200-response.ts +15 -15
  126. package/models/index.ts +13 -18
  127. package/models/inspection-item-bo.ts +10 -4
  128. package/models/inspection-point-item.ts +6 -18
  129. package/models/{json-result-sys-user-msg-dto.ts → json-result-calendar-add-redis-list-vo.ts} +11 -11
  130. package/models/{json-result-page-dto-sys-user-msg-dto.ts → json-result-page-dto-sys-user-msg-list-dto.ts} +11 -11
  131. package/models/{json-result-work-order-dept-settings-entity.ts → json-result-space-edit-before-and-after-dto.ts} +11 -11
  132. package/models/{json-result-park-info-dto.ts → json-result-sys-user-msg-do.ts} +11 -11
  133. package/models/maintenance-history-dto.ts +6 -0
  134. package/models/{page-dto-sys-user-msg-dto.ts → page-dto-sys-user-msg-list-dto.ts} +7 -7
  135. package/models/period-detail-resp.ts +6 -0
  136. package/models/plan-add-vo.ts +1 -1
  137. package/models/plan-edit-vo.ts +1 -1
  138. package/models/plan-item-add-vo.ts +1 -1
  139. package/models/plan-item-edit-vo.ts +1 -1
  140. package/models/space-edit-before-and-after-dto.ts +39 -0
  141. package/models/space-edit-excel-dto.ts +84 -0
  142. package/models/sys-dept.ts +0 -6
  143. package/models/sys-user-msg-do.ts +96 -0
  144. package/models/{sys-user-msg-dto.ts → sys-user-msg-list-dto.ts} +28 -36
  145. package/models/sys-user-msg-search-list-vo.ts +60 -0
  146. package/models/sys-user.ts +4 -4
  147. package/models/work-order-add-vo.ts +4 -25
  148. package/models/{system-user-msg-type-enum.ts → work-order-check-before-acceptance-adopt-vo.ts} +15 -10
  149. package/models/{work-order-dept-settings-add-or-update-vo.ts → work-order-check-before-acceptance-no-vo.ts} +12 -12
  150. package/models/work-order-detail-dto.ts +6 -6
  151. package/models/work-order-inspection-detail-dto.ts +13 -1
  152. package/models/work-order-inspection-item-req.ts +3 -3
  153. package/models/work-order-search-dto.ts +6 -0
  154. package/models/work-order-type-enum.ts +1 -1
  155. package/package.json +1 -1
  156. package/dist/esm/models/dept-relation-dto.d.ts +0 -120
  157. package/dist/esm/models/dept-relation.d.ts +0 -84
  158. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
  159. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
  160. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
  161. package/dist/esm/models/park-info-dto.d.ts +0 -85
  162. package/dist/esm/models/park-info-edit-vo.d.ts +0 -49
  163. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -23
  164. package/dist/esm/models/system-user-msg-source-type-enum.js +0 -24
  165. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +0 -14
  166. package/dist/esm/models/work-order-dept-settings-entity.d.ts +0 -67
  167. package/dist/esm/models/work-order-dept-settings-entity.js +0 -14
  168. package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -26
  169. package/dist/esm/models/work-order-issue-type-enum.js +0 -27
  170. package/dist/models/dept-relation-dto.d.ts +0 -120
  171. package/dist/models/dept-relation.d.ts +0 -84
  172. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
  173. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
  174. package/dist/models/json-result-sys-user-msg-dto.d.ts +0 -56
  175. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
  176. package/dist/models/park-info-dto.d.ts +0 -85
  177. package/dist/models/park-info-edit-vo.d.ts +0 -49
  178. package/dist/models/system-user-msg-source-type-enum.d.ts +0 -23
  179. package/dist/models/system-user-msg-source-type-enum.js +0 -27
  180. package/dist/models/system-user-msg-type-enum.d.ts +0 -21
  181. package/dist/models/system-user-msg-type-enum.js +0 -25
  182. package/dist/models/work-order-dept-settings-add-or-update-vo.js +0 -15
  183. package/dist/models/work-order-dept-settings-entity.d.ts +0 -67
  184. package/dist/models/work-order-dept-settings-entity.js +0 -15
  185. package/dist/models/work-order-issue-type-enum.d.ts +0 -26
  186. package/dist/models/work-order-issue-type-enum.js +0 -30
  187. package/models/dept-relation-dto.ts +0 -126
  188. package/models/dept-relation.ts +0 -90
  189. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +0 -66
  190. package/models/json-result-list-work-order-dept-settings-entity.ts +0 -66
  191. package/models/park-info-dto.ts +0 -93
  192. package/models/park-info-edit-vo.ts +0 -57
  193. package/models/system-user-msg-source-type-enum.ts +0 -33
  194. package/models/work-order-dept-settings-entity.ts +0 -77
  195. package/models/work-order-issue-type-enum.ts +0 -36
  196. /package/dist/esm/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
  197. /package/dist/esm/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
  198. /package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
  199. /package/dist/esm/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
  200. /package/dist/esm/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
  201. /package/dist/esm/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
  202. /package/dist/esm/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
  203. /package/dist/esm/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
  204. /package/dist/esm/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
  205. /package/dist/esm/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
  206. /package/dist/esm/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
  207. /package/dist/esm/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
  208. /package/dist/esm/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
  209. /package/dist/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
  210. /package/dist/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
  211. /package/dist/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
  212. /package/dist/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
  213. /package/dist/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
  214. /package/dist/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
  215. /package/dist/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
  216. /package/dist/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
  217. /package/dist/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
  218. /package/dist/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
  219. /package/dist/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
  220. /package/dist/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
  221. /package/dist/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
@@ -378,12 +378,23 @@ const SettingApiAxiosParamCreator = function (configuration) {
378
378
  }),
379
379
  /**
380
380
  *
381
- * @summary 导入-确认
381
+ * @summary 添加园区设置
382
+ * @param {number} deptId
383
+ * @param {string} configKey
384
+ * @param {object} body
382
385
  * @param {*} [options] Override http request option.
383
386
  * @throws {RequiredError}
384
387
  */
385
- calendarBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
386
- const localVarPath = `/calendar/batchImport/confirm`;
388
+ deptConfigAddOrUpdate: (deptId_1, configKey_1, body_1, ...args_1) => __awaiter(this, [deptId_1, configKey_1, body_1, ...args_1], void 0, function* (deptId, configKey, body, options = {}) {
389
+ // verify required parameter 'deptId' is not null or undefined
390
+ (0, common_1.assertParamExists)('deptConfigAddOrUpdate', 'deptId', deptId);
391
+ // verify required parameter 'configKey' is not null or undefined
392
+ (0, common_1.assertParamExists)('deptConfigAddOrUpdate', 'configKey', configKey);
393
+ // verify required parameter 'body' is not null or undefined
394
+ (0, common_1.assertParamExists)('deptConfigAddOrUpdate', 'body', body);
395
+ const localVarPath = `/deptConfig/{deptId}/{configKey}`
396
+ .replace(`{${"deptId"}}`, encodeURIComponent(String(deptId)))
397
+ .replace(`{${"configKey"}}`, encodeURIComponent(String(configKey)));
387
398
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
388
399
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
389
400
  let baseOptions;
@@ -396,9 +407,11 @@ const SettingApiAxiosParamCreator = function (configuration) {
396
407
  // authentication tokenScheme required
397
408
  // http bearer authentication required
398
409
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
410
+ localVarHeaderParameter['Content-Type'] = 'application/json';
399
411
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
400
412
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
401
413
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
414
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
402
415
  return {
403
416
  url: (0, common_1.toPathString)(localVarUrlObj),
404
417
  options: localVarRequestOptions,
@@ -406,41 +419,20 @@ const SettingApiAxiosParamCreator = function (configuration) {
406
419
  }),
407
420
  /**
408
421
  *
409
- * @summary 导入-预览
410
- * @param {*} [options] Override http request option.
411
- * @throws {RequiredError}
412
- */
413
- calendarBatchImportPreView: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
414
- const localVarPath = `/calendar/batchImport/preView`;
415
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
416
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
417
- let baseOptions;
418
- if (configuration) {
419
- baseOptions = configuration.baseOptions;
420
- }
421
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
422
- const localVarHeaderParameter = {};
423
- const localVarQueryParameter = {};
424
- // authentication tokenScheme required
425
- // http bearer authentication required
426
- yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
427
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
428
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
429
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
430
- return {
431
- url: (0, common_1.toPathString)(localVarUrlObj),
432
- options: localVarRequestOptions,
433
- };
434
- }),
435
- /**
436
- *
437
- * @summary 导入-下载模板
438
- * @param {string} [language]
422
+ * @summary 查询园区设置
423
+ * @param {number} deptId
424
+ * @param {string} configKey
439
425
  * @param {*} [options] Override http request option.
440
426
  * @throws {RequiredError}
441
427
  */
442
- calendarBatchImportTemplate: (language_1, ...args_1) => __awaiter(this, [language_1, ...args_1], void 0, function* (language, options = {}) {
443
- const localVarPath = `/calendar/batchImport/template`;
428
+ deptConfigSelectByParkAndKey: (deptId_1, configKey_1, ...args_1) => __awaiter(this, [deptId_1, configKey_1, ...args_1], void 0, function* (deptId, configKey, options = {}) {
429
+ // verify required parameter 'deptId' is not null or undefined
430
+ (0, common_1.assertParamExists)('deptConfigSelectByParkAndKey', 'deptId', deptId);
431
+ // verify required parameter 'configKey' is not null or undefined
432
+ (0, common_1.assertParamExists)('deptConfigSelectByParkAndKey', 'configKey', configKey);
433
+ const localVarPath = `/deptConfig/{deptId}/{configKey}`
434
+ .replace(`{${"deptId"}}`, encodeURIComponent(String(deptId)))
435
+ .replace(`{${"configKey"}}`, encodeURIComponent(String(configKey)));
444
436
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
445
437
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
446
438
  let baseOptions;
@@ -453,9 +445,6 @@ const SettingApiAxiosParamCreator = function (configuration) {
453
445
  // authentication tokenScheme required
454
446
  // http bearer authentication required
455
447
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
456
- if (language !== undefined) {
457
- localVarQueryParameter['language'] = language;
458
- }
459
448
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
460
449
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
461
450
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -464,53 +453,6 @@ const SettingApiAxiosParamCreator = function (configuration) {
464
453
  options: localVarRequestOptions,
465
454
  };
466
455
  }),
467
- /**
468
- *
469
- * @summary 导入-上传文件
470
- * @param {number} parkId 园区id
471
- * @param {File} file
472
- * @param {string} [language] 语言
473
- * @param {*} [options] Override http request option.
474
- * @throws {RequiredError}
475
- */
476
- calendarBatchImportUpload: (parkId_1, file_1, language_1, ...args_1) => __awaiter(this, [parkId_1, file_1, language_1, ...args_1], void 0, function* (parkId, file, language, options = {}) {
477
- // verify required parameter 'parkId' is not null or undefined
478
- (0, common_1.assertParamExists)('calendarBatchImportUpload', 'parkId', parkId);
479
- // verify required parameter 'file' is not null or undefined
480
- (0, common_1.assertParamExists)('calendarBatchImportUpload', 'file', file);
481
- const localVarPath = `/calendar/batchImport/upload`;
482
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
483
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
484
- let baseOptions;
485
- if (configuration) {
486
- baseOptions = configuration.baseOptions;
487
- }
488
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
489
- const localVarHeaderParameter = {};
490
- const localVarQueryParameter = {};
491
- const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
492
- // authentication tokenScheme required
493
- // http bearer authentication required
494
- yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
495
- if (parkId !== undefined) {
496
- localVarFormParams.append('parkId', parkId);
497
- }
498
- if (language !== undefined) {
499
- localVarFormParams.append('language', language);
500
- }
501
- if (file !== undefined) {
502
- localVarFormParams.append('file', file);
503
- }
504
- localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
505
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
506
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
507
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
508
- localVarRequestOptions.data = localVarFormParams;
509
- return {
510
- url: (0, common_1.toPathString)(localVarUrlObj),
511
- options: localVarRequestOptions,
512
- };
513
- }),
514
456
  /**
515
457
  *
516
458
  * @summary 导出
@@ -519,10 +461,10 @@ const SettingApiAxiosParamCreator = function (configuration) {
519
461
  * @param {*} [options] Override http request option.
520
462
  * @throws {RequiredError}
521
463
  */
522
- calendarExport: (year_1, language_1, ...args_1) => __awaiter(this, [year_1, language_1, ...args_1], void 0, function* (year, language, options = {}) {
464
+ exportList2: (year_1, language_1, ...args_1) => __awaiter(this, [year_1, language_1, ...args_1], void 0, function* (year, language, options = {}) {
523
465
  // verify required parameter 'year' is not null or undefined
524
- (0, common_1.assertParamExists)('calendarExport', 'year', year);
525
- const localVarPath = `/calendar/export/{year}`
466
+ (0, common_1.assertParamExists)('exportList2', 'year', year);
467
+ const localVarPath = `/calendar/exportList/{year}`
526
468
  .replace(`{${"year"}}`, encodeURIComponent(String(year)));
527
469
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
528
470
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -549,40 +491,27 @@ const SettingApiAxiosParamCreator = function (configuration) {
549
491
  }),
550
492
  /**
551
493
  *
552
- * @summary 添加园区设置
553
- * @param {number} deptId
554
- * @param {string} configKey
555
- * @param {object} body
494
+ * @summary 导入-入库
556
495
  * @param {*} [options] Override http request option.
557
496
  * @throws {RequiredError}
558
497
  */
559
- deptConfigAddOrUpdate: (deptId_1, configKey_1, body_1, ...args_1) => __awaiter(this, [deptId_1, configKey_1, body_1, ...args_1], void 0, function* (deptId, configKey, body, options = {}) {
560
- // verify required parameter 'deptId' is not null or undefined
561
- (0, common_1.assertParamExists)('deptConfigAddOrUpdate', 'deptId', deptId);
562
- // verify required parameter 'configKey' is not null or undefined
563
- (0, common_1.assertParamExists)('deptConfigAddOrUpdate', 'configKey', configKey);
564
- // verify required parameter 'body' is not null or undefined
565
- (0, common_1.assertParamExists)('deptConfigAddOrUpdate', 'body', body);
566
- const localVarPath = `/deptConfig/{deptId}/{configKey}`
567
- .replace(`{${"deptId"}}`, encodeURIComponent(String(deptId)))
568
- .replace(`{${"configKey"}}`, encodeURIComponent(String(configKey)));
498
+ exportMysql1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
499
+ const localVarPath = `/calendar/exportMysql`;
569
500
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
570
501
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
571
502
  let baseOptions;
572
503
  if (configuration) {
573
504
  baseOptions = configuration.baseOptions;
574
505
  }
575
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
506
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
576
507
  const localVarHeaderParameter = {};
577
508
  const localVarQueryParameter = {};
578
509
  // authentication tokenScheme required
579
510
  // http bearer authentication required
580
511
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
581
- localVarHeaderParameter['Content-Type'] = 'application/json';
582
512
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
583
513
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
584
514
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
585
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
586
515
  return {
587
516
  url: (0, common_1.toPathString)(localVarUrlObj),
588
517
  options: localVarRequestOptions,
@@ -590,20 +519,12 @@ const SettingApiAxiosParamCreator = function (configuration) {
590
519
  }),
591
520
  /**
592
521
  *
593
- * @summary 查询园区设置
594
- * @param {number} deptId
595
- * @param {string} configKey
522
+ * @summary 导入结果确认
596
523
  * @param {*} [options] Override http request option.
597
524
  * @throws {RequiredError}
598
525
  */
599
- deptConfigSelectByParkAndKey: (deptId_1, configKey_1, ...args_1) => __awaiter(this, [deptId_1, configKey_1, ...args_1], void 0, function* (deptId, configKey, options = {}) {
600
- // verify required parameter 'deptId' is not null or undefined
601
- (0, common_1.assertParamExists)('deptConfigSelectByParkAndKey', 'deptId', deptId);
602
- // verify required parameter 'configKey' is not null or undefined
603
- (0, common_1.assertParamExists)('deptConfigSelectByParkAndKey', 'configKey', configKey);
604
- const localVarPath = `/deptConfig/{deptId}/{configKey}`
605
- .replace(`{${"deptId"}}`, encodeURIComponent(String(deptId)))
606
- .replace(`{${"configKey"}}`, encodeURIComponent(String(configKey)));
526
+ exportRedisList1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
527
+ const localVarPath = `/calendar/exportRedisList`;
607
528
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
608
529
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
609
530
  let baseOptions;
@@ -726,6 +647,41 @@ const SettingApiAxiosParamCreator = function (configuration) {
726
647
  options: localVarRequestOptions,
727
648
  };
728
649
  }),
650
+ /**
651
+ *
652
+ * @summary 导入redis
653
+ * @param {string} [language]
654
+ * @param {SaveWaterMeterBatchRequest} [saveWaterMeterBatchRequest]
655
+ * @param {*} [options] Override http request option.
656
+ * @throws {RequiredError}
657
+ */
658
+ saveBatchExport1: (language_1, saveWaterMeterBatchRequest_1, ...args_1) => __awaiter(this, [language_1, saveWaterMeterBatchRequest_1, ...args_1], void 0, function* (language, saveWaterMeterBatchRequest, options = {}) {
659
+ const localVarPath = `/calendar/saveBatchExport`;
660
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
661
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
662
+ let baseOptions;
663
+ if (configuration) {
664
+ baseOptions = configuration.baseOptions;
665
+ }
666
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
667
+ const localVarHeaderParameter = {};
668
+ const localVarQueryParameter = {};
669
+ // authentication tokenScheme required
670
+ // http bearer authentication required
671
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
672
+ if (language !== undefined) {
673
+ localVarQueryParameter['language'] = language;
674
+ }
675
+ localVarHeaderParameter['Content-Type'] = 'application/json';
676
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
677
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
678
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
679
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(saveWaterMeterBatchRequest, localVarRequestOptions, configuration);
680
+ return {
681
+ url: (0, common_1.toPathString)(localVarUrlObj),
682
+ options: localVarRequestOptions,
683
+ };
684
+ }),
729
685
  /**
730
686
  *
731
687
  * @summary 根据时间区间查询
@@ -902,61 +858,13 @@ const SettingApiAxiosParamCreator = function (configuration) {
902
858
  }),
903
859
  /**
904
860
  *
905
- * @summary 新增或修改
906
- * @param {number} parkId
907
- * @param {WorkOrderTypeEnum} workOrderType
908
- * @param {Array<WorkOrderDeptSettingsAddOrUpdateVO>} workOrderDeptSettingsAddOrUpdateVO
909
- * @param {*} [options] Override http request option.
910
- * @throws {RequiredError}
911
- */
912
- workOrderDeptSettingsAddOrUpdate: (parkId_1, workOrderType_1, workOrderDeptSettingsAddOrUpdateVO_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, workOrderDeptSettingsAddOrUpdateVO_1, ...args_1], void 0, function* (parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options = {}) {
913
- // verify required parameter 'parkId' is not null or undefined
914
- (0, common_1.assertParamExists)('workOrderDeptSettingsAddOrUpdate', 'parkId', parkId);
915
- // verify required parameter 'workOrderType' is not null or undefined
916
- (0, common_1.assertParamExists)('workOrderDeptSettingsAddOrUpdate', 'workOrderType', workOrderType);
917
- // verify required parameter 'workOrderDeptSettingsAddOrUpdateVO' is not null or undefined
918
- (0, common_1.assertParamExists)('workOrderDeptSettingsAddOrUpdate', 'workOrderDeptSettingsAddOrUpdateVO', workOrderDeptSettingsAddOrUpdateVO);
919
- const localVarPath = `/gizone/workOrderDeptSettings/{parkId}/{workOrderType}`
920
- .replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)))
921
- .replace(`{${"workOrderType"}}`, encodeURIComponent(String(workOrderType)));
922
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
923
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
924
- let baseOptions;
925
- if (configuration) {
926
- baseOptions = configuration.baseOptions;
927
- }
928
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
929
- const localVarHeaderParameter = {};
930
- const localVarQueryParameter = {};
931
- // authentication tokenScheme required
932
- // http bearer authentication required
933
- yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
934
- localVarHeaderParameter['Content-Type'] = 'application/json';
935
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
936
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
937
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
938
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(workOrderDeptSettingsAddOrUpdateVO, localVarRequestOptions, configuration);
939
- return {
940
- url: (0, common_1.toPathString)(localVarUrlObj),
941
- options: localVarRequestOptions,
942
- };
943
- }),
944
- /**
945
- *
946
- * @summary 根据工单类型查询
947
- * @param {number} parkId
948
- * @param {WorkOrderTypeEnum} workOrderType
861
+ * @summary 导入模板
862
+ * @param {string} [language]
949
863
  * @param {*} [options] Override http request option.
950
864
  * @throws {RequiredError}
951
865
  */
952
- workOrderDeptSettingsSelectByWorkOrderType: (parkId_1, workOrderType_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, ...args_1], void 0, function* (parkId, workOrderType, options = {}) {
953
- // verify required parameter 'parkId' is not null or undefined
954
- (0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderType', 'parkId', parkId);
955
- // verify required parameter 'workOrderType' is not null or undefined
956
- (0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderType', 'workOrderType', workOrderType);
957
- const localVarPath = `/gizone/workOrderDeptSettings/{parkId}/{workOrderType}`
958
- .replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)))
959
- .replace(`{${"workOrderType"}}`, encodeURIComponent(String(workOrderType)));
866
+ uploadAdd4: (language_1, ...args_1) => __awaiter(this, [language_1, ...args_1], void 0, function* (language, options = {}) {
867
+ const localVarPath = `/calendar/uploadAdd`;
960
868
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
961
869
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
962
870
  let baseOptions;
@@ -969,46 +877,9 @@ const SettingApiAxiosParamCreator = function (configuration) {
969
877
  // authentication tokenScheme required
970
878
  // http bearer authentication required
971
879
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
972
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
973
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
974
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
975
- return {
976
- url: (0, common_1.toPathString)(localVarUrlObj),
977
- options: localVarRequestOptions,
978
- };
979
- }),
980
- /**
981
- *
982
- * @summary 根据工单类型和key查询
983
- * @param {number} parkId
984
- * @param {WorkOrderTypeEnum} workOrderType
985
- * @param {string} key
986
- * @param {*} [options] Override http request option.
987
- * @throws {RequiredError}
988
- */
989
- workOrderDeptSettingsSelectByWorkOrderTypeAndKey: (parkId_1, workOrderType_1, key_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, key_1, ...args_1], void 0, function* (parkId, workOrderType, key, options = {}) {
990
- // verify required parameter 'parkId' is not null or undefined
991
- (0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderTypeAndKey', 'parkId', parkId);
992
- // verify required parameter 'workOrderType' is not null or undefined
993
- (0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderTypeAndKey', 'workOrderType', workOrderType);
994
- // verify required parameter 'key' is not null or undefined
995
- (0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderTypeAndKey', 'key', key);
996
- const localVarPath = `/gizone/workOrderDeptSettings/{parkId}/{workOrderType}/{key}`
997
- .replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)))
998
- .replace(`{${"workOrderType"}}`, encodeURIComponent(String(workOrderType)))
999
- .replace(`{${"key"}}`, encodeURIComponent(String(key)));
1000
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
1001
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1002
- let baseOptions;
1003
- if (configuration) {
1004
- baseOptions = configuration.baseOptions;
880
+ if (language !== undefined) {
881
+ localVarQueryParameter['language'] = language;
1005
882
  }
1006
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
1007
- const localVarHeaderParameter = {};
1008
- const localVarQueryParameter = {};
1009
- // authentication tokenScheme required
1010
- // http bearer authentication required
1011
- yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
1012
883
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1013
884
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1014
885
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -1258,65 +1129,36 @@ const SettingApiFp = function (configuration) {
1258
1129
  },
1259
1130
  /**
1260
1131
  *
1261
- * @summary 导入-确认
1262
- * @param {*} [options] Override http request option.
1263
- * @throws {RequiredError}
1264
- */
1265
- calendarBatchImportConfirm(options) {
1266
- return __awaiter(this, void 0, void 0, function* () {
1267
- var _a, _b, _c;
1268
- const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportConfirm(options);
1269
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1270
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.calendarBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1271
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1272
- });
1273
- },
1274
- /**
1275
- *
1276
- * @summary 导入-预览
1277
- * @param {*} [options] Override http request option.
1278
- * @throws {RequiredError}
1279
- */
1280
- calendarBatchImportPreView(options) {
1281
- return __awaiter(this, void 0, void 0, function* () {
1282
- var _a, _b, _c;
1283
- const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportPreView(options);
1284
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1285
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.calendarBatchImportPreView']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1286
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1287
- });
1288
- },
1289
- /**
1290
- *
1291
- * @summary 导入-下载模板
1292
- * @param {string} [language]
1132
+ * @summary 添加园区设置
1133
+ * @param {number} deptId
1134
+ * @param {string} configKey
1135
+ * @param {object} body
1293
1136
  * @param {*} [options] Override http request option.
1294
1137
  * @throws {RequiredError}
1295
1138
  */
1296
- calendarBatchImportTemplate(language, options) {
1139
+ deptConfigAddOrUpdate(deptId, configKey, body, options) {
1297
1140
  return __awaiter(this, void 0, void 0, function* () {
1298
1141
  var _a, _b, _c;
1299
- const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportTemplate(language, options);
1142
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.deptConfigAddOrUpdate(deptId, configKey, body, options);
1300
1143
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1301
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.calendarBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1144
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.deptConfigAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1302
1145
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1303
1146
  });
1304
1147
  },
1305
1148
  /**
1306
1149
  *
1307
- * @summary 导入-上传文件
1308
- * @param {number} parkId 园区id
1309
- * @param {File} file
1310
- * @param {string} [language] 语言
1150
+ * @summary 查询园区设置
1151
+ * @param {number} deptId
1152
+ * @param {string} configKey
1311
1153
  * @param {*} [options] Override http request option.
1312
1154
  * @throws {RequiredError}
1313
1155
  */
1314
- calendarBatchImportUpload(parkId, file, language, options) {
1156
+ deptConfigSelectByParkAndKey(deptId, configKey, options) {
1315
1157
  return __awaiter(this, void 0, void 0, function* () {
1316
1158
  var _a, _b, _c;
1317
- const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportUpload(parkId, file, language, options);
1159
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.deptConfigSelectByParkAndKey(deptId, configKey, options);
1318
1160
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1319
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.calendarBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1161
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.deptConfigSelectByParkAndKey']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1320
1162
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1321
1163
  });
1322
1164
  },
@@ -1328,47 +1170,42 @@ const SettingApiFp = function (configuration) {
1328
1170
  * @param {*} [options] Override http request option.
1329
1171
  * @throws {RequiredError}
1330
1172
  */
1331
- calendarExport(year, language, options) {
1173
+ exportList2(year, language, options) {
1332
1174
  return __awaiter(this, void 0, void 0, function* () {
1333
1175
  var _a, _b, _c;
1334
- const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarExport(year, language, options);
1176
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.exportList2(year, language, options);
1335
1177
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1336
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.calendarExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1178
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.exportList2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1337
1179
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1338
1180
  });
1339
1181
  },
1340
1182
  /**
1341
1183
  *
1342
- * @summary 添加园区设置
1343
- * @param {number} deptId
1344
- * @param {string} configKey
1345
- * @param {object} body
1184
+ * @summary 导入-入库
1346
1185
  * @param {*} [options] Override http request option.
1347
1186
  * @throws {RequiredError}
1348
1187
  */
1349
- deptConfigAddOrUpdate(deptId, configKey, body, options) {
1188
+ exportMysql1(options) {
1350
1189
  return __awaiter(this, void 0, void 0, function* () {
1351
1190
  var _a, _b, _c;
1352
- const localVarAxiosArgs = yield localVarAxiosParamCreator.deptConfigAddOrUpdate(deptId, configKey, body, options);
1191
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.exportMysql1(options);
1353
1192
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1354
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.deptConfigAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1193
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.exportMysql1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1355
1194
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1356
1195
  });
1357
1196
  },
1358
1197
  /**
1359
1198
  *
1360
- * @summary 查询园区设置
1361
- * @param {number} deptId
1362
- * @param {string} configKey
1199
+ * @summary 导入结果确认
1363
1200
  * @param {*} [options] Override http request option.
1364
1201
  * @throws {RequiredError}
1365
1202
  */
1366
- deptConfigSelectByParkAndKey(deptId, configKey, options) {
1203
+ exportRedisList1(options) {
1367
1204
  return __awaiter(this, void 0, void 0, function* () {
1368
1205
  var _a, _b, _c;
1369
- const localVarAxiosArgs = yield localVarAxiosParamCreator.deptConfigSelectByParkAndKey(deptId, configKey, options);
1206
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.exportRedisList1(options);
1370
1207
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1371
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.deptConfigSelectByParkAndKey']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1208
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.exportRedisList1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1372
1209
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1373
1210
  });
1374
1211
  },
@@ -1420,6 +1257,23 @@ const SettingApiFp = function (configuration) {
1420
1257
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1421
1258
  });
1422
1259
  },
1260
+ /**
1261
+ *
1262
+ * @summary 导入redis
1263
+ * @param {string} [language]
1264
+ * @param {SaveWaterMeterBatchRequest} [saveWaterMeterBatchRequest]
1265
+ * @param {*} [options] Override http request option.
1266
+ * @throws {RequiredError}
1267
+ */
1268
+ saveBatchExport1(language, saveWaterMeterBatchRequest, options) {
1269
+ return __awaiter(this, void 0, void 0, function* () {
1270
+ var _a, _b, _c;
1271
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.saveBatchExport1(language, saveWaterMeterBatchRequest, options);
1272
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1273
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.saveBatchExport1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1274
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1275
+ });
1276
+ },
1423
1277
  /**
1424
1278
  *
1425
1279
  * @summary 根据时间区间查询
@@ -1504,54 +1358,17 @@ const SettingApiFp = function (configuration) {
1504
1358
  },
1505
1359
  /**
1506
1360
  *
1507
- * @summary 新增或修改
1508
- * @param {number} parkId
1509
- * @param {WorkOrderTypeEnum} workOrderType
1510
- * @param {Array<WorkOrderDeptSettingsAddOrUpdateVO>} workOrderDeptSettingsAddOrUpdateVO
1511
- * @param {*} [options] Override http request option.
1512
- * @throws {RequiredError}
1513
- */
1514
- workOrderDeptSettingsAddOrUpdate(parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options) {
1515
- return __awaiter(this, void 0, void 0, function* () {
1516
- var _a, _b, _c;
1517
- const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsAddOrUpdate(parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options);
1518
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1519
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.workOrderDeptSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1520
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1521
- });
1522
- },
1523
- /**
1524
- *
1525
- * @summary 根据工单类型查询
1526
- * @param {number} parkId
1527
- * @param {WorkOrderTypeEnum} workOrderType
1528
- * @param {*} [options] Override http request option.
1529
- * @throws {RequiredError}
1530
- */
1531
- workOrderDeptSettingsSelectByWorkOrderType(parkId, workOrderType, options) {
1532
- return __awaiter(this, void 0, void 0, function* () {
1533
- var _a, _b, _c;
1534
- const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsSelectByWorkOrderType(parkId, workOrderType, options);
1535
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1536
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.workOrderDeptSettingsSelectByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1537
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1538
- });
1539
- },
1540
- /**
1541
- *
1542
- * @summary 根据工单类型和key查询
1543
- * @param {number} parkId
1544
- * @param {WorkOrderTypeEnum} workOrderType
1545
- * @param {string} key
1361
+ * @summary 导入模板
1362
+ * @param {string} [language]
1546
1363
  * @param {*} [options] Override http request option.
1547
1364
  * @throws {RequiredError}
1548
1365
  */
1549
- workOrderDeptSettingsSelectByWorkOrderTypeAndKey(parkId, workOrderType, key, options) {
1366
+ uploadAdd4(language, options) {
1550
1367
  return __awaiter(this, void 0, void 0, function* () {
1551
1368
  var _a, _b, _c;
1552
- const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsSelectByWorkOrderTypeAndKey(parkId, workOrderType, key, options);
1369
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadAdd4(language, options);
1553
1370
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1554
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.workOrderDeptSettingsSelectByWorkOrderTypeAndKey']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1371
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingApi.uploadAdd4']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1555
1372
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1556
1373
  });
1557
1374
  },
@@ -1699,71 +1516,51 @@ const SettingApiFactory = function (configuration, basePath, axios) {
1699
1516
  },
1700
1517
  /**
1701
1518
  *
1702
- * @summary 导入-确认
1703
- * @param {*} [options] Override http request option.
1704
- * @throws {RequiredError}
1705
- */
1706
- calendarBatchImportConfirm(options) {
1707
- return localVarFp.calendarBatchImportConfirm(options).then((request) => request(axios, basePath));
1708
- },
1709
- /**
1710
- *
1711
- * @summary 导入-预览
1712
- * @param {*} [options] Override http request option.
1713
- * @throws {RequiredError}
1714
- */
1715
- calendarBatchImportPreView(options) {
1716
- return localVarFp.calendarBatchImportPreView(options).then((request) => request(axios, basePath));
1717
- },
1718
- /**
1719
- *
1720
- * @summary 导入-下载模板
1721
- * @param {SettingApiCalendarBatchImportTemplateRequest} requestParameters Request parameters.
1519
+ * @summary 添加园区设置
1520
+ * @param {SettingApiDeptConfigAddOrUpdateRequest} requestParameters Request parameters.
1722
1521
  * @param {*} [options] Override http request option.
1723
1522
  * @throws {RequiredError}
1724
1523
  */
1725
- calendarBatchImportTemplate(requestParameters = {}, options) {
1726
- return localVarFp.calendarBatchImportTemplate(requestParameters.language, options).then((request) => request(axios, basePath));
1524
+ deptConfigAddOrUpdate(requestParameters, options) {
1525
+ return localVarFp.deptConfigAddOrUpdate(requestParameters.deptId, requestParameters.configKey, requestParameters.body, options).then((request) => request(axios, basePath));
1727
1526
  },
1728
1527
  /**
1729
1528
  *
1730
- * @summary 导入-上传文件
1731
- * @param {SettingApiCalendarBatchImportUploadRequest} requestParameters Request parameters.
1529
+ * @summary 查询园区设置
1530
+ * @param {SettingApiDeptConfigSelectByParkAndKeyRequest} requestParameters Request parameters.
1732
1531
  * @param {*} [options] Override http request option.
1733
1532
  * @throws {RequiredError}
1734
1533
  */
1735
- calendarBatchImportUpload(requestParameters, options) {
1736
- return localVarFp.calendarBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(axios, basePath));
1534
+ deptConfigSelectByParkAndKey(requestParameters, options) {
1535
+ return localVarFp.deptConfigSelectByParkAndKey(requestParameters.deptId, requestParameters.configKey, options).then((request) => request(axios, basePath));
1737
1536
  },
1738
1537
  /**
1739
1538
  *
1740
1539
  * @summary 导出
1741
- * @param {SettingApiCalendarExportRequest} requestParameters Request parameters.
1540
+ * @param {SettingApiExportList2Request} requestParameters Request parameters.
1742
1541
  * @param {*} [options] Override http request option.
1743
1542
  * @throws {RequiredError}
1744
1543
  */
1745
- calendarExport(requestParameters, options) {
1746
- return localVarFp.calendarExport(requestParameters.year, requestParameters.language, options).then((request) => request(axios, basePath));
1544
+ exportList2(requestParameters, options) {
1545
+ return localVarFp.exportList2(requestParameters.year, requestParameters.language, options).then((request) => request(axios, basePath));
1747
1546
  },
1748
1547
  /**
1749
1548
  *
1750
- * @summary 添加园区设置
1751
- * @param {SettingApiDeptConfigAddOrUpdateRequest} requestParameters Request parameters.
1549
+ * @summary 导入-入库
1752
1550
  * @param {*} [options] Override http request option.
1753
1551
  * @throws {RequiredError}
1754
1552
  */
1755
- deptConfigAddOrUpdate(requestParameters, options) {
1756
- return localVarFp.deptConfigAddOrUpdate(requestParameters.deptId, requestParameters.configKey, requestParameters.body, options).then((request) => request(axios, basePath));
1553
+ exportMysql1(options) {
1554
+ return localVarFp.exportMysql1(options).then((request) => request(axios, basePath));
1757
1555
  },
1758
1556
  /**
1759
1557
  *
1760
- * @summary 查询园区设置
1761
- * @param {SettingApiDeptConfigSelectByParkAndKeyRequest} requestParameters Request parameters.
1558
+ * @summary 导入结果确认
1762
1559
  * @param {*} [options] Override http request option.
1763
1560
  * @throws {RequiredError}
1764
1561
  */
1765
- deptConfigSelectByParkAndKey(requestParameters, options) {
1766
- return localVarFp.deptConfigSelectByParkAndKey(requestParameters.deptId, requestParameters.configKey, options).then((request) => request(axios, basePath));
1562
+ exportRedisList1(options) {
1563
+ return localVarFp.exportRedisList1(options).then((request) => request(axios, basePath));
1767
1564
  },
1768
1565
  /**
1769
1566
  *
@@ -1795,6 +1592,16 @@ const SettingApiFactory = function (configuration, basePath, axios) {
1795
1592
  getByDate(requestParameters, options) {
1796
1593
  return localVarFp.getByDate(requestParameters.date, options).then((request) => request(axios, basePath));
1797
1594
  },
1595
+ /**
1596
+ *
1597
+ * @summary 导入redis
1598
+ * @param {SettingApiSaveBatchExport1Request} requestParameters Request parameters.
1599
+ * @param {*} [options] Override http request option.
1600
+ * @throws {RequiredError}
1601
+ */
1602
+ saveBatchExport1(requestParameters = {}, options) {
1603
+ return localVarFp.saveBatchExport1(requestParameters.language, requestParameters.saveWaterMeterBatchRequest, options).then((request) => request(axios, basePath));
1604
+ },
1798
1605
  /**
1799
1606
  *
1800
1607
  * @summary 根据时间区间查询
@@ -1847,33 +1654,13 @@ const SettingApiFactory = function (configuration, basePath, axios) {
1847
1654
  },
1848
1655
  /**
1849
1656
  *
1850
- * @summary 新增或修改
1851
- * @param {SettingApiWorkOrderDeptSettingsAddOrUpdateRequest} requestParameters Request parameters.
1852
- * @param {*} [options] Override http request option.
1853
- * @throws {RequiredError}
1854
- */
1855
- workOrderDeptSettingsAddOrUpdate(requestParameters, options) {
1856
- return localVarFp.workOrderDeptSettingsAddOrUpdate(requestParameters.parkId, requestParameters.workOrderType, requestParameters.workOrderDeptSettingsAddOrUpdateVO, options).then((request) => request(axios, basePath));
1857
- },
1858
- /**
1859
- *
1860
- * @summary 根据工单类型查询
1861
- * @param {SettingApiWorkOrderDeptSettingsSelectByWorkOrderTypeRequest} requestParameters Request parameters.
1862
- * @param {*} [options] Override http request option.
1863
- * @throws {RequiredError}
1864
- */
1865
- workOrderDeptSettingsSelectByWorkOrderType(requestParameters, options) {
1866
- return localVarFp.workOrderDeptSettingsSelectByWorkOrderType(requestParameters.parkId, requestParameters.workOrderType, options).then((request) => request(axios, basePath));
1867
- },
1868
- /**
1869
- *
1870
- * @summary 根据工单类型和key查询
1871
- * @param {SettingApiWorkOrderDeptSettingsSelectByWorkOrderTypeAndKeyRequest} requestParameters Request parameters.
1657
+ * @summary 导入模板
1658
+ * @param {SettingApiUploadAdd4Request} requestParameters Request parameters.
1872
1659
  * @param {*} [options] Override http request option.
1873
1660
  * @throws {RequiredError}
1874
1661
  */
1875
- workOrderDeptSettingsSelectByWorkOrderTypeAndKey(requestParameters, options) {
1876
- return localVarFp.workOrderDeptSettingsSelectByWorkOrderTypeAndKey(requestParameters.parkId, requestParameters.workOrderType, requestParameters.key, options).then((request) => request(axios, basePath));
1662
+ uploadAdd4(requestParameters = {}, options) {
1663
+ return localVarFp.uploadAdd4(requestParameters.language, options).then((request) => request(axios, basePath));
1877
1664
  },
1878
1665
  /**
1879
1666
  *
@@ -2017,78 +1804,56 @@ class SettingApi extends base_1.BaseAPI {
2017
1804
  }
2018
1805
  /**
2019
1806
  *
2020
- * @summary 导入-确认
2021
- * @param {*} [options] Override http request option.
2022
- * @throws {RequiredError}
2023
- * @memberof SettingApi
2024
- */
2025
- calendarBatchImportConfirm(options) {
2026
- return (0, exports.SettingApiFp)(this.configuration).calendarBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
2027
- }
2028
- /**
2029
- *
2030
- * @summary 导入-预览
2031
- * @param {*} [options] Override http request option.
2032
- * @throws {RequiredError}
2033
- * @memberof SettingApi
2034
- */
2035
- calendarBatchImportPreView(options) {
2036
- return (0, exports.SettingApiFp)(this.configuration).calendarBatchImportPreView(options).then((request) => request(this.axios, this.basePath));
2037
- }
2038
- /**
2039
- *
2040
- * @summary 导入-下载模板
2041
- * @param {SettingApiCalendarBatchImportTemplateRequest} requestParameters Request parameters.
1807
+ * @summary 添加园区设置
1808
+ * @param {SettingApiDeptConfigAddOrUpdateRequest} requestParameters Request parameters.
2042
1809
  * @param {*} [options] Override http request option.
2043
1810
  * @throws {RequiredError}
2044
1811
  * @memberof SettingApi
2045
1812
  */
2046
- calendarBatchImportTemplate(requestParameters = {}, options) {
2047
- return (0, exports.SettingApiFp)(this.configuration).calendarBatchImportTemplate(requestParameters.language, options).then((request) => request(this.axios, this.basePath));
1813
+ deptConfigAddOrUpdate(requestParameters, options) {
1814
+ return (0, exports.SettingApiFp)(this.configuration).deptConfigAddOrUpdate(requestParameters.deptId, requestParameters.configKey, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2048
1815
  }
2049
1816
  /**
2050
1817
  *
2051
- * @summary 导入-上传文件
2052
- * @param {SettingApiCalendarBatchImportUploadRequest} requestParameters Request parameters.
1818
+ * @summary 查询园区设置
1819
+ * @param {SettingApiDeptConfigSelectByParkAndKeyRequest} requestParameters Request parameters.
2053
1820
  * @param {*} [options] Override http request option.
2054
1821
  * @throws {RequiredError}
2055
1822
  * @memberof SettingApi
2056
1823
  */
2057
- calendarBatchImportUpload(requestParameters, options) {
2058
- return (0, exports.SettingApiFp)(this.configuration).calendarBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
1824
+ deptConfigSelectByParkAndKey(requestParameters, options) {
1825
+ return (0, exports.SettingApiFp)(this.configuration).deptConfigSelectByParkAndKey(requestParameters.deptId, requestParameters.configKey, options).then((request) => request(this.axios, this.basePath));
2059
1826
  }
2060
1827
  /**
2061
1828
  *
2062
1829
  * @summary 导出
2063
- * @param {SettingApiCalendarExportRequest} requestParameters Request parameters.
1830
+ * @param {SettingApiExportList2Request} requestParameters Request parameters.
2064
1831
  * @param {*} [options] Override http request option.
2065
1832
  * @throws {RequiredError}
2066
1833
  * @memberof SettingApi
2067
1834
  */
2068
- calendarExport(requestParameters, options) {
2069
- return (0, exports.SettingApiFp)(this.configuration).calendarExport(requestParameters.year, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
1835
+ exportList2(requestParameters, options) {
1836
+ return (0, exports.SettingApiFp)(this.configuration).exportList2(requestParameters.year, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
2070
1837
  }
2071
1838
  /**
2072
1839
  *
2073
- * @summary 添加园区设置
2074
- * @param {SettingApiDeptConfigAddOrUpdateRequest} requestParameters Request parameters.
1840
+ * @summary 导入-入库
2075
1841
  * @param {*} [options] Override http request option.
2076
1842
  * @throws {RequiredError}
2077
1843
  * @memberof SettingApi
2078
1844
  */
2079
- deptConfigAddOrUpdate(requestParameters, options) {
2080
- return (0, exports.SettingApiFp)(this.configuration).deptConfigAddOrUpdate(requestParameters.deptId, requestParameters.configKey, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1845
+ exportMysql1(options) {
1846
+ return (0, exports.SettingApiFp)(this.configuration).exportMysql1(options).then((request) => request(this.axios, this.basePath));
2081
1847
  }
2082
1848
  /**
2083
1849
  *
2084
- * @summary 查询园区设置
2085
- * @param {SettingApiDeptConfigSelectByParkAndKeyRequest} requestParameters Request parameters.
1850
+ * @summary 导入结果确认
2086
1851
  * @param {*} [options] Override http request option.
2087
1852
  * @throws {RequiredError}
2088
1853
  * @memberof SettingApi
2089
1854
  */
2090
- deptConfigSelectByParkAndKey(requestParameters, options) {
2091
- return (0, exports.SettingApiFp)(this.configuration).deptConfigSelectByParkAndKey(requestParameters.deptId, requestParameters.configKey, options).then((request) => request(this.axios, this.basePath));
1855
+ exportRedisList1(options) {
1856
+ return (0, exports.SettingApiFp)(this.configuration).exportRedisList1(options).then((request) => request(this.axios, this.basePath));
2092
1857
  }
2093
1858
  /**
2094
1859
  *
@@ -2123,6 +1888,17 @@ class SettingApi extends base_1.BaseAPI {
2123
1888
  getByDate(requestParameters, options) {
2124
1889
  return (0, exports.SettingApiFp)(this.configuration).getByDate(requestParameters.date, options).then((request) => request(this.axios, this.basePath));
2125
1890
  }
1891
+ /**
1892
+ *
1893
+ * @summary 导入redis
1894
+ * @param {SettingApiSaveBatchExport1Request} requestParameters Request parameters.
1895
+ * @param {*} [options] Override http request option.
1896
+ * @throws {RequiredError}
1897
+ * @memberof SettingApi
1898
+ */
1899
+ saveBatchExport1(requestParameters = {}, options) {
1900
+ return (0, exports.SettingApiFp)(this.configuration).saveBatchExport1(requestParameters.language, requestParameters.saveWaterMeterBatchRequest, options).then((request) => request(this.axios, this.basePath));
1901
+ }
2126
1902
  /**
2127
1903
  *
2128
1904
  * @summary 根据时间区间查询
@@ -2180,36 +1956,14 @@ class SettingApi extends base_1.BaseAPI {
2180
1956
  }
2181
1957
  /**
2182
1958
  *
2183
- * @summary 新增或修改
2184
- * @param {SettingApiWorkOrderDeptSettingsAddOrUpdateRequest} requestParameters Request parameters.
2185
- * @param {*} [options] Override http request option.
2186
- * @throws {RequiredError}
2187
- * @memberof SettingApi
2188
- */
2189
- workOrderDeptSettingsAddOrUpdate(requestParameters, options) {
2190
- return (0, exports.SettingApiFp)(this.configuration).workOrderDeptSettingsAddOrUpdate(requestParameters.parkId, requestParameters.workOrderType, requestParameters.workOrderDeptSettingsAddOrUpdateVO, options).then((request) => request(this.axios, this.basePath));
2191
- }
2192
- /**
2193
- *
2194
- * @summary 根据工单类型查询
2195
- * @param {SettingApiWorkOrderDeptSettingsSelectByWorkOrderTypeRequest} requestParameters Request parameters.
2196
- * @param {*} [options] Override http request option.
2197
- * @throws {RequiredError}
2198
- * @memberof SettingApi
2199
- */
2200
- workOrderDeptSettingsSelectByWorkOrderType(requestParameters, options) {
2201
- return (0, exports.SettingApiFp)(this.configuration).workOrderDeptSettingsSelectByWorkOrderType(requestParameters.parkId, requestParameters.workOrderType, options).then((request) => request(this.axios, this.basePath));
2202
- }
2203
- /**
2204
- *
2205
- * @summary 根据工单类型和key查询
2206
- * @param {SettingApiWorkOrderDeptSettingsSelectByWorkOrderTypeAndKeyRequest} requestParameters Request parameters.
1959
+ * @summary 导入模板
1960
+ * @param {SettingApiUploadAdd4Request} requestParameters Request parameters.
2207
1961
  * @param {*} [options] Override http request option.
2208
1962
  * @throws {RequiredError}
2209
1963
  * @memberof SettingApi
2210
1964
  */
2211
- workOrderDeptSettingsSelectByWorkOrderTypeAndKey(requestParameters, options) {
2212
- return (0, exports.SettingApiFp)(this.configuration).workOrderDeptSettingsSelectByWorkOrderTypeAndKey(requestParameters.parkId, requestParameters.workOrderType, requestParameters.key, options).then((request) => request(this.axios, this.basePath));
1965
+ uploadAdd4(requestParameters = {}, options) {
1966
+ return (0, exports.SettingApiFp)(this.configuration).uploadAdd4(requestParameters.language, options).then((request) => request(this.axios, this.basePath));
2213
1967
  }
2214
1968
  /**
2215
1969
  *