Merge branch 'refs/heads/abp' into digital-collectibles
This commit is contained in:
@@ -27,7 +27,6 @@ namespace Yi.Framework.Bbs.Domain.Entities.Forum
|
|||||||
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
||||||
public override Guid Id { get; protected set; }
|
public override Guid Id { get; protected set; }
|
||||||
public string? Title { get; set; }
|
public string? Title { get; set; }
|
||||||
public string? Types { get; set; }
|
|
||||||
public string? Introduction { get; set; }
|
public string? Introduction { get; set; }
|
||||||
public int AgreeNum { get; set; }
|
public int AgreeNum { get; set; }
|
||||||
public int SeeNum { get; set; }
|
public int SeeNum { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user