From 515e69e0405da5edbc33e5b014fcaf94e28555dc Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Mon, 9 Sep 2024 15:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CriticalFollowValue.cs | 0 .../{PhoneFollows => PhoneFollowUps}/PhoneFollowUp.cs | 1 - 2 files changed, 1 deletion(-) rename src/Shentun.Peis.Domain/{CriticalValues => CriticalFollowValues}/CriticalFollowValue.cs (100%) rename src/Shentun.Peis.Domain/{PhoneFollows => PhoneFollowUps}/PhoneFollowUp.cs (99%) diff --git a/src/Shentun.Peis.Domain/CriticalValues/CriticalFollowValue.cs b/src/Shentun.Peis.Domain/CriticalFollowValues/CriticalFollowValue.cs similarity index 100% rename from src/Shentun.Peis.Domain/CriticalValues/CriticalFollowValue.cs rename to src/Shentun.Peis.Domain/CriticalFollowValues/CriticalFollowValue.cs diff --git a/src/Shentun.Peis.Domain/PhoneFollows/PhoneFollowUp.cs b/src/Shentun.Peis.Domain/PhoneFollowUps/PhoneFollowUp.cs similarity index 99% rename from src/Shentun.Peis.Domain/PhoneFollows/PhoneFollowUp.cs rename to src/Shentun.Peis.Domain/PhoneFollowUps/PhoneFollowUp.cs index 2586d12..85991fc 100644 --- a/src/Shentun.Peis.Domain/PhoneFollows/PhoneFollowUp.cs +++ b/src/Shentun.Peis.Domain/PhoneFollowUps/PhoneFollowUp.cs @@ -41,7 +41,6 @@ namespace Shentun.Peis.Models /// /// 随访ID /// - [Column("follow_up_id")] public Guid? FollowUpId { get; set; }