:art:优化代码结构

This commit is contained in:
hello-hao
2022-05-09 16:46:40 +08:00
parent cea9823899
commit cc683b7921
24 changed files with 69 additions and 302 deletions
@@ -10,10 +10,17 @@ import org.springframework.stereotype.Service;
*/
@Service
public interface UserGroupService {
UserGroup useridgetusergroup(Integer userid);
UserGroup idgetusergroup(Integer id);
Integer addusergroup(UserGroup userGroup);
Integer updateusergroup(UserGroup userGroup);
Integer updateusergroupdefault(Integer groupid);
Integer deleusergroup(Integer userid);
}