public interface ICommentDao
| 限定符和类型 | 方法和说明 |
|---|---|
int |
add(CommentVo commentVo) |
List<CommentVo> |
fullLstWithoutVOD(org.apache.ibatis.session.RowBounds rowBounds) |
List<CommentVo> |
lstByPostId(int postId) |
Copyright © 2011–2015 Azollas. All rights reserved.