From 8876889ebc569aa8bcc2540181431121ca605aaf Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 24 十二月 2021 08:44:10 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/DTO/TComplaintItemDTO.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/DTO/TComplaintItemDTO.cs b/zhengcaioa/DTO/TComplaintItemDTO.cs
index 3ae1cfe..22cd252 100644
--- a/zhengcaioa/DTO/TComplaintItemDTO.cs
+++ b/zhengcaioa/DTO/TComplaintItemDTO.cs
@@ -1,6 +1,7 @@
 锘縰sing 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; }
     }
 }

--
Gitblit v1.9.1