admin
2021-03-01 d73687bc6115007145b4aab050e4e29ff87fd8ae
1
2
3
4
5
6
7
8
9
10
package com.yeshi.buwan.dao.recommend;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.buwan.dao.base.BaseDao;
import com.yeshi.buwan.domain.recommend.AdRecommendRight;
@Repository
public class AdRecommendRightDao extends BaseDao<AdRecommendRight>{
 
}