|
namespace CompetitionAPI.api.unity
|
|
{
|
|
/// <summary>
|
|
/// 更新爬杆结果接口请求实体
|
|
/// </summary>
|
|
public class UpdateClimbrodRequest
|
|
{
|
|
/// <summary>
|
|
/// 用户id
|
|
/// </summary>
|
|
public string UserId { get; set; }
|
|
|
|
/// <summary>
|
|
/// 考试id
|
|
/// </summary>
|
|
public string ExamId { get; set; }
|
|
}
|
|
}
|