username@email.com
2025-04-16 1243f9cdb1ce367af05caabbb71ce81e38d5a1af
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; }
    }
}