admin
2021-12-24 b5e19564dcbf1b7ec12946209d74313479f9dfe1
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.videos.sohu.entity.SoHuAlbum;
@Repository
public class SoHuAlbumDao extends BaseDao<SoHuAlbum> {
 
}