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,6 +1,5 @@
|
||||
package cn.hellohao.service;
|
||||
|
||||
import cn.hellohao.pojo.Images;
|
||||
import cn.hellohao.pojo.User;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@@ -16,8 +15,6 @@ public interface UserService {
|
||||
|
||||
User getUsers(User user);
|
||||
|
||||
Integer insertimg(Images img);
|
||||
|
||||
Integer change(User user);
|
||||
|
||||
Integer changeUser(User user);
|
||||
|
||||
Reference in New Issue
Block a user