Skip to content

Commit

Permalink
reactor : websiteMessage add extraProperties (#463)
Browse files Browse the repository at this point in the history
* reactor : messageTask add extraProperties

* reactor : websiteMessage add extraProperties
  • Loading branch information
wzh425 authored Feb 22, 2023
1 parent 801bd6b commit 778679a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ public class WebsiteMessageModel : AuditEntityModel<Guid, Guid>
public Guid PrevId { get; set; }

public Guid NextId { get; set; }

public ExtraPropertyDictionary ExtraProperties { get; set; } = new();
}

0 comments on commit 778679a

Please sign in to comment.