post
2015-12-24 15:21:37 0 举报
类图
作者其他创作
大纲/内容
PostTopicModel
- Id:string- UserName:string-Title:string-Content:string-Dt_post:DateTime-IsAnonymous:bool-Type:string-praiseCounts:int
no method
PostTopicDao
no attribute
AddTopic(PostTopicModel):boolGetPostTopicList():ListDelete(int):boolGetTopicById(int): PostTopicModel TopicPraise(int):boolGetPraiseCounts(int):int
PostTopicBll
TopicPraise(string):boolGetPraiseCountById(string):intGetAllPostTopic():listGetPostTopicByContent(string):list
CommentModel
- TopicId:string-CommentUserName:string-CommentContent:string-ContentTime:DateTime
PostController
PostTopic:ActionResultAddTopic(PostTopicModel):boolDeleteTopic(int):BoolShowForAdminstractor():ActionResultComment(string):ActionResultComment(CommentModel):ActionResultTopicDetail(string):ActionResultTopicPraisr(string):JsonResultSearchByContent(string):ActionResult
0 条评论
下一页