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