吴健
2024-11-16 d1851ded02d6f253ed2ca1459c4e514102c975d5
1
2
3
4
5
6
7
8
9
10
11
package com.billion.common.core.domain.model;
 
/**
 * 用户注册对象
 * 
 * @author ruoyi
 */
public class RegisterBody extends LoginBody
{
 
}