喻健
2018-11-16 1580be6a4c9b9921d4b6c2ae4fb9580355bb1d33
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> {
 
}