dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
升级fastjson到最新版2.0.53
RuoYi
2024-10-17
08a5deb285eac6b09e5649d068990a889e3f0174
[expert_management.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
{
}