1 2 3 4 5 6 7 8 9 10 11 12
using NCC.Extend.Entitys.Dto.LqCardTransferLog; namespace NCC.Extend.Interfaces { /// <summary> /// 转卡日志服务接口 /// </summary> public interface ILqCardTransferLogService { // 接口方法将在Service实现中定义 } }