admin
2021-12-24 b5e19564dcbf1b7ec12946209d74313479f9dfe1
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.HotStar;
@Repository
public class HotStarDao extends BaseDao<HotStar> {
 
}