@Repository public class PostRTagDaoImpl extends Object implements IPostRTagDao
| 构造器和说明 |
|---|
PostRTagDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
add(PostRTagVo postRTagVo) |
int |
btAdd(List<PostRTagVo> list) |
List<PostRTagVo> |
lstByPostId(int postId) |
int |
rmv(PostRTagVo postRTagVo) |
int |
rmvByPostId(int postId) |
public int add(PostRTagVo postRTagVo)
add 在接口中 IPostRTagDaopublic int rmv(PostRTagVo postRTagVo)
rmv 在接口中 IPostRTagDaopublic List<PostRTagVo> lstByPostId(int postId)
lstByPostId 在接口中 IPostRTagDaopublic int rmvByPostId(int postId)
rmvByPostId 在接口中 IPostRTagDaopublic int btAdd(List<PostRTagVo> list)
btAdd 在接口中 IPostRTagDaoCopyright © 2011–2015 Azollas. All rights reserved.