This commit is contained in:
he
2024-12-20 17:10:49 +08:00
parent 3e9221b39c
commit a001db2da5
9 changed files with 18514 additions and 65 deletions
@@ -24,10 +24,6 @@ public class Hospital : BaseFullAuditEntity
public string ProvinceCN { get; set; } = string.Empty;
public string CityCN { get; set; } = string.Empty;
/// <summary>
/// 是否确认
/// </summary>
public bool IsConfirm { get; set; } = true;
[Comment("中心Id")]
public Guid? SiteId { get; set; } = Guid.Empty;
}