username@email.com
2023-03-08 f7a2d28869cc31c7dbe057a1d80dd40536d97fed
zhengcaioa/Model/TComplaintItem.cs
@@ -10,8 +10,10 @@
        public int Id { get; set; }
        public string ComplaintId { 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; }
    }
}