dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复密码输入错误次数变量
RuoYi
2022-08-01
4d21c11acd8d1e2ec0c8e0a72e329302eefcc3e4
[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
{
}