username@email.com
2023-05-05 69a8bb4807c77d05b5b43328acbf4ad26fb5fc68
zhengcaioa/Model/TChallengeItem.cs
@@ -10,8 +10,10 @@
        public int Id { get; set; }
        public string ChallengeId { get; set; }
        public string Question { get; set; }
        public string Questionname { get; set; }
        public string Evidential { get; set; }
        public string Law { get; set; }
        public string Lawcoment { get; set; }
        public int? Sort { get; set; }
    }
}