zhengcaioa/DTO/TChallengeItemDTO.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; } } }