admin
2021-01-25 d182390205a9828bd1091b06fa712e028004c687
1
2
3
4
5
6
7
8
9
10
package com.newvideo.dao.recommend;
 
import org.springframework.stereotype.Repository;
 
import com.newvideo.dao.BaseDao;
import com.newvideo.domain.recommend.SuperCategoryRecommendVideo;
@Repository
public class SuperCategoryRecommendVideoDao extends BaseDao<SuperCategoryRecommendVideo> {
 
}