lingling
2025-03-14 70c08d5a565139b440b73d8b9d9c8c20c7942cd6
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>