@gizone/rrs-client 4.2.9-alpha.588 → 4.2.9-alpha.591

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 (353) hide show
  1. package/.openapi-generator/FILES +68 -0
  2. package/api.ts +5 -0
  3. package/apis/energy-cost-analysis-controller-api.ts +1410 -0
  4. package/apis/energy-cost-controller-api.ts +1211 -0
  5. package/apis/energy-cost-record-controller-api.ts +1070 -0
  6. package/apis/mdmapi.ts +217 -0
  7. package/apis/reimbursement-bill-api.ts +605 -0
  8. package/dist/api.d.ts +5 -0
  9. package/dist/api.js +5 -0
  10. package/dist/apis/energy-cost-analysis-controller-api.d.ts +760 -0
  11. package/dist/apis/energy-cost-analysis-controller-api.js +1015 -0
  12. package/dist/apis/energy-cost-controller-api.d.ts +648 -0
  13. package/dist/apis/energy-cost-controller-api.js +957 -0
  14. package/dist/apis/energy-cost-record-controller-api.d.ts +589 -0
  15. package/dist/apis/energy-cost-record-controller-api.js +780 -0
  16. package/dist/apis/mdmapi.d.ts +117 -0
  17. package/dist/apis/mdmapi.js +200 -0
  18. package/dist/apis/reimbursement-bill-api.d.ts +323 -0
  19. package/dist/apis/reimbursement-bill-api.js +489 -0
  20. package/dist/esm/api.d.ts +5 -0
  21. package/dist/esm/api.js +5 -0
  22. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +760 -0
  23. package/dist/esm/apis/energy-cost-analysis-controller-api.js +1008 -0
  24. package/dist/esm/apis/energy-cost-controller-api.d.ts +648 -0
  25. package/dist/esm/apis/energy-cost-controller-api.js +950 -0
  26. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +589 -0
  27. package/dist/esm/apis/energy-cost-record-controller-api.js +773 -0
  28. package/dist/esm/apis/mdmapi.d.ts +117 -0
  29. package/dist/esm/apis/mdmapi.js +193 -0
  30. package/dist/esm/apis/reimbursement-bill-api.d.ts +323 -0
  31. package/dist/esm/apis/reimbursement-bill-api.js +482 -0
  32. package/dist/esm/models/energy-cost-add-record-dto.d.ts +179 -0
  33. package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
  34. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
  35. package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
  36. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  37. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
  38. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  39. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
  40. package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +102 -0
  41. package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
  42. package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +89 -0
  43. package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
  44. package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
  45. package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
  46. package/dist/esm/models/energy-cost-import-redis-vo.d.ts +55 -0
  47. package/dist/esm/models/energy-cost-import-redis-vo.js +14 -0
  48. package/dist/esm/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  49. package/dist/esm/models/energy-cost-month-setting-excel-dto.js +14 -0
  50. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  51. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
  52. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  53. package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
  54. package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  55. package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
  56. package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  57. package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
  58. package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  59. package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
  60. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +217 -0
  61. package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
  62. package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
  63. package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
  64. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  65. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
  66. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  67. package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
  68. package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
  69. package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
  70. package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  71. package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
  72. package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  73. package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
  74. package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
  75. package/dist/esm/models/energy-cost-trend-vo.js +19 -0
  76. package/dist/esm/models/energy-cost-two-list-vo.d.ts +114 -0
  77. package/dist/esm/models/energy-cost-two-list-vo.js +14 -0
  78. package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  79. package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
  80. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
  81. package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
  82. package/dist/esm/models/expense-subject-enum.d.ts +22 -0
  83. package/dist/esm/models/expense-subject-enum.js +23 -0
  84. package/dist/esm/models/index.d.ts +63 -0
  85. package/dist/esm/models/index.js +63 -0
  86. package/dist/esm/models/invoice-type-enum.d.ts +22 -0
  87. package/dist/esm/models/invoice-type-enum.js +23 -0
  88. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  89. package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
  90. package/dist/esm/models/item.d.ts +77 -0
  91. package/dist/esm/models/item.js +28 -0
  92. package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  93. package/dist/esm/models/json-result-energy-cost-import-redis-vo.js +14 -0
  94. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  95. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
  96. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  97. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
  98. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  99. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
  100. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  101. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
  102. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  103. package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
  104. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  105. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
  106. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  107. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
  108. package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
  109. package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.js +14 -0
  110. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  111. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
  112. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  113. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
  114. package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
  115. package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
  116. package/dist/esm/models/json-result-list-energy-cost-two-list-vo.d.ts +62 -0
  117. package/dist/esm/models/json-result-list-energy-cost-two-list-vo.js +14 -0
  118. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  119. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
  120. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  121. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.js +14 -0
  122. package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
  123. package/dist/esm/models/json-result-map-string-object.js +14 -0
  124. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  125. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
  126. package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  127. package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
  128. package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
  129. package/dist/esm/models/json-result-two-energy-consumption-summar-vo.js +14 -0
  130. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  131. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
  132. package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
  133. package/dist/esm/models/mdm-increment-vendors-vo.js +14 -0
  134. package/dist/esm/models/monthly-data-vo.d.ts +48 -0
  135. package/dist/esm/models/monthly-data-vo.js +14 -0
  136. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  137. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
  138. package/dist/esm/models/payment-method-enum.d.ts +23 -0
  139. package/dist/esm/models/payment-method-enum.js +24 -0
  140. package/dist/esm/models/pricing-item.d.ts +50 -0
  141. package/dist/esm/models/pricing-item.js +20 -0
  142. package/dist/esm/models/reimbursement-bill-details-vo.d.ts +249 -0
  143. package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
  144. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
  145. package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
  146. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  147. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
  148. package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  149. package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
  150. package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
  151. package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
  152. package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
  153. package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
  154. package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
  155. package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
  156. package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
  157. package/dist/esm/models/reimbursement-status-enum.js +24 -0
  158. package/dist/esm/models/two-energy-consumption-summar-vo.d.ts +30 -0
  159. package/dist/esm/models/two-energy-consumption-summar-vo.js +14 -0
  160. package/dist/models/energy-cost-add-record-dto.d.ts +179 -0
  161. package/dist/models/energy-cost-add-record-dto.js +39 -0
  162. package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
  163. package/dist/models/energy-cost-add-setting-dto.js +15 -0
  164. package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  165. package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
  166. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  167. package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
  168. package/dist/models/energy-cost-analysis-list-vo.d.ts +102 -0
  169. package/dist/models/energy-cost-analysis-list-vo.js +26 -0
  170. package/dist/models/energy-cost-analysis-query-dto.d.ts +89 -0
  171. package/dist/models/energy-cost-analysis-query-dto.js +20 -0
  172. package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
  173. package/dist/models/energy-cost-edit-record-dto.js +39 -0
  174. package/dist/models/energy-cost-import-redis-vo.d.ts +55 -0
  175. package/dist/models/energy-cost-import-redis-vo.js +15 -0
  176. package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  177. package/dist/models/energy-cost-month-setting-excel-dto.js +15 -0
  178. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  179. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
  180. package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  181. package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
  182. package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  183. package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
  184. package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  185. package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
  186. package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  187. package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
  188. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +217 -0
  189. package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
  190. package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
  191. package/dist/models/energy-cost-record-info-vo.js +39 -0
  192. package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  193. package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
  194. package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  195. package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
  196. package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
  197. package/dist/models/energy-cost-setting-delete-dto.js +20 -0
  198. package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  199. package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
  200. package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  201. package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
  202. package/dist/models/energy-cost-trend-vo.d.ts +38 -0
  203. package/dist/models/energy-cost-trend-vo.js +22 -0
  204. package/dist/models/energy-cost-two-list-vo.d.ts +114 -0
  205. package/dist/models/energy-cost-two-list-vo.js +15 -0
  206. package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  207. package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
  208. package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
  209. package/dist/models/energy-cost-update-setting-dto.js +22 -0
  210. package/dist/models/expense-subject-enum.d.ts +22 -0
  211. package/dist/models/expense-subject-enum.js +26 -0
  212. package/dist/models/index.d.ts +63 -0
  213. package/dist/models/index.js +63 -0
  214. package/dist/models/invoice-type-enum.d.ts +22 -0
  215. package/dist/models/invoice-type-enum.js +26 -0
  216. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  217. package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
  218. package/dist/models/item.d.ts +77 -0
  219. package/dist/models/item.js +31 -0
  220. package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  221. package/dist/models/json-result-energy-cost-import-redis-vo.js +15 -0
  222. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  223. package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
  224. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  225. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
  226. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  227. package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
  228. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  229. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
  230. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  231. package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
  232. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  233. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
  234. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  235. package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
  236. package/dist/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
  237. package/dist/models/json-result-list-energy-cost-analysis-list-vo.js +15 -0
  238. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  239. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
  240. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  241. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
  242. package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
  243. package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
  244. package/dist/models/json-result-list-energy-cost-two-list-vo.d.ts +62 -0
  245. package/dist/models/json-result-list-energy-cost-two-list-vo.js +15 -0
  246. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  247. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
  248. package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  249. package/dist/models/json-result-list-mdm-increment-vendors-vo.js +15 -0
  250. package/dist/models/json-result-map-string-object.d.ts +63 -0
  251. package/dist/models/json-result-map-string-object.js +15 -0
  252. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  253. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
  254. package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  255. package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
  256. package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
  257. package/dist/models/json-result-two-energy-consumption-summar-vo.js +15 -0
  258. package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  259. package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
  260. package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
  261. package/dist/models/mdm-increment-vendors-vo.js +15 -0
  262. package/dist/models/monthly-data-vo.d.ts +48 -0
  263. package/dist/models/monthly-data-vo.js +15 -0
  264. package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  265. package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
  266. package/dist/models/payment-method-enum.d.ts +23 -0
  267. package/dist/models/payment-method-enum.js +27 -0
  268. package/dist/models/pricing-item.d.ts +50 -0
  269. package/dist/models/pricing-item.js +23 -0
  270. package/dist/models/reimbursement-bill-details-vo.d.ts +249 -0
  271. package/dist/models/reimbursement-bill-details-vo.js +25 -0
  272. package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
  273. package/dist/models/reimbursement-bill-draft-dto.js +25 -0
  274. package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  275. package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
  276. package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  277. package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
  278. package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
  279. package/dist/models/reimbursement-bill-list-vo.js +15 -0
  280. package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
  281. package/dist/models/reimbursement-bill-search-dto.js +15 -0
  282. package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
  283. package/dist/models/reimbursement-bill-submit-dto.js +25 -0
  284. package/dist/models/reimbursement-status-enum.d.ts +23 -0
  285. package/dist/models/reimbursement-status-enum.js +27 -0
  286. package/dist/models/two-energy-consumption-summar-vo.d.ts +30 -0
  287. package/dist/models/two-energy-consumption-summar-vo.js +15 -0
  288. package/models/energy-cost-add-record-dto.ts +195 -0
  289. package/models/energy-cost-add-setting-dto.ts +33 -0
  290. package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
  291. package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
  292. package/models/energy-cost-analysis-list-vo.ts +112 -0
  293. package/models/energy-cost-analysis-query-dto.ts +98 -0
  294. package/models/energy-cost-edit-record-dto.ts +189 -0
  295. package/models/energy-cost-import-redis-vo.ts +63 -0
  296. package/models/energy-cost-month-setting-excel-dto.ts +84 -0
  297. package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
  298. package/models/energy-cost-month-setting-list-vo.ts +116 -0
  299. package/models/energy-cost-per-area-analysis-vo.ts +48 -0
  300. package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
  301. package/models/energy-cost-record-bill-info-vo.ts +54 -0
  302. package/models/energy-cost-record-info-not-emun-vo.ts +225 -0
  303. package/models/energy-cost-record-info-vo.ts +246 -0
  304. package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
  305. package/models/energy-cost-scenarios-info-vo.ts +153 -0
  306. package/models/energy-cost-setting-delete-dto.ts +50 -0
  307. package/models/energy-cost-setting-summy-add-dto.ts +50 -0
  308. package/models/energy-cost-setting-summy-update-dto.ts +36 -0
  309. package/models/energy-cost-trend-vo.ts +49 -0
  310. package/models/energy-cost-two-list-vo.ts +120 -0
  311. package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
  312. package/models/energy-cost-update-setting-dto.ts +52 -0
  313. package/models/expense-subject-enum.ts +32 -0
  314. package/models/index.ts +63 -0
  315. package/models/invoice-type-enum.ts +32 -0
  316. package/models/ipage-energy-cost-record-info-vo.ts +70 -0
  317. package/models/item.ts +87 -0
  318. package/models/json-result-energy-cost-import-redis-vo.ts +72 -0
  319. package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
  320. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
  321. package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
  322. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
  323. package/models/json-result-energy-cost-record-info-vo.ts +72 -0
  324. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
  325. package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
  326. package/models/json-result-list-energy-cost-analysis-list-vo.ts +72 -0
  327. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
  328. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
  329. package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
  330. package/models/json-result-list-energy-cost-two-list-vo.ts +72 -0
  331. package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
  332. package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
  333. package/models/json-result-map-string-object.ts +69 -0
  334. package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
  335. package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
  336. package/models/json-result-two-energy-consumption-summar-vo.ts +72 -0
  337. package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
  338. package/models/mdm-increment-vendors-vo.ts +96 -0
  339. package/models/monthly-data-vo.ts +54 -0
  340. package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
  341. package/models/payment-method-enum.ts +33 -0
  342. package/models/pricing-item.ts +59 -0
  343. package/models/reimbursement-bill-details-vo.ts +268 -0
  344. package/models/reimbursement-bill-draft-dto.ts +205 -0
  345. package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
  346. package/models/reimbursement-bill-handle-info-vo.ts +54 -0
  347. package/models/reimbursement-bill-list-vo.ts +158 -0
  348. package/models/reimbursement-bill-search-dto.ts +78 -0
  349. package/models/reimbursement-bill-submit-dto.ts +205 -0
  350. package/models/reimbursement-status-enum.ts +33 -0
  351. package/models/two-energy-consumption-summar-vo.ts +36 -0
  352. package/ossutil.log +1119 -1116
  353. package/package.json +1 -1
@@ -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 { MdmIncrementVendorBankAccountsVo } from './mdm-increment-vendor-bank-accounts-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListMdmIncrementVendorBankAccountsVo
27
+ */
28
+ export interface JsonResultListMdmIncrementVendorBankAccountsVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<MdmIncrementVendorBankAccountsVo>}
50
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
51
+ */
52
+ 'data'?: Array<MdmIncrementVendorBankAccountsVo> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListMdmIncrementVendorBankAccountsVo
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 { MdmIncrementVendorsVo } from './mdm-increment-vendors-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListMdmIncrementVendorsVo
27
+ */
28
+ export interface JsonResultListMdmIncrementVendorsVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListMdmIncrementVendorsVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListMdmIncrementVendorsVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListMdmIncrementVendorsVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<MdmIncrementVendorsVo>}
50
+ * @memberof JsonResultListMdmIncrementVendorsVo
51
+ */
52
+ 'data'?: Array<MdmIncrementVendorsVo> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListMdmIncrementVendorsVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListMdmIncrementVendorsVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListMdmIncrementVendorsVo
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,69 @@
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
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface JsonResultMapStringObject
24
+ */
25
+ export interface JsonResultMapStringObject {
26
+ /**
27
+ * 错误码,0:成功,其他:失败
28
+ * @type {number}
29
+ * @memberof JsonResultMapStringObject
30
+ */
31
+ 'code'?: number;
32
+ /**
33
+ * 错误消息
34
+ * @type {string}
35
+ * @memberof JsonResultMapStringObject
36
+ */
37
+ 'msg'?: string;
38
+ /**
39
+ * 错误堆栈
40
+ * @type {string}
41
+ * @memberof JsonResultMapStringObject
42
+ */
43
+ 'stacks'?: string;
44
+ /**
45
+ * 返回数据,可以是任意类型的值
46
+ * @type {{ [key: string]: object | null; }}
47
+ * @memberof JsonResultMapStringObject
48
+ */
49
+ 'data'?: { [key: string]: object | null; } | null;
50
+ /**
51
+ *
52
+ * @type {BaseErrorResult}
53
+ * @memberof JsonResultMapStringObject
54
+ */
55
+ 'error'?: BaseErrorResult | null;
56
+ /**
57
+ * 日志追踪ID
58
+ * @type {string}
59
+ * @memberof JsonResultMapStringObject
60
+ */
61
+ 'traceId'?: string | null;
62
+ /**
63
+ * requestId
64
+ * @type {string}
65
+ * @memberof JsonResultMapStringObject
66
+ */
67
+ 'requestId'?: string | null;
68
+ }
69
+
@@ -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 { PageDtoReimbursementBillListVo } from './page-dto-reimbursement-bill-list-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultPageDtoReimbursementBillListVo
27
+ */
28
+ export interface JsonResultPageDtoReimbursementBillListVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultPageDtoReimbursementBillListVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultPageDtoReimbursementBillListVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultPageDtoReimbursementBillListVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {PageDtoReimbursementBillListVo}
50
+ * @memberof JsonResultPageDtoReimbursementBillListVo
51
+ */
52
+ 'data'?: PageDtoReimbursementBillListVo | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultPageDtoReimbursementBillListVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultPageDtoReimbursementBillListVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultPageDtoReimbursementBillListVo
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 { ReimbursementBillDetailsVo } from './reimbursement-bill-details-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultReimbursementBillDetailsVo
27
+ */
28
+ export interface JsonResultReimbursementBillDetailsVo {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultReimbursementBillDetailsVo
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultReimbursementBillDetailsVo
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultReimbursementBillDetailsVo
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {ReimbursementBillDetailsVo}
50
+ * @memberof JsonResultReimbursementBillDetailsVo
51
+ */
52
+ 'data'?: ReimbursementBillDetailsVo | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultReimbursementBillDetailsVo
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultReimbursementBillDetailsVo
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultReimbursementBillDetailsVo
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 { TwoEnergyConsumptionSummarVO } from './two-energy-consumption-summar-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultTwoEnergyConsumptionSummarVO
27
+ */
28
+ export interface JsonResultTwoEnergyConsumptionSummarVO {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultTwoEnergyConsumptionSummarVO
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultTwoEnergyConsumptionSummarVO
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultTwoEnergyConsumptionSummarVO
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {TwoEnergyConsumptionSummarVO}
50
+ * @memberof JsonResultTwoEnergyConsumptionSummarVO
51
+ */
52
+ 'data'?: TwoEnergyConsumptionSummarVO | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultTwoEnergyConsumptionSummarVO
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultTwoEnergyConsumptionSummarVO
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultTwoEnergyConsumptionSummarVO
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,78 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 返回数据,可以是任意类型的值
19
+ * @export
20
+ * @interface MdmIncrementVendorBankAccountsVo
21
+ */
22
+ export interface MdmIncrementVendorBankAccountsVo {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof MdmIncrementVendorBankAccountsVo
27
+ */
28
+ 'rowId'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof MdmIncrementVendorBankAccountsVo
33
+ */
34
+ 'vendorId'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof MdmIncrementVendorBankAccountsVo
39
+ */
40
+ 'accountHolderName'?: string;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof MdmIncrementVendorBankAccountsVo
45
+ */
46
+ 'bankCountry'?: string;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof MdmIncrementVendorBankAccountsVo
51
+ */
52
+ 'bankAccountNum'?: string;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof MdmIncrementVendorBankAccountsVo
57
+ */
58
+ 'bankName'?: string;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof MdmIncrementVendorBankAccountsVo
63
+ */
64
+ 'bankBranchCode'?: string;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof MdmIncrementVendorBankAccountsVo
69
+ */
70
+ 'deleteFlag'?: string;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof MdmIncrementVendorBankAccountsVo
75
+ */
76
+ 'lastUpd'?: string;
77
+ }
78
+
@@ -0,0 +1,96 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 返回数据,可以是任意类型的值
19
+ * @export
20
+ * @interface MdmIncrementVendorsVo
21
+ */
22
+ export interface MdmIncrementVendorsVo {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof MdmIncrementVendorsVo
27
+ */
28
+ 'rowId'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof MdmIncrementVendorsVo
33
+ */
34
+ 'vendorCode'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof MdmIncrementVendorsVo
39
+ */
40
+ 'vendorName'?: string;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof MdmIncrementVendorsVo
45
+ */
46
+ 'accountGrpCode'?: string;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof MdmIncrementVendorsVo
51
+ */
52
+ 'taxCode'?: string;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof MdmIncrementVendorsVo
57
+ */
58
+ 'streetRoom'?: string;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof MdmIncrementVendorsVo
63
+ */
64
+ 'phoneNumber'?: string;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof MdmIncrementVendorsVo
69
+ */
70
+ 'postalCodeCity'?: string;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof MdmIncrementVendorsVo
75
+ */
76
+ 'region'?: string;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof MdmIncrementVendorsVo
81
+ */
82
+ 'deleteFlag'?: string;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof MdmIncrementVendorsVo
87
+ */
88
+ 'created'?: string;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof MdmIncrementVendorsVo
93
+ */
94
+ 'lastUpd'?: string;
95
+ }
96
+
@@ -0,0 +1,54 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 月度数据
19
+ * @export
20
+ * @interface MonthlyDataVO
21
+ */
22
+ export interface MonthlyDataVO {
23
+ /**
24
+ * 月份
25
+ * @type {string}
26
+ * @memberof MonthlyDataVO
27
+ */
28
+ 'month'?: string;
29
+ /**
30
+ * 用量
31
+ * @type {number}
32
+ * @memberof MonthlyDataVO
33
+ */
34
+ 'consumption'?: number;
35
+ /**
36
+ * 费用
37
+ * @type {number}
38
+ * @memberof MonthlyDataVO
39
+ */
40
+ 'cost'?: number;
41
+ /**
42
+ * 单耗
43
+ * @type {number}
44
+ * @memberof MonthlyDataVO
45
+ */
46
+ 'perUnitConsumption'?: number;
47
+ /**
48
+ * 单平单价
49
+ * @type {number}
50
+ * @memberof MonthlyDataVO
51
+ */
52
+ 'perAreaPrice'?: number;
53
+ }
54
+
@@ -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 { ReimbursementBillListVo } from './reimbursement-bill-list-vo';
19
+
20
+ /**
21
+ * 返回数据,可以是任意类型的值
22
+ * @export
23
+ * @interface PageDtoReimbursementBillListVo
24
+ */
25
+ export interface PageDtoReimbursementBillListVo {
26
+ /**
27
+ * 总记录数
28
+ * @type {number}
29
+ * @memberof PageDtoReimbursementBillListVo
30
+ */
31
+ 'totalSize'?: number;
32
+ /**
33
+ * 页数据列表
34
+ * @type {Array<ReimbursementBillListVo>}
35
+ * @memberof PageDtoReimbursementBillListVo
36
+ */
37
+ 'pageList'?: Array<ReimbursementBillListVo>;
38
+ }
39
+