username@email.com
2021-12-21 65e60c2c3c2eb2c175cf7d2a08295d08c585f626
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; }
    }
}