Pu Zhibing
2025-03-18 67b0c9e1e81f4eef2438e31b4009a4da5d14b66c
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.auth.form;
 
/**
 * 用户注册对象
 * 
 * @author ruoyi
 */
public class RegisterBody extends LoginBody
{
 
}