using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Competition.Mysql.Other { public class achievement_data { /// /// 成绩id /// public string AchievementId { get; set; } /// /// 考试id /// public string ExamId { get; set; } /// /// 用户id /// public string UserId { get; set; } } }