huliguo
2025-07-29 ef8cf60d8a9c33098e2e7be51bd4f0d6db6c0693
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.auth.form;
 
/**
 * 用户注册对象
 * 
 * @author jqs
 */
public class RegisterBody extends LoginBody
{
 
}