admin
2025-02-20 f537abe9f3646c739beaf15076246a2f71a347e9
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.videos.funtv.entity.FunTVShortVideo2;
import org.springframework.stereotype.Repository;
 
@Repository
public class FunTVShortVideo2Dao extends MongodbBaseDao<FunTVShortVideo2> {
 
}