仪表盘
版本库
文件存储
活动
搜索
登录
刘省
/
smartor
分支自
~yxh/smartor
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
代码提交
liusheng
2024-09-18
907641e56c2085aaa81f267946dc3e3e9fca73e7
[~liusheng/smartor.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
{
}