From c54d598cc71ca26f262d498e034b64627d7b6616 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 07 七月 2022 15:25:19 +0800
Subject: [PATCH] 提交
---
zhengcaioa/DTO/TChallengeItemDTO.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/DTO/TChallengeItemDTO.cs b/zhengcaioa/DTO/TChallengeItemDTO.cs
index fb4fb1c..da2350c 100644
--- a/zhengcaioa/DTO/TChallengeItemDTO.cs
+++ b/zhengcaioa/DTO/TChallengeItemDTO.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