摘要: public interface BaseDao { T get(String id); } 1 import java.lang.reflect.ParameterizedType; 2 import java.lang.reflect.Type; 3 4 publi... 阅读全文
posted @ 2014-08-10 22:34 无忧之路 阅读(5869) 评论(0) 推荐(0) 编辑
无忧之路