1
13693261870
2024-11-26 82e766953f5f45cc9a8fd1e0ebed071183a45825
1
2
3
4
5
6
7
8
9
10
11
package com.se.system.domain;
 
/**
 * 用户注册对象
 * 
 * @author admin
 */
public class RegisterBody extends LoginBody
{
 
}