@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user