admin
2019-01-28 e52789b7e099f6e8f10543afbc4f9010b5e94e1a
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.dao.config;
 
import org.springframework.stereotype.Repository;
 
import com.yeshi.fanli.dao.BaseDao;
import com.yeshi.fanli.entity.common.JumpDetail;
 
@Repository
public class JumpDetailDao extends BaseDao<JumpDetail> {
 
}