发布日志遗漏

Uat_Study
hang 2023-06-27 16:00:47 +08:00
parent 5448216e7a
commit ae7306a3ef
1 changed files with 1 additions and 8 deletions

View File

@ -16,13 +16,7 @@ namespace IRaCIS.Core.Domain.Models
public class PublishLog : Entity, IAuditUpdate, IAuditAdd
{
/// <summary>
/// Id
/// </summary>
[Key]
[Required]
public Guid Id { get; set; }
/// <summary>
/// Version
/// </summary>
@ -67,5 +61,4 @@ namespace IRaCIS.Core.Domain.Models
}
public virtual DbSet<PublishLog> PublishLog { get; set; }
}