Browse Source

文件夹

master
wxd 1 year ago
parent
commit
515e69e040
  1. 0
      src/Shentun.Peis.Domain/CriticalFollowValues/CriticalFollowValue.cs
  2. 1
      src/Shentun.Peis.Domain/PhoneFollowUps/PhoneFollowUp.cs

0
src/Shentun.Peis.Domain/CriticalValues/CriticalFollowValue.cs → src/Shentun.Peis.Domain/CriticalFollowValues/CriticalFollowValue.cs

1
src/Shentun.Peis.Domain/PhoneFollows/PhoneFollowUp.cs → src/Shentun.Peis.Domain/PhoneFollowUps/PhoneFollowUp.cs

@ -41,7 +41,6 @@ namespace Shentun.Peis.Models
/// <summary>
/// 随访ID
/// </summary>
[Column("follow_up_id")]
public Guid? FollowUpId { get; set; }
Loading…
Cancel
Save