@@ -1,10 +1,10 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("»ú¹¹ - Site")]
|
||||
[Comment("机构 - Site")]
|
||||
[Table("Site")]
|
||||
public class Site : BaseFullAuditEntity
|
||||
{
|
||||
#region µ¼º½ÊôÐÔ
|
||||
#region 导航属性
|
||||
[JsonIgnore]
|
||||
[ForeignKey("HospitalId")]
|
||||
public Hospital Hospital { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user