1 2 3 4 5 6 7 8 9
namespace NCC.Extend.Interfaces.LqMdRoom { /// <summary> /// 门店房间服务契约 /// </summary> public interface ILqMdRoomService { } }