dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增Excel导入组件ExcelImportDialog
RuoYi
2026-04-03
bf023fc2f72d6b4a2788d8f9c027aeb493f07688
[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
{
}