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