@@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations.Schema;
|
||||
namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
[Table("Site")]
|
||||
public partial class Site : Entity, IAuditUpdate, IAuditAdd
|
||||
public partial class Site : BaseFullAuditEntity
|
||||
{
|
||||
[JsonIgnore]
|
||||
[ForeignKey("HospitalId")]
|
||||
@@ -33,10 +33,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public string ContactName { get; set; } = string.Empty;
|
||||
public string ContactPhone { get; set; } = string.Empty;
|
||||
|
||||
public Guid CreateUserId { get; set; } = Guid.Empty;
|
||||
public DateTime CreateTime { get; set; } = DateTime.Now;
|
||||
public Guid UpdateUserId { get; set; } = Guid.Empty;
|
||||
public DateTime UpdateTime { get; set; } = DateTime.Now;
|
||||
|
||||
|
||||
//µ¼º½ÊôÐÔ
|
||||
|
||||
Reference in New Issue
Block a user