namespace CompetitionAPI.api.unity { /// /// 更新围栏放置状态接口请求实体 /// public class UpdateEnclosureRequest { /// /// 用户id /// public string UserId { get; set; } /// /// 考试id /// public string ExamId { get; set; } } }