dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Excel注解ColumnType类型新增文本
RuoYi
2024-03-22
11320b2e13ba81a9c3a2edf7686eb89b8663c8cf
[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
{
}