using System.Collections.Generic; using System.Threading.Tasks; using GxPress.Request.Reply; using GxPress.Result.Reply; using GxPress.Service.Interface.Reply; namespace GxPress.Service.Implement.Reply { /// /// 回复 /// public partial class ReplyService : IReplyService { public ReplyService() { } } }