dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!195 修复【增加对空字符串参数的过滤】提交的参数判断问题 Merge pull request !195 from 清溪先生/master
若依
2022-06-13
7af84cb923a649288a4232d95e1f19739adab336
[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
{
}