username@email.com
2022-09-23 b69b0a86c77a9453167576ab01c542383d53f260
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; }
    }
}