中国算力平台算力登记系统2.0
yanzhaofeige
2024-09-30 6293d2b460bd17eee8b078f5a53ee4b2a0eea88e
1
2
3
4
5
6
7
8
9
10
11
package com.odcc.cpzidc.common.core.domain.model;
 
/**
 * 用户注册对象
 * 
 * @author ruoyi
 */
public class RegisterBody extends LoginBody
{
 
}