settle.ts 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184
  1. export default {
  2. /** APP物流公司首页汇总 */
  3. app_carrier_index_sum: {
  4. realUrl: '/settle/carrier/app_carrier_index_sum' as const,
  5. reqType: {} as appCarrierIndexSumParam,
  6. resType: {} as any,
  7. },
  8. /** 获取某个账期下物流公司订单结算 */
  9. find: {
  10. realUrl: '/settle/carrier/find' as const,
  11. reqType: {} as Carrier对象,
  12. resType: {} as Carrier对象,
  13. },
  14. /** 获取物流公司订单结算分页列表 */
  15. list: {
  16. realUrl: '/settle/carrier/list' as const,
  17. reqType: {} as IPageParams<CarrierParam>,
  18. resType: {} as IPage<Carrier对象>,
  19. },
  20. /** 获取某个账期下物流公司订单结算汇总 */
  21. total: {
  22. realUrl: '/settle/carrier/total' as const,
  23. reqType: {} as CarrierParam,
  24. resType: {} as CarrierListTotal,
  25. },
  26. /** 获取物流公司与加气站订单结算 */
  27. find_1: {
  28. realUrl: '/settle/carrier_gasstation/find' as const,
  29. reqType: {} as CarrierGasstation对象,
  30. resType: {} as any,
  31. },
  32. /** 获取物流公司与加气站账期下订单结算(app) */
  33. find_for_app: {
  34. realUrl: '/settle/carrier_gasstation/find_for_app' as const,
  35. reqType: {} as CarrierGasstationAppParam,
  36. resType: {} as any,
  37. },
  38. /** 物流公司与加气站订单结算分页列表 */
  39. list_1: {
  40. realUrl: '/settle/carrier_gasstation/list' as const,
  41. reqType: {} as IPageParams<CarrierGasstationParam>,
  42. resType: {} as any,
  43. },
  44. /** 获取某个账期下物流公司与所有加气站订单结算汇总 */
  45. total_1: {
  46. realUrl: '/settle/carrier_gasstation/total' as const,
  47. reqType: {} as CarrierGasstationParam,
  48. resType: {} as any,
  49. },
  50. /** 获取卡车加气汇总分页列表 */
  51. list_2: {
  52. realUrl: '/settle/carrier_truck/list' as const,
  53. reqType: {} as IPageParams<CarrierTruckParam>,
  54. resType: {} as any,
  55. },
  56. /** 添加一条资金流水下载申请 */
  57. add: {
  58. realUrl: '/settle/cash_flow_apply/add' as const,
  59. reqType: {} as CashFlowApply对象,
  60. resType: {} as any,
  61. },
  62. /** 根据id下载文件 */
  63. download: {
  64. realUrl: '/settle/cash_flow_apply/download' as const,
  65. reqType: {} as CashFlowDownLoadParam,
  66. resType: {} as StreamingResponseBody,
  67. },
  68. /** 查询企业资金流水申请下载列表 */
  69. list_3: {
  70. realUrl: '/settle/cash_flow_apply/list' as const,
  71. reqType: {} as IPageParams<CashFlowApplyParam>,
  72. resType: {} as any,
  73. },
  74. /** 修改cash_flow_apply */
  75. update: {
  76. realUrl: '/settle/cash_flow_apply/update' as const,
  77. reqType: {} as CashFlowApply对象,
  78. resType: {} as any,
  79. },
  80. /** 直销模式特价订单 */
  81. list_withtime: {
  82. realUrl: '/settle/direct_gas_order/list_withtime' as const,
  83. reqType: {} as IPageParams<GasOrderListParam>,
  84. resType: {} as GasOrderListResult,
  85. },
  86. /** 初审/复审发票接口 */
  87. check_fapiao: {
  88. realUrl: '/settle/direct_gasstation_fee_apply/check_fapiao' as const,
  89. reqType: {} as DirectGasstationFeeApplyLog对象,
  90. resType: {} as any,
  91. },
  92. /** 提交申请 id 必填 */
  93. commit_fapiao: {
  94. realUrl: '/settle/direct_gasstation_fee_apply/commit_fapiao' as const,
  95. reqType: {} as DirectGasstationFeeApply对象,
  96. resType: {} as any,
  97. },
  98. /** 加气站端-不分页:根据加气站id 获取加气站直销服务费申请列表 */
  99. filler_gas_fee_list: {
  100. realUrl: '/settle/direct_gasstation_fee_apply/filler_gas_fee_list' as const,
  101. reqType: {} as DirectGasstationFeeApply对象,
  102. resType: {} as any,
  103. },
  104. /** 加气站端:根据加气站id 获取加气站直销服务费申请列表 */
  105. filler_gas_fee_lists: {
  106. realUrl: '/settle/direct_gasstation_fee_apply/filler_gas_fee_lists' as const,
  107. reqType: {} as IPageParams<DirectGasstationFeeApply对象>,
  108. resType: {} as any,
  109. },
  110. /** 运营管理端:根据加气站名称,申请状态 获取加气站直销服务费申请列表 */
  111. list_4: {
  112. realUrl: '/settle/direct_gasstation_fee_apply/list' as const,
  113. reqType: {} as IPageParams<DirectGasstationFeeApply对象>,
  114. resType: {} as any,
  115. },
  116. /** 驳回后重新编辑,状态改为待申请 */
  117. re_apply_fapiao: {
  118. realUrl: '/settle/direct_gasstation_fee_apply/re_apply_fapiao' as const,
  119. reqType: {} as DirectGasstationFeeApply对象,
  120. resType: {} as any,
  121. },
  122. /** 根据账单id,查询操作日志 */
  123. find_by_id: {
  124. realUrl: '/settle/direct_gasstation_fee_apply_log/find_by_id' as const,
  125. reqType: {} as DirectGasstationFeeApplyLog对象,
  126. resType: {} as any,
  127. },
  128. /** 根据登陆用户,查询操作日志 */
  129. find_by_user: {
  130. realUrl: '/settle/direct_gasstation_fee_apply_log/find_by_user' as const,
  131. reqType: {} as IPageParams<any>,
  132. resType: {} as any,
  133. },
  134. /** 加气站的提现申请,通过feign 调用 */
  135. direct_withdraw_apply: {
  136. realUrl: '/settle/direct_gasstation_withdraw_limit/direct_withdraw_apply' as const,
  137. reqType: {} as DirectGasstationWithdrawLimitLog对象,
  138. resType: {} as any,
  139. },
  140. /** 加气站的提现申请退回,通过feign 调用 */
  141. direct_withdraw_apply_back: {
  142. realUrl: '/settle/direct_gasstation_withdraw_limit/direct_withdraw_apply_back' as const,
  143. reqType: {} as DirectGasstationWithdrawLimitLog对象,
  144. resType: {} as any,
  145. },
  146. /** 查询加气站的可提现金额 */
  147. find_by_id_1: {
  148. realUrl: '/settle/direct_gasstation_withdraw_limit/find_by_id' as const,
  149. reqType: {} as DirectGasstationWithdrawLimit对象,
  150. resType: {} as any,
  151. },
  152. /** 添加direct_gasstation_withdraw_limit_log */
  153. add_1: {
  154. realUrl: '/settle/direct_gasstation_withdraw_limit_log/add' as const,
  155. reqType: {} as DirectGasstationWithdrawLimitLog对象,
  156. resType: {} as any,
  157. },
  158. /** 获取direct_gasstation_withdraw_limit_log列表 */
  159. list_5: {
  160. realUrl: '/settle/direct_gasstation_withdraw_limit_log/list' as const,
  161. reqType: {} as IPageParams<DirectGasstationWithdrawLimitLog对象>,
  162. resType: {} as any,
  163. },
  164. /** 修改direct_gasstation_withdraw_limit_log */
  165. update_1: {
  166. realUrl: '/settle/direct_gasstation_withdraw_limit_log/update' as const,
  167. reqType: {} as DirectGasstationWithdrawLimitLog对象,
  168. resType: {} as any,
  169. },
  170. /** 审核直销模式集中开票申请 */
  171. auditApply: {
  172. realUrl: '/settle/direct_sales_receipt/auditApply' as const,
  173. reqType: {} as 直销订单集中开票审核,
  174. resType: {} as boolean,
  175. },
  176. /** 直销模式集中开票金额汇总 */
  177. get_amount_group: {
  178. realUrl: '/settle/direct_sales_receipt/get_amount_group' as const,
  179. reqType: {} as 直销开票订单查询参数,
  180. resType: {} as 集中开票申请金额汇总VO,
  181. },
  182. /** 获取直销模式物流公司开票申请列表 */
  183. list_6: {
  184. realUrl: '/settle/direct_sales_receipt/list' as const,
  185. reqType: {} as IPageParams<DirectSalesReceiptApplyParam对象>,
  186. resType: {} as any,
  187. },
  188. /** 直销模式开票管理日订单列表 */
  189. list_order_group: {
  190. realUrl: '/settle/direct_sales_receipt/list_order_group' as const,
  191. reqType: {} as 直销开票订单查询参数,
  192. resType: {} as 直销集中开票订单分组结果VO,
  193. },
  194. /** 新增直销模式集中开票申请 */
  195. submitApply: {
  196. realUrl: '/settle/direct_sales_receipt/submitApply' as const,
  197. reqType: {} as 直销订单集中开票申请,
  198. resType: {} as boolean,
  199. },
  200. /** 下载 */
  201. download_1: {
  202. realUrl: '/settle/excel/download' as const,
  203. reqType: {} as ExcelExportParam,
  204. },
  205. /** 智慧数据加气站消费趋势(物流,carrierOrgId必传) */
  206. consume_trend: {
  207. realUrl: '/settle/flag_smart_data/consume_trend' as const,
  208. reqType: {} as 旗舰站智慧数据消费趋势查询参数,
  209. resType: {} as 站消费趋势VO实体类,
  210. },
  211. /** 智慧数据加气站消费总趋势(物流+散户) */
  212. consume_trend_all: {
  213. realUrl: '/settle/flag_smart_data/consume_trend_all' as const,
  214. reqType: {} as 旗舰站智慧数据消费趋势查询参数,
  215. resType: {} as 站物流和散户消费趋势VO实体类,
  216. },
  217. /** 智慧数据加气站消费趋势物流选择 */
  218. select_carriers: {
  219. realUrl: '/settle/flag_smart_data/select_carriers' as const,
  220. reqType: {} as 旗舰站智慧数据消费趋势查询参数,
  221. resType: {} as CarrierVO,
  222. },
  223. /** 添加gas_order */
  224. add_2: {
  225. realUrl: '/settle/gas_order/add' as const,
  226. reqType: {} as GasOrder对象,
  227. resType: {} as any,
  228. },
  229. /** 获取物流公司订单汇总列表,app客户管理 */
  230. carrier_list_for_app: {
  231. realUrl: '/settle/gas_order/carrier_list_for_app' as const,
  232. reqType: {} as GasOrder对象,
  233. resType: {} as any,
  234. },
  235. /** 根据订单号删除订单,退单时使用 */
  236. delete_by_id: {
  237. realUrl: '/settle/gas_order/delete_by_id' as const,
  238. resType: {} as boolean,
  239. },
  240. /** 满减优惠优惠省钱金额 */
  241. driver_rebate_total: {
  242. realUrl: '/settle/gas_order/driver_rebate_total' as const,
  243. resType: {} as number,
  244. },
  245. /** 查找订单gas_order */
  246. find_2: {
  247. realUrl: '/settle/gas_order/find' as const,
  248. reqType: {} as GasOrder对象,
  249. resType: {} as any,
  250. },
  251. /** 获取某个账期下与某个加气站有交易的物流公司id */
  252. get_carrier_org_ids: {
  253. realUrl: '/settle/gas_order/get_carrier_org_ids' as const,
  254. reqType: {} as GasstationCarrierParam,
  255. resType: {} as any,
  256. },
  257. /** 查询加气站日订单信息汇总 */
  258. get_gasstation_day_total: {
  259. realUrl: '/settle/gas_order/get_gasstation_day_total' as const,
  260. reqType: {} as SumGasstationOrderNumParam,
  261. resType: {} as FlagDayTradeVO,
  262. },
  263. /** 查询加气站日交易量 */
  264. get_gasstation_gasqty_total: {
  265. realUrl: '/settle/gas_order/get_gasstation_gasqty_total' as const,
  266. reqType: {} as SumGasstationGasQtyParam,
  267. resType: {} as any,
  268. },
  269. /** 查询加气站日订单数 */
  270. get_gasstation_order_total: {
  271. realUrl: '/settle/gas_order/get_gasstation_order_total' as const,
  272. reqType: {} as SumGasstationOrderNumParam,
  273. resType: {} as any,
  274. },
  275. /** 查询作战地图加气站订单销量信息 */
  276. get_gasstationdata: {
  277. realUrl: '/settle/gas_order/get_gasstationdata' as const,
  278. reqType: {} as SumGasstationOrderNumParam,
  279. resType: {} as FlagDayTradeVO,
  280. },
  281. /** 获取最近有消费的的加气站列表 */
  282. get_trade_gasstations: {
  283. realUrl: '/settle/gas_order/get_trade_gasstations' as const,
  284. reqType: {} as NeweastGasOrderParam,
  285. resType: {} as any,
  286. },
  287. /** 获取订单列表 */
  288. list_7: {
  289. realUrl: '/settle/gas_order/list' as const,
  290. reqType: {} as IPageParams<GasOrderListParam>,
  291. resType: {} as any,
  292. },
  293. /** 获取有交易的物流公司id集合 */
  294. list_carrier_ids: {
  295. realUrl: '/settle/gas_order/list_carrier_ids' as const,
  296. reqType: {} as GasOrder对象,
  297. resType: {} as any,
  298. },
  299. /** 加气站对账单/物流有限公司加气对账单/卡车加气对账单 */
  300. list_withtime_1: {
  301. realUrl: '/settle/gas_order/list_withtime' as const,
  302. reqType: {} as IPageParams<GasOrderListParam>,
  303. resType: {} as any,
  304. },
  305. /** 加气订单-for物流公司管理端,含总数 */
  306. list_withtime_carrier: {
  307. realUrl: '/settle/gas_order/list_withtime_carrier' as const,
  308. reqType: {} as IPageParams<GasOrderListParam>,
  309. resType: {} as any,
  310. },
  311. /** 获取日结算订单分页列表 */
  312. page_list: {
  313. realUrl: '/settle/gas_order/page_list' as const,
  314. reqType: {} as IPageParams<SettleGasOrderPageListParam>,
  315. resType: {} as IPage<GasstationRebateOrder>,
  316. },
  317. /** 物流公司加气费汇总 */
  318. sum_cost: {
  319. realUrl: '/settle/gas_order/sum_cost' as const,
  320. reqType: {} as IPageParams<GasOrderListParam>,
  321. resType: {} as any,
  322. },
  323. /** 加气站服务费汇总 */
  324. sum_fee: {
  325. realUrl: '/settle/gas_order/sum_fee' as const,
  326. reqType: {} as IPageParams<GasOrderListParam>,
  327. resType: {} as any,
  328. },
  329. /** 按卡车汇总 */
  330. sum_truck: {
  331. realUrl: '/settle/gas_order/sum_truck' as const,
  332. reqType: {} as IPageParams<GasOrderListParam>,
  333. resType: {} as any,
  334. },
  335. /** 获取日结算订单列表 */
  336. test: {
  337. realUrl: '/settle/gas_order/test' as const,
  338. reqType: {} as SettleGasOrderPageListParam,
  339. resType: {} as any,
  340. },
  341. /** 修改gas_order */
  342. update_2: {
  343. realUrl: '/settle/gas_order/update' as const,
  344. reqType: {} as GasOrder对象,
  345. resType: {} as any,
  346. },
  347. /** 获取某个账期下象群科技的结算汇总 */
  348. xqkj_total: {
  349. realUrl: '/settle/gas_order/xqkj_total' as const,
  350. reqType: {} as GasOrderListParam,
  351. resType: {} as any,
  352. },
  353. /** LNG新营销订单条件下载 */
  354. download_withtime: {
  355. realUrl: '/settle/gas_order_market/download_withtime' as const,
  356. reqType: {} as GasOrderMarketParam,
  357. resType: {} as StreamingResponseBody,
  358. },
  359. /** LNG新营销条件查询 */
  360. list_withtime_2: {
  361. realUrl: '/settle/gas_order_market/list_withtime' as const,
  362. reqType: {} as IPageParams<GasOrderMarketParam>,
  363. resType: {} as IPage<MarketGasOrderList>,
  364. },
  365. /** LNG新营销订单条件查询汇总 */
  366. sum_withtime: {
  367. realUrl: '/settle/gas_order_market/sum_withtime' as const,
  368. reqType: {} as IPageParams<GasOrderMarketParam>,
  369. resType: {} as MarketGasOrderListTotal,
  370. },
  371. /** 中石化订单条件查询 */
  372. list_withtime_3: {
  373. realUrl: '/settle/gas_order_snp/list_withtime' as const,
  374. reqType: {} as IPageParams<GasOrderListParam>,
  375. resType: {} as IPage<GasOrderSnp对象>,
  376. },
  377. /** 中石化订单条件查询汇总 */
  378. sum_withtime_1: {
  379. realUrl: '/settle/gas_order_snp/sum_withtime' as const,
  380. reqType: {} as IPageParams<GasOrderListParam>,
  381. resType: {} as any,
  382. },
  383. /** 获取加气站与物流公司订单结算分页列表 */
  384. list_8: {
  385. realUrl: '/settle/gasstation_carrier/list' as const,
  386. reqType: {} as IPageParams<GasstationCarrierParam>,
  387. resType: {} as any,
  388. },
  389. /** 获取某个账期下加气站与物流公司订单结算汇总 */
  390. total_2: {
  391. realUrl: '/settle/gasstation_carrier/total' as const,
  392. reqType: {} as GasstationCarrierParam,
  393. resType: {} as any,
  394. },
  395. /** 获取一个加气站账期内结算 */
  396. find_3: {
  397. realUrl: '/settle/gasstation_gway/find' as const,
  398. reqType: {} as GasstationGwayParam,
  399. resType: {} as GasstationGway对象,
  400. },
  401. /** 获取加气站订单结算分页列表 */
  402. list_9: {
  403. realUrl: '/settle/gasstation_gway/list' as const,
  404. reqType: {} as IPageParams<GasstationGwayParam>,
  405. resType: {} as GasstationGway对象,
  406. },
  407. /** 获取某个账期下加气站订单结算汇总 */
  408. total_3: {
  409. realUrl: '/settle/gasstation_gway/total' as const,
  410. reqType: {} as GasstationGwayParam,
  411. resType: {} as GasStationListTotal,
  412. },
  413. /** 实时导出 */
  414. current_export: {
  415. realUrl: '/settle/gasstation_monitor/current_export' as const,
  416. reqType: {} as GasstationMonitorParam,
  417. resType: {} as StreamingResponseBody,
  418. },
  419. /** 区域下加气站实时销量监控列表 */
  420. district_gasstation_list: {
  421. realUrl: '/settle/gasstation_monitor/district_gasstation_list' as const,
  422. reqType: {} as GasstationMonitorParam,
  423. resType: {} as any,
  424. },
  425. /** 全平台今日各区域实时销量监控列表 */
  426. full_district_list: {
  427. realUrl: '/settle/gasstation_monitor/full_district_list' as const,
  428. reqType: {} as GasstationMonitorParam,
  429. resType: {} as any,
  430. },
  431. /** 历史导出 */
  432. history_export: {
  433. realUrl: '/settle/gasstation_monitor/history_export' as const,
  434. reqType: {} as GasstationMonitorParam,
  435. resType: {} as StreamingResponseBody,
  436. },
  437. /** 历史时间区域下加气站销量监控列表 */
  438. histroy_district_gasstation_list: {
  439. realUrl: '/settle/gasstation_monitor/histroy_district_gasstation_list' as const,
  440. reqType: {} as GasstationMonitorParam,
  441. resType: {} as any,
  442. },
  443. /** 全平台历史时间下各区域销量监控列表 */
  444. histroy_full_district_list: {
  445. realUrl: '/settle/gasstation_monitor/histroy_full_district_list' as const,
  446. reqType: {} as GasstationMonitorParam,
  447. resType: {} as any,
  448. },
  449. /** 实时导出列表测试 */
  450. test1: {
  451. realUrl: '/settle/gasstation_monitor/test1' as const,
  452. reqType: {} as GasstationMonitorParam,
  453. resType: {} as any,
  454. },
  455. /** 历史导出列表测试 */
  456. test2: {
  457. realUrl: '/settle/gasstation_monitor/test2' as const,
  458. reqType: {} as GasstationMonitorParam,
  459. resType: {} as any,
  460. },
  461. /** 获取加气站日均销量存量详情 */
  462. find_4: {
  463. realUrl: '/settle/gasstation_week_average_qty/find' as const,
  464. reqType: {} as GasstationWeekAverageQty对象,
  465. resType: {} as any,
  466. },
  467. /** 手动汇总加气站日均销量存量 */
  468. test_job: {
  469. realUrl: '/settle/gasstation_week_average_qty/test_job' as const,
  470. resType: {} as any,
  471. },
  472. /** 添加文件生成记录 */
  473. add_3: {
  474. realUrl: '/settle/generate_file/add' as const,
  475. resType: {} as any,
  476. },
  477. /** 删除生成文件 */
  478. delete_all: {
  479. realUrl: '/settle/generate_file/delete_all' as const,
  480. reqType: {} as GenerateFileListParam,
  481. resType: {} as any,
  482. },
  483. /** 根据id下载文件 */
  484. download_2: {
  485. realUrl: '/settle/generate_file/download' as const,
  486. reqType: {} as DownLoadParam,
  487. resType: {} as StreamingResponseBody,
  488. },
  489. /** 获取文件生成列表 */
  490. list_10: {
  491. realUrl: '/settle/generate_file/list' as const,
  492. reqType: {} as IPageParams<GenerateFileListParam>,
  493. resType: {} as any,
  494. },
  495. /** 修改文件生成 */
  496. update_3: {
  497. realUrl: '/settle/generate_file/update' as const,
  498. reqType: {} as GenerateFile对象,
  499. resType: {} as any,
  500. },
  501. /** 删除订单 */
  502. delete_gasorder: {
  503. realUrl: '/settle/gway_gasorder/delete_gasorder' as const,
  504. reqType: {} as GwayGasorderDetail对象,
  505. resType: {} as any,
  506. },
  507. /** 删除库存 */
  508. delete_stock: {
  509. realUrl: '/settle/gway_gasorder/delete_stock' as const,
  510. reqType: {} as GwayStock对象,
  511. resType: {} as any,
  512. },
  513. /** 获取合计汇总数据 */
  514. get_sum_total: {
  515. realUrl: '/settle/gway_gasorder/get_sum_total' as const,
  516. reqType: {} as GwayGasorderQryParam,
  517. resType: {} as GwayGasorderSumVO,
  518. },
  519. /** 获取合计汇总数据(作废) */
  520. get_sum_total_new: {
  521. realUrl: '/settle/gway_gasorder/get_sum_total_new' as const,
  522. reqType: {} as GwayGasorderQryParam,
  523. resType: {} as GwayGasorderSumVO,
  524. },
  525. /** 获取合计汇总入库库存数据 */
  526. get_sum_total_stock: {
  527. realUrl: '/settle/gway_gasorder/get_sum_total_stock' as const,
  528. reqType: {} as GwayGasorderQryParam,
  529. resType: {} as GwayGasorderSumVO,
  530. },
  531. /** 导入订单 */
  532. import_gasorder: {
  533. realUrl: '/settle/gway_gasorder/import_gasorder' as const,
  534. isUpload: true,
  535. reqType: {} as {
  536. /** orgId */
  537. orgId: number
  538. },
  539. resType: {} as any,
  540. },
  541. /** 导入库存 */
  542. import_stock: {
  543. realUrl: '/settle/gway_gasorder/import_stock' as const,
  544. isUpload: true,
  545. reqType: {} as {
  546. /** orgId */
  547. orgId: number
  548. },
  549. resType: {} as any,
  550. },
  551. /** 获取gway_gasorder汇总列表 */
  552. list_11: {
  553. realUrl: '/settle/gway_gasorder/list' as const,
  554. reqType: {} as GwayGasorderQryParam,
  555. resType: {} as any,
  556. },
  557. /** 获取gway_gasorder汇总列表(作废) */
  558. list_new: {
  559. realUrl: '/settle/gway_gasorder/list_new' as const,
  560. reqType: {} as GwayGasorderQryParam,
  561. resType: {} as any,
  562. },
  563. /** 获取加气机订单列表 */
  564. list_orders: {
  565. realUrl: '/settle/gway_gasorder/list_orders' as const,
  566. reqType: {} as IPageParams<GwayGasorderQryParam>,
  567. resType: {} as any,
  568. },
  569. /** 获取库存入库量列表 */
  570. list_stocks: {
  571. realUrl: '/settle/gway_gasorder/list_stocks' as const,
  572. reqType: {} as IPageParams<GwayGasorderQryParam>,
  573. resType: {} as any,
  574. },
  575. /** 修改订单 */
  576. update_gasorder: {
  577. realUrl: '/settle/gway_gasorder/update_gasorder' as const,
  578. reqType: {} as GwayGasorderDetail对象,
  579. resType: {} as any,
  580. },
  581. /** 修改库存 */
  582. update_stock: {
  583. realUrl: '/settle/gway_gasorder/update_stock' as const,
  584. reqType: {} as GwayStock对象,
  585. resType: {} as any,
  586. },
  587. /** 调整销量监控订单,新增中石化审核 */
  588. adjust_gasorder: {
  589. realUrl: '/settle/gway_gasorder_adjust/adjust_gasorder' as const,
  590. isUpload: true,
  591. reqType: {} as {
  592. /** date */
  593. date: string
  594. },
  595. resType: {} as any,
  596. },
  597. /** 订单调整审核上传预览 */
  598. adjust_gasorder_preview: {
  599. realUrl: '/settle/gway_gasorder_adjust/adjust_gasorder_preview' as const,
  600. isUpload: true,
  601. reqType: {} as {
  602. /** date */
  603. date: string
  604. },
  605. resType: {} as GwayAdjustListVO,
  606. },
  607. /** 订单调整审核 */
  608. audit: {
  609. realUrl: '/settle/gway_gasorder_adjust/audit' as const,
  610. reqType: {} as GwayGasorderAudit对象,
  611. resType: {} as any,
  612. },
  613. /** 根据id获取待审核详情 */
  614. find_5: {
  615. realUrl: '/settle/gway_gasorder_adjust/find' as const,
  616. reqType: {} as GwayGasorderAudit对象,
  617. resType: {} as GwayGasorderNewVO,
  618. },
  619. /** 导入销量监控订单 */
  620. import_gasorder_1: {
  621. realUrl: '/settle/gway_gasorder_adjust/import_gasorder' as const,
  622. isUpload: true,
  623. reqType: {} as {
  624. /** date */
  625. date: string
  626. },
  627. resType: {} as any,
  628. },
  629. /** 订单上传预览 */
  630. import_gasorder_preview: {
  631. realUrl: '/settle/gway_gasorder_adjust/import_gasorder_preview' as const,
  632. isUpload: true,
  633. reqType: {} as {
  634. /** date */
  635. date: string
  636. },
  637. resType: {} as GwayGasordersVO,
  638. },
  639. /** 获取待审核列表 */
  640. page: {
  641. realUrl: '/settle/gway_gasorder_adjust/page' as const,
  642. reqType: {} as IPageParams<GwayGasorderAudit对象>,
  643. resType: {} as any,
  644. },
  645. /** 获取上笔充值记录(app物流公司首页用) */
  646. find_last: {
  647. realUrl: '/settle/recharge_order/find_last' as const,
  648. reqType: {} as FindLastRechargeOrderParam,
  649. resType: {} as any,
  650. },
  651. /** 获取充值订单分页列表 */
  652. list_12: {
  653. realUrl: '/settle/recharge_order/list' as const,
  654. reqType: {} as IPageParams<RechargeOrderListParam>,
  655. resType: {} as any,
  656. },
  657. /** 物流公司充值对账单 */
  658. list_withtime_4: {
  659. realUrl: '/settle/recharge_order/list_withtime' as const,
  660. reqType: {} as IPageParams<CarrierOrderParam>,
  661. resType: {} as any,
  662. },
  663. /** 初始化交易金额到reids */
  664. amount_total: {
  665. realUrl: '/settle/redis/amount_total' as const,
  666. resType: {} as any,
  667. },
  668. /** 初始化交易量到reids */
  669. gas_total: {
  670. realUrl: '/settle/redis/gas_total' as const,
  671. resType: {} as any,
  672. },
  673. /** 初始化充值到reids */
  674. recharge_total: {
  675. realUrl: '/settle/redis/recharge_total' as const,
  676. resType: {} as any,
  677. },
  678. /** 查询加气站库存数据汇总(多天数据) */
  679. find_Gasstation_stock_sum: {
  680. realUrl: '/settle/statistics/find_Gasstation_stock_sum' as const,
  681. reqType: {} as StatisticsParam,
  682. resType: {} as any,
  683. },
  684. /** 查询物流公司发展趋势汇总(多天数据) */
  685. find_carrier_trend_list: {
  686. realUrl: '/settle/statistics/find_carrier_trend_list' as const,
  687. reqType: {} as StatisticsOrgParam,
  688. resType: {} as any,
  689. },
  690. /** 查询区域下价格变动趋势汇总(一天数据) */
  691. find_day_district_price_trend: {
  692. realUrl: '/settle/statistics/find_day_district_price_trend' as const,
  693. reqType: {} as StatisticsParam,
  694. resType: {} as any,
  695. },
  696. /** 查询日充值总金额、账户余额 */
  697. find_day_fund_sum: {
  698. realUrl: '/settle/statistics/find_day_fund_sum' as const,
  699. reqType: {} as StatisticsParam,
  700. resType: {} as any,
  701. },
  702. /** 查询日库存汇总(进气量、库存量、在途量) */
  703. find_day_stock_sum: {
  704. realUrl: '/settle/statistics/find_day_stock_sum' as const,
  705. reqType: {} as StatisticsParam,
  706. resType: {} as any,
  707. },
  708. /** 查询日交易数据汇总(交易金额、交易量、各个状态订单数) */
  709. find_day_trade_sum: {
  710. realUrl: '/settle/statistics/find_day_trade_sum' as const,
  711. reqType: {} as StatisticsParam,
  712. resType: {} as any,
  713. },
  714. /** 查询日车辆汇总(日活量、新增量) */
  715. find_day_truck_sum: {
  716. realUrl: '/settle/statistics/find_day_truck_sum' as const,
  717. reqType: {} as StatisticsParam,
  718. resType: {} as any,
  719. },
  720. /** 查询区域下价格变动趋势汇总(多天数据) */
  721. find_district_price_trend_list: {
  722. realUrl: '/settle/statistics/find_district_price_trend_list' as const,
  723. reqType: {} as StatisticsParam,
  724. resType: {} as any,
  725. },
  726. /** 查询资金情况汇总(多天数据) */
  727. find_fund_sum: {
  728. realUrl: '/settle/statistics/find_fund_sum' as const,
  729. reqType: {} as StatisticsParam,
  730. resType: {} as any,
  731. },
  732. /** 查询单个加气站交易相关数据 */
  733. find_gasstation_trade_sum: {
  734. realUrl: '/settle/statistics/find_gasstation_trade_sum' as const,
  735. reqType: {} as StatisticsGasstationParam,
  736. resType: {} as any,
  737. },
  738. /** 查询加气站发展趋势汇总(多天数据) */
  739. find_gasstation_trend_list: {
  740. realUrl: '/settle/statistics/find_gasstation_trend_list' as const,
  741. reqType: {} as StatisticsOrgParam,
  742. resType: {} as any,
  743. },
  744. /** 获取最新的订单 */
  745. find_latest_gasorders: {
  746. realUrl: '/settle/statistics/find_latest_gasorders' as const,
  747. reqType: {} as StatisticsParam,
  748. resType: {} as any,
  749. },
  750. /** 查询平台结算价列表 */
  751. find_statistics_district_price_list: {
  752. realUrl: '/settle/statistics/find_statistics_district_price_list' as const,
  753. reqType: {} as StatisticsParam,
  754. resType: {} as any,
  755. },
  756. /** 获取全区域结算价 */
  757. find_statistics_full_district_price: {
  758. realUrl: '/settle/statistics/find_statistics_full_district_price' as const,
  759. reqType: {} as StatisticsParam,
  760. resType: {} as any,
  761. },
  762. /** 查询物流公司交易排名列表 */
  763. find_trade_rank_carrier_list: {
  764. realUrl: '/settle/statistics/find_trade_rank_carrier_list' as const,
  765. reqType: {} as StatisticsTradeRankCarrierParam,
  766. resType: {} as any,
  767. },
  768. /** 查询加气站公司交易排名列表 */
  769. find_trade_rank_gasstation_list: {
  770. realUrl: '/settle/statistics/find_trade_rank_gasstation_list' as const,
  771. reqType: {} as StatisticsTradeRankGasstaionParam,
  772. resType: {} as any,
  773. },
  774. /** 查询交易汇总(多天数据) */
  775. find_trade_sum_list: {
  776. realUrl: '/settle/statistics/find_trade_sum_list' as const,
  777. reqType: {} as StatisticsParam,
  778. resType: {} as any,
  779. },
  780. /** 查询卡车趋势汇总列表(多天数据) */
  781. find_truck_trend_list: {
  782. realUrl: '/settle/statistics/find_truck_trend_list' as const,
  783. reqType: {} as StatisticsParam,
  784. resType: {} as any,
  785. },
  786. /** getActiveCar */
  787. get_active_car: {
  788. realUrl: '/settle/statistics/get_active_car' as const,
  789. resType: {} as number,
  790. },
  791. /** getCarrierRankInfo */
  792. get_carrier_rank_info: {
  793. realUrl: '/settle/statistics/get_carrier_rank_info' as const,
  794. resType: {} as Array<展厅大屏物流信息VO>,
  795. },
  796. /** getGasstationQty */
  797. get_gasstation_qty: {
  798. realUrl: '/settle/statistics/get_gasstation_qty' as const,
  799. reqType: {} as BigScreenGasstationParam,
  800. resType: {} as Array<StatisticsGasstationGasorder对象>,
  801. },
  802. /** getGasstationRank */
  803. get_gasstation_rank: {
  804. realUrl: '/settle/statistics/get_gasstation_rank' as const,
  805. resType: {} as Array<StatisticsGasstationOrder对象>,
  806. },
  807. /** getQtyTrend */
  808. get_qty_trend: {
  809. realUrl: '/settle/statistics/get_qty_trend' as const,
  810. reqType: {} as StatisticsOrgDateParam,
  811. resType: {} as Array<交易日汇总实体类>,
  812. },
  813. /** 添加statistics_carrier_gasorder */
  814. add_4: {
  815. realUrl: '/settle/statistics_carrier_gasorder/add' as const,
  816. reqType: {} as StatisticsCarrierGasorder对象,
  817. resType: {} as any,
  818. },
  819. /** 获取statistics_carrier_gasorder列表 */
  820. list_13: {
  821. realUrl: '/settle/statistics_carrier_gasorder/list' as const,
  822. reqType: {} as IPageParams<StatisticsCarrierGasorder对象>,
  823. resType: {} as any,
  824. },
  825. /** 修改statistics_carrier_gasorder */
  826. update_4: {
  827. realUrl: '/settle/statistics_carrier_gasorder/update' as const,
  828. reqType: {} as StatisticsCarrierGasorder对象,
  829. resType: {} as any,
  830. },
  831. /** 添加statistics_gasstation_gasorder */
  832. add_5: {
  833. realUrl: '/settle/statistics_gasstation_gasorder/add' as const,
  834. reqType: {} as StatisticsGasstationGasorder对象,
  835. resType: {} as any,
  836. },
  837. /** 加气站时段销量 */
  838. day_time_salse: {
  839. realUrl: '/settle/statistics_gasstation_gasorder/day_time_salse' as const,
  840. reqType: {} as 通用id参数,
  841. resType: {} as Array<站的时段销量VO实体类>,
  842. },
  843. /** 查询某天的加气站账户数据(加气站app端首页) */
  844. find_gasstation_account_for_app: {
  845. realUrl: '/settle/statistics_gasstation_gasorder/find_gasstation_account_for_app' as const,
  846. reqType: {} as StatisticsGasstationParam,
  847. resType: {} as any,
  848. },
  849. /** 加气站近7日日均销量 */
  850. gas_station_week_avg_qty: {
  851. realUrl: '/settle/statistics_gasstation_gasorder/gas_station_week_avg_qty' as const,
  852. reqType: {} as StatisticsGasstationParam,
  853. resType: {} as any,
  854. },
  855. /** 查询单个加气站交易排名(app) */
  856. get_gasstation_rank_1: {
  857. realUrl: '/settle/statistics_gasstation_gasorder/get_gasstation_rank' as const,
  858. reqType: {} as StatisticsTradeRankGasstaionParam,
  859. resType: {} as any,
  860. },
  861. /** 根据日期取当日全平台排名 */
  862. get_live_truck_total: {
  863. realUrl: '/settle/statistics_gasstation_gasorder/get_live_truck_total' as const,
  864. reqType: {} as StatisticsParam,
  865. resType: {} as any,
  866. },
  867. /** 加气站交班日时段销量 */
  868. inven_time_salse: {
  869. realUrl: '/settle/statistics_gasstation_gasorder/inven_time_salse' as const,
  870. reqType: {} as StatisticsGasstationParam,
  871. resType: {} as Array<站的时段销量VO实体类>,
  872. },
  873. /** 获取statistics_gasstation_gasorder列表 */
  874. list_14: {
  875. realUrl: '/settle/statistics_gasstation_gasorder/list' as const,
  876. reqType: {} as IPageParams<StatisticsGasstationGasorder对象>,
  877. resType: {} as any,
  878. },
  879. /** 获取某加气站交易日汇总列表(app) */
  880. list_with_month: {
  881. realUrl: '/settle/statistics_gasstation_gasorder/list_with_month' as const,
  882. reqType: {} as StatisticsGasstationOrderAppParam,
  883. resType: {} as any,
  884. },
  885. /** 修改statistics_gasstation_gasorder */
  886. update_5: {
  887. realUrl: '/settle/statistics_gasstation_gasorder/update' as const,
  888. reqType: {} as StatisticsGasstationGasorder对象,
  889. resType: {} as any,
  890. },
  891. /** 添加statistics_gasstation_price */
  892. add_6: {
  893. realUrl: '/settle/statistics_gasstation_price/add' as const,
  894. reqType: {} as StatisticsGasstationPrice对象,
  895. resType: {} as any,
  896. },
  897. /** 获取statistics_gasstation_price列表 */
  898. list_15: {
  899. realUrl: '/settle/statistics_gasstation_price/list' as const,
  900. reqType: {} as IPageParams<StatisticsGasstationPrice对象>,
  901. resType: {} as any,
  902. },
  903. /** 修改statistics_gasstation_price */
  904. update_6: {
  905. realUrl: '/settle/statistics_gasstation_price/update' as const,
  906. reqType: {} as StatisticsGasstationPrice对象,
  907. resType: {} as any,
  908. },
  909. /** 添加statistics_gasstation_store */
  910. add_7: {
  911. realUrl: '/settle/statistics_gasstation_store/add' as const,
  912. reqType: {} as StatisticsGasstationStore对象,
  913. resType: {} as any,
  914. },
  915. /** 根据加气站id和日期获取加气站库存日汇总数据 */
  916. get_day_gasstation_stock: {
  917. realUrl: '/settle/statistics_gasstation_store/get_day_gasstation_stock' as const,
  918. reqType: {} as StatisticsGasstationParam,
  919. resType: {} as any,
  920. },
  921. /** 获取statistics_gasstation_store列表 */
  922. list_16: {
  923. realUrl: '/settle/statistics_gasstation_store/list' as const,
  924. reqType: {} as IPageParams<StatisticsGasstationStore对象>,
  925. resType: {} as any,
  926. },
  927. /** 修改statistics_gasstation_store */
  928. update_7: {
  929. realUrl: '/settle/statistics_gasstation_store/update' as const,
  930. reqType: {} as StatisticsGasstationStore对象,
  931. resType: {} as any,
  932. },
  933. /** 添加statistics_live_truck */
  934. add_8: {
  935. realUrl: '/settle/statistics_live_truck/add' as const,
  936. reqType: {} as StatisticsLiveTruck对象,
  937. resType: {} as any,
  938. },
  939. /** 根据加气站id和日期取当日活跃车辆数 */
  940. get_live_truck_total_1: {
  941. realUrl: '/settle/statistics_live_truck/get_live_truck_total' as const,
  942. reqType: {} as LiveTruckTotalParam,
  943. resType: {} as any,
  944. },
  945. /** 获取statistics_live_truck列表 */
  946. list_17: {
  947. realUrl: '/settle/statistics_live_truck/list' as const,
  948. reqType: {} as IPageParams<StatisticsLiveTruck对象>,
  949. resType: {} as any,
  950. },
  951. /** 根据日期取周活跃车辆数 */
  952. test_1: {
  953. realUrl: '/settle/statistics_live_truck/test' as const,
  954. reqType: {} as StatisticsParam,
  955. resType: {} as any,
  956. },
  957. /** 修改statistics_live_truck */
  958. update_8: {
  959. realUrl: '/settle/statistics_live_truck/update' as const,
  960. reqType: {} as StatisticsLiveTruck对象,
  961. resType: {} as any,
  962. },
  963. /** 添加statistics_org */
  964. add_9: {
  965. realUrl: '/settle/statistics_org/add' as const,
  966. reqType: {} as StatisticsOrg对象,
  967. resType: {} as any,
  968. },
  969. /** 修改生产旧数据 */
  970. change: {
  971. realUrl: '/settle/statistics_org/change' as const,
  972. },
  973. /** 获取statistics_org列表 */
  974. list_18: {
  975. realUrl: '/settle/statistics_org/list' as const,
  976. reqType: {} as IPageParams<StatisticsOrg对象>,
  977. resType: {} as any,
  978. },
  979. /** 修改statistics_org */
  980. update_9: {
  981. realUrl: '/settle/statistics_org/update' as const,
  982. reqType: {} as StatisticsOrg对象,
  983. resType: {} as any,
  984. },
  985. /** 添加statistics_org_fund */
  986. add_10: {
  987. realUrl: '/settle/statistics_org_fund/add' as const,
  988. reqType: {} as StatisticsOrgFund对象,
  989. resType: {} as any,
  990. },
  991. /** 获取statistics_org_fund列表 */
  992. list_19: {
  993. realUrl: '/settle/statistics_org_fund/list' as const,
  994. reqType: {} as IPageParams<StatisticsOrgFund对象>,
  995. resType: {} as any,
  996. },
  997. /** 修改statistics_org_fund */
  998. update_10: {
  999. realUrl: '/settle/statistics_org_fund/update' as const,
  1000. reqType: {} as StatisticsOrgFund对象,
  1001. resType: {} as any,
  1002. },
  1003. /** 汇总物流公司交易信息 */
  1004. sumCarriersGasorder: {
  1005. realUrl: '/settle/statistics_test/sumCarriersGasorder' as const,
  1006. resType: {} as any,
  1007. },
  1008. /** 汇总加气站交易信息 */
  1009. sumGasstationsGasorder: {
  1010. realUrl: '/settle/statistics_test/sumGasstationsGasorder' as const,
  1011. resType: {} as any,
  1012. },
  1013. /** 汇总加气站结算价 */
  1014. sumGasstationsPrices: {
  1015. realUrl: '/settle/statistics_test/sumGasstationsPrices' as const,
  1016. resType: {} as any,
  1017. },
  1018. /** 汇总加气站库存 */
  1019. sumGasstationsStock: {
  1020. realUrl: '/settle/statistics_test/sumGasstationsStock' as const,
  1021. resType: {} as any,
  1022. },
  1023. /** 汇总活跃车辆数据 */
  1024. sumLiveTruck: {
  1025. realUrl: '/settle/statistics_test/sumLiveTruck' as const,
  1026. resType: {} as any,
  1027. },
  1028. /** 汇总公司资金数据(汇总加气站和物流公司) */
  1029. sumOrgsFund: {
  1030. realUrl: '/settle/statistics_test/sumOrgsFund' as const,
  1031. resType: {} as any,
  1032. },
  1033. /** 汇总公司发展趋势(汇总加气站和物流公司) */
  1034. sumStatisticsOrgs: {
  1035. realUrl: '/settle/statistics_test/sumStatisticsOrgs' as const,
  1036. resType: {} as any,
  1037. },
  1038. /** 汇总卡车汇总 */
  1039. sumTruck: {
  1040. realUrl: '/settle/statistics_test/sumTruck' as const,
  1041. resType: {} as any,
  1042. },
  1043. /** 测试定时任务 */
  1044. test_2: {
  1045. realUrl: '/settle/statistics_test/test' as const,
  1046. resType: {} as any,
  1047. },
  1048. /** 添加statistics_truck */
  1049. add_11: {
  1050. realUrl: '/settle/statistics_truck/add' as const,
  1051. reqType: {} as StatisticsTruck对象,
  1052. resType: {} as any,
  1053. },
  1054. /** 获取statistics_truck列表 */
  1055. list_20: {
  1056. realUrl: '/settle/statistics_truck/list' as const,
  1057. reqType: {} as IPageParams<StatisticsTruck对象>,
  1058. resType: {} as any,
  1059. },
  1060. /** 修改statistics_truck */
  1061. update_11: {
  1062. realUrl: '/settle/statistics_truck/update' as const,
  1063. reqType: {} as StatisticsTruck对象,
  1064. resType: {} as any,
  1065. },
  1066. /** 模拟定时任务,生成文件 */
  1067. genFile: {
  1068. realUrl: '/settle/test_job/genFile' as const,
  1069. resType: {} as any,
  1070. },
  1071. /** 计算并保存每个物流公司在每个加气站的经销加气汇总 */
  1072. settleCarrierGasstation_jingzhi: {
  1073. realUrl: '/settle/test_job/settleCarrierGasstation_jingzhi' as const,
  1074. reqType: {} as DateParam,
  1075. resType: {} as any,
  1076. },
  1077. /** 计算并保存每个物流公司在每个加气站的直销加气汇总 */
  1078. settleCarrierGasstation_zhixiao: {
  1079. realUrl: '/settle/test_job/settleCarrierGasstation_zhixiao' as const,
  1080. reqType: {} as DateParam,
  1081. resType: {} as any,
  1082. },
  1083. /** 计算并保存某个物流公司每个卡车的经销加气汇总 */
  1084. settleCarrierTruck_jingxiao: {
  1085. realUrl: '/settle/test_job/settleCarrierTruck_jingxiao' as const,
  1086. reqType: {} as DateParam,
  1087. resType: {} as any,
  1088. },
  1089. /** 计算并保存某个物流公司每个卡车的直销加气汇总 */
  1090. settleCarrierTruck_zhixiao: {
  1091. realUrl: '/settle/test_job/settleCarrierTruck_zhixiao' as const,
  1092. reqType: {} as DateParam,
  1093. resType: {} as any,
  1094. },
  1095. /** 计算并保存某个物流公司的经销加气汇总 */
  1096. settleCarrier_jingxiao: {
  1097. realUrl: '/settle/test_job/settleCarrier_jingxiao' as const,
  1098. reqType: {} as DateParam,
  1099. resType: {} as any,
  1100. },
  1101. /** 计算并保存某个物流公司的直销加气汇总 */
  1102. settleCarrier_zhixiao: {
  1103. realUrl: '/settle/test_job/settleCarrier_zhixiao' as const,
  1104. reqType: {} as DateParam,
  1105. resType: {} as any,
  1106. },
  1107. /** 计算并保存加气站与物流公司账期汇总 */
  1108. settleGasstationCarrier: {
  1109. realUrl: '/settle/test_job/settleGasstationCarrier' as const,
  1110. reqType: {} as DateParam,
  1111. resType: {} as any,
  1112. },
  1113. /** 计算并保存加气站与长城奥扬的经销加气汇总 */
  1114. settleGasstationGway_jingxiao: {
  1115. realUrl: '/settle/test_job/settleGasstationGway_jingxiao' as const,
  1116. reqType: {} as DateParam,
  1117. resType: {} as any,
  1118. },
  1119. /** 计算并保存加气站与长城奥扬的直销加气汇总 */
  1120. settleGasstationGway_zhixiao: {
  1121. realUrl: '/settle/test_job/settleGasstationGway_zhixiao' as const,
  1122. reqType: {} as DateParam,
  1123. resType: {} as any,
  1124. },
  1125. /** 计算并保存数据看板相关信息汇总 */
  1126. settle_statistics: {
  1127. realUrl: '/settle/test_job/settle_statistics' as const,
  1128. resType: {} as any,
  1129. },
  1130. /** 测试redissonClient-test_getBucket */
  1131. test_getBucket: {
  1132. realUrl: '/settle/test_job/test_getBucket' as const,
  1133. reqType: {} as GasOrder对象,
  1134. resType: {} as any,
  1135. },
  1136. /** 测试物流长城奥扬对账函 */
  1137. test_settle: {
  1138. realUrl: '/settle/test_job/test_settle' as const,
  1139. reqType: {} as CarrierParam,
  1140. resType: {} as any,
  1141. },
  1142. /** 测试zip包定时任务 */
  1143. test_zip: {
  1144. realUrl: '/settle/test_job/test_zip' as const,
  1145. resType: {} as any,
  1146. },
  1147. /** 获取加气站提现列表 */
  1148. list_21: {
  1149. realUrl: '/settle/withdraw_order/list' as const,
  1150. reqType: {} as IPageParams<WithdrawOrderListParam>,
  1151. resType: {} as any,
  1152. },
  1153. /** 获取机构提现总金额 */
  1154. list_total_amount: {
  1155. realUrl: '/settle/withdraw_order/list_total_amount' as const,
  1156. reqType: {} as WithdrawOrderListParam,
  1157. resType: {} as any,
  1158. },
  1159. }