feat: 新增矿池机制
This commit is contained in:
@@ -19,4 +19,9 @@ public class CollectiblesUserStoreAggregateRoot:FullAuditedAggregateRoot<Guid>
|
||||
/// 藏品id
|
||||
/// </summary>
|
||||
public Guid CollectiblesId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户是否已读
|
||||
/// </summary>
|
||||
public bool IsRead { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user