公告板
版本库
filestore
活动
搜索
登录
main
/
buwan-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
完善APP首页顶部标签栏兼容,初步处理推送
admin
2021-03-20
ad3ac53da1c3a11a96ae62d790aa61a81b9eab91
[buwan-server.git]
/
src
/
main
/
java
/
com
/
yeshi
/
buwan
/
dao
/
juhe
/
sohu
/
SoHuAlbumDao.java
1
2
3
4
5
6
7
8
9
10
package com.yeshi.buwan.dao.juhe.sohu;
import org.springframework.stereotype.Repository;
import com.yeshi.buwan.dao.base.BaseDao;
import com.yeshi.buwan.sohu.entity.SoHuAlbum;
@Repository
public class SoHuAlbumDao extends BaseDao<SoHuAlbum> {
}