| | |
| | | using LifePayment.Domain.Shared; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using Volo.Abp.Domain.Services; |
| | | |
| | | namespace LifePayment.Domain; |
| | | |
| | |
| | | Task<GasParValueResponse> GasParValue(GasParValueRequestInput input); |
| | | |
| | | /// <summary> |
| | | /// 获取燃气支持商户 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | Task<GasOrgTypeValueResponse> GasOrgType(GasOrgTypeRequestInput input); |
| | | |
| | | /// <summary> |
| | | /// 提交燃气订单 |
| | | /// </summary> |
| | | /// <param name="input"></param> |