mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
:art:完善部分新功能
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
package cn.hellohao.dao;
|
||||
|
||||
import cn.hellohao.pojo.User;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import cn.hellohao.pojo.Images;
|
||||
import cn.hellohao.pojo.User;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Mapper
|
||||
@@ -14,7 +12,6 @@ public interface UserMapper {
|
||||
Integer login(@Param("email") String email, @Param("password") String password,@Param("uid") String uid);
|
||||
User getUsers(User user);
|
||||
User loginByToken (@Param("token") String token);
|
||||
Integer insertimg(Images img);
|
||||
Integer change(User user);
|
||||
Integer changeUser(User user);
|
||||
Integer checkUsername(@Param("username") String username);
|
||||
|
||||
Reference in New Issue
Block a user