heheng
2025-08-18 fdb8cb8bb5dea273f440c8a52b7b4d9c73966f37
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
{
 
}