Blame view

netcore/src/Modularity/Extend/NCC.Extend.Interfaces/ILqCardTransferLogService.cs 266 Bytes
5b462535   “wangming”   1111
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实现中定义
      }
  }