精简实体修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-22 18:10:29 +08:00
parent f0943ca9a4
commit 4319982be9
159 changed files with 520 additions and 2225 deletions
+1 -5
View File
@@ -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;
//µ¼º½ÊôÐÔ