username@email.com
2022-01-04 0c7b13e91cd472e21e4a620355e6fcabc11f695a
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; }
    }
}