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