Optimize class structure

This commit is contained in:
2023-11-29 11:55:15 +08:00
parent 929c01f98f
commit 557f7ff4ce
47 changed files with 80 additions and 63 deletions

View File

@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RestController
import top.fatweb.api.converter.permission.UserConverter
import top.fatweb.api.entity.common.ResponseCode
import top.fatweb.api.entity.common.ResponseResult
import top.fatweb.api.param.authentication.LoginParam
import top.fatweb.api.param.permission.LoginParam
import top.fatweb.api.service.permission.IAuthenticationService
import top.fatweb.api.util.WebUtil