修改影像key 显示标注
This commit is contained in:
@@ -19,6 +19,7 @@ public abstract class Entity : IEntity<Guid>
|
||||
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
||||
public Guid Id { get; set; }
|
||||
|
||||
#region 领域事件 仅仅允许通过提供的方法进行操作
|
||||
[JsonIgnore]
|
||||
private readonly List<DomainEvent> _domainEvents = [];
|
||||
|
||||
Reference in New Issue
Block a user