admin
2021-04-02 20f473dc4997e8b8a76f8c75d0a649be0a5ea139
1
2
3
4
5
6
7
8
9
10
package com.yeshi.buwan.dao;
 
import com.yeshi.buwan.dao.base.BaseDao;
import org.springframework.stereotype.Repository;
 
import com.yeshi.buwan.domain.VideoIntersection;
@Repository
public class VideoIntersectionDao extends BaseDao<VideoIntersection> {
 
}