heheng
2024-11-21 b3631dd074d7fa5520f7afcf2cdc1ab681700e7c
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.common.core.domain.model;
 
/**
 * 用户注册对象
 * 
 * @author expert
 */
public class RegisterBody extends LoginBody
{
 
}