:art:完善部分新功能

This commit is contained in:
hello-hao
2022-11-21 19:03:58 +08:00
parent b978f33aba
commit 2ee49dcae2
15 changed files with 525 additions and 467 deletions
@@ -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);