dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
使用 @Lazy,@AutoConfigureBefore注解解决循环引用及Bean重复问题,删除allow-bean-definition-over...
淡然逝去
2022-06-16
1297d094cb5ee7305d151cd8b4a8a5659275ae97
[sgd.git]
/
ruoyi-auth
/
src
/
main
/
java
/
com
/
ruoyi
/
auth
/
form
/
RegisterBody.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.auth.form;
/**
* 用户注册对象
*
* @author ruoyi
*/
public class RegisterBody extends LoginBody
{
}