ILqCardTransferLogService.cs 266 Bytes
using NCC.Extend.Entitys.Dto.LqCardTransferLog;

namespace NCC.Extend.Interfaces
{
    /// <summary>
    /// 转卡日志服务接口
    /// </summary>
    public interface ILqCardTransferLogService
    {
        // 接口方法将在Service实现中定义
    }
}