mybatis-learn
摘要:
public interface UserMapper { public List<User> getUserListByNullParam(); public List<User> getUesrListByUserName(String userName); public List<User> 阅读全文
posted @ 2019-10-22 10:56 Lev1 阅读(155) 评论(0) 推荐(0) 编辑