仪表盘
版本库
文件存储
活动
搜索
登录
刘省
/
smartor
分支自
~yxh/smartor
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
微信公众号、钉钉代码提交
liusheng
2023-05-22
2d213e2df5c896625395f65d50c8abb0bc78e36a
[~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
{
}