username@email.com
2021-12-30 a8443b50329759fcfa77bbe68b88ebac98fa8fc9
zhengcaioa/DTO/TComplaintItemDTO.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using zhengcaioa.Models;
namespace DTO
{
@@ -15,5 +16,6 @@
        public string LawName { get; set; }
        public int? Sort { get; set; }
        public string Lawcoment { get; set; }
        public List<SysCodeDtl> sysCodeDtls { get; set; }
    }
}