zhaowenxuan
9 天以前 068574fd05ee3edfe74b3ae43ae2af9f523b637c
1
2
3
4
5
6
7
8
9
10
package com.ltkj.common.core.domain.model;
 
/**
 * 用户注册对象
 *
 * @author ruoyi
 */
public class RegisterBody extends LoginBody {
 
}