From 7ed6bb82f1e4f7bad2252f6b968ec45adf860efc Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期日, 27 六月 2021 15:18:22 +0800 Subject: [PATCH] 修改 --- zhengcaioa/DTO/IntentionVisitDTO.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/DTO/IntentionVisitDTO.cs b/zhengcaioa/DTO/IntentionVisitDTO.cs index e052dc0..a524127 100644 --- a/zhengcaioa/DTO/IntentionVisitDTO.cs +++ b/zhengcaioa/DTO/IntentionVisitDTO.cs @@ -35,7 +35,9 @@ public string Name { get; set; } public string IsYwjl { get; set; } - + + public string DuanxinNeirong { get; set; } + } public class IntentionVisitDTOSearch : SearchEntity -- Gitblit v1.9.1