admin
2019-03-15 76454bc885458f267e66a08393f86c07ee509876
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.dao.user;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.fanli.dao.BaseDao;
import com.yeshi.fanli.entity.bus.search.HistorySearch;
 
@Repository
public class HistorySearchDao extends BaseDao<HistorySearch> {
 
}