IService.cs 286 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using System.Threading.Tasks;
  5. using GxPress.Common.Page;
  6. using GxPress.Request.GroupChat;
  7. using GxPress.Result.SystemLabel;
  8. namespace GxPress.Service.Interface
  9. {
  10. public interface IService
  11. {
  12. }
  13. }