zhengyuxuan
2025-03-24 95d5b5815069a4c4b3c04a085765c0147a22fbc8
LifePayment/LifePayment.Domain/ACOOLY/IACOOLYManager.cs
@@ -1,10 +1,5 @@
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;
@@ -21,6 +16,13 @@
    Task<GasParValueResponse> GasParValue(GasParValueRequestInput input);
    /// <summary>
    /// 获取燃气支持商户
    /// </summary>
    /// <param name="input"></param>
    /// <returns></returns>
    Task<GasOrgTypeValueResponse> GasOrgType(GasOrgTypeRequestInput input);
    /// <summary>
    /// 提交燃气订单
    /// </summary>
    /// <param name="input"></param>