| | |
| | | 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> {
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.dao.user; |
| | | |
| | | import com.yeshi.common.MongodbBaseDao; |
| | | import com.yeshi.fanli.entity.bus.search.HistorySearch; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | @Repository |
| | | public class HistorySearchDao extends MongodbBaseDao<HistorySearch> { |
| | | |
| | | |
| | | |
| | | } |