dashboard
repositories
filestore
activity
search
login
main
/
ruoyidemo
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
dd
2025-11-29
9437600612eb0243a3371ff1e4fa3689cce8c83a
[ruoyidemo.git]
/
ruoyi-common
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
core
/
domain
/
model
/
RegisterBody.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.common.core.domain.model;
/**
* 用户注册对象
*
* @author ruoyi
*/
public class RegisterBody extends LoginBody
{
}