using NCC.Extend.Entitys.Dto.LqCardTransferLog; namespace NCC.Extend.Interfaces { /// /// 转卡日志服务接口 /// public interface ILqCardTransferLogService { // 接口方法将在Service实现中定义 } }