zxl
昨天 fa90edeeb9396b8a8031f7fb14cc30c4386cc1db
1
2
3
4
5
6
7
8
9
10
11
package com.ycl.common.core.domain.model;
 
/**
 * 用户注册对象
 * 
 * @author ycl
 */
public class RegisterBody extends LoginBody
{
 
}