1
13693261870
2024-08-21 99cb4723573c6c7e387da47667add0cced666fc2
1
2
3
4
5
6
7
8
9
10
11
package com.se.auth.form;
 
/**
 * 用户注册对象
 * 
 * @author admin
 */
public class RegisterBody extends LoginBody
{
 
}