修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-12-20 13:29:45 +08:00
parent 6e34bc3c17
commit 460575d959
7 changed files with 18323 additions and 2 deletions
@@ -23,6 +23,11 @@ public class Hospital : BaseFullAuditEntity
public string CountryCN { get; set; } = string.Empty;
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;
}