username@email.com
2022-06-28 727a27340fc49d41bf9f7efd81a9a44ade7a9677
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; }
    }
}