xiangpei
2024-09-04 af7baffbb2050fa6c0d5de68c094d0328afb6fc7
1
2
3
4
5
6
7
8
9
10
11
package com.ycl.system.model;
 
/**
 * 用户注册对象
 * 
 * @author ruoyi
 */
public class RegisterBody extends LoginBody
{
 
}