admin
2019-01-10 e02ac899d6162c7e9afdc3fe3ce0823af951016f
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> {
 
}