解决相同类名的冲突

This commit is contained in:
none
2023-03-02 21:55:55 +08:00
parent 64d10d961c
commit d52eb0da7b
3 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
package xyz.playedu.api.controller.frontend;
import org.springframework.web.bind.annotation.RestController;
/**
* @Author 杭州白书科技有限公司
* @create 2023/3/2 21:51
*/
@RestController
public class LoginController {
}