admin
2020-10-10 81db7b3b070c003e6f5f0d1c757ab30b6f42c944
1
2
3
4
5
6
7
8
9
10
package com.yeshi.buwan.dao.juhe.funtv;
 
import com.yeshi.buwan.dao.base.MongodbBaseDao;
import com.yeshi.buwan.funtv.entity.FunTVShortVideo2;
import org.springframework.stereotype.Repository;
 
@Repository
public class FunTVShortVideo2Dao extends MongodbBaseDao<FunTVShortVideo2> {
 
}