公告板
版本库
filestore
活动
搜索
登录
王立忠
/
966120Api
派生自
966120Api
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 新增支付记录前端展示
wzp
2025-05-03
ff76ba9c9c56aa2dd1c6a96d5d6365fbb3db1fad
[~wlz/966120Api.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
{
}