heheng
2025-08-21 334ae6d3ba9992f5f081c6800af486a19c019c38
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
{
 
}