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> {
|
|
}
|