using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using GxPress.Common.Page; using GxPress.Request.GroupChat; using GxPress.Result.SystemLabel; namespace GxPress.Service.Interface { public interface IService { } }