公告板
版本库
filestore
活动
搜索
登录
main
/
mugua-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'完善'
admin
2021-02-06
e2c6372f29ae0a93d9f672ffad4613581ba3e201
[mugua-server.git]
/
.svn
/
pristine
/
bc
/
bc9858a465d90543e663a64e1fd4bc2edef8ddf0.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.letv.entity.LeTVVideo;
@Repository
public class LeTVVideoDao extends BaseDao<LeTVVideo> {
}