admin
2020-08-22 813d2cae75cbae3f216de5f493af643c5a560c82
1
2
3
4
5
6
7
8
9
package com.yeshi.buwan.dao;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.buwan.domain.VideoIntersectionVideo;
@Repository
public class VideoIntersectionVideoDao extends BaseDao<VideoIntersectionVideo> {
 
}