bug
xiangpei
2025-02-19 883987ed1c165ccf0fbfc54f228ca65b4e6fc2b9
1
2
3
4
5
6
7
8
9
10
11
package com.ycl.common.core.domain.model;
 
/**
 * 用户注册对象
 * 
 * @author ycl
 */
public class RegisterBody extends LoginBody
{
 
}