using JLHHJSvr.Com.Model; using LJLib.Net.SPI.Com; namespace JLHHJSvr.Com { public sealed class DeleteSysPostMessageRequest : ILJRequest { public override string GetApiName() { return "DeleteSysPostMessage"; } public string token { get; set; } /// /// 公告栏信息 /// public int postid { get; set; } } public sealed class DeleteSysPostMessageResponse : LJResponse { } }