heheng
2024-12-03 05600d089901d44e8d5036046025b6a90ceb896a
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
{
 
}