Blame view

netcore/src/Modularity/Extend/NCC.Extend.Interfaces/ILqMdRoomService.cs 165 Bytes
b5df6609   “wangming”   ```
1
2
3
4
5
6
7
8
9
  namespace NCC.Extend.Interfaces.LqMdRoom
  {
      /// <summary>
      /// 门店房间服务契约
      /// </summary>
      public interface ILqMdRoomService
      {
      }
  }