修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user