公告板
版本库
filestore
活动
搜索
登录
main
/
mugua-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'完善'
admin
2021-02-06
e2c6372f29ae0a93d9f672ffad4613581ba3e201
[mugua-server.git]
/
.svn
/
pristine
/
22
/
227b45ecb05a2d9ffd89c926e5f46f40ddbbbacb.svn-base
1
2
3
4
5
6
7
8
9
10
11
package com.newvideo.dao.juhe;
import org.springframework.stereotype.Repository;
import com.newvideo.dao.BaseDao;
import com.newvideo.pptv.entity.PPTVShowVideo;
@Repository
public class PPTVShowVideoDao extends BaseDao<PPTVShowVideo> {
}