修改影像key 显示标注

This commit is contained in:
2024-09-26 10:26:34 +08:00
parent 328a8549c6
commit af988e7276
7 changed files with 125 additions and 40 deletions
+1
View File
@@ -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 = [];