zjh
2024-06-20 7a4ef2968a0d5d28b2fedaaaec2227557fc9d420
1
2
3
4
5
6
7
8
9
10
package com.ltkj.common.core.domain.model;
 
/**
 * 用户注册对象
 *
 * @author ruoyi
 */
public class RegisterBody extends LoginBody {
 
}