admin
2020-09-12 2778cf2a16823f9b1153a0549b47f7b503176a17
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.buwan.dao.juhe.pptv;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.buwan.dao.base.BaseDao;
import com.yeshi.buwan.pptv.entity.PPTVShortVideo;
 
@Repository
public class PPTVShortVideoDao extends BaseDao<PPTVShortVideo> {
 
}