ustcyc
2025-03-29 e43edb461fbe4cdbe35e39cd7af19ff4a2ad00a8
1
2
3
4
5
6
7
8
9
10
11
package com.zhitan.common.core.domain.model;
 
/**
 * 用户注册对象
 * 
 * @author zhitan
 */
public class RegisterBody extends LoginBody
{
 
}