public User selectByPrimaryKey() { return userMapper.selectByPrimaryKey(1L); }
public List<User> findAll() { return userMapper.selectByExample(null); }