dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
spring-cloud.version 2021.0.1 官方推荐对应 spring-cloud-alibaba 2021.0.1.0 spring...
abbfun
2022-04-23
f63a76f661e852d3b2f6cb3c5ee02d07c49e9fa9
[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
{
}