完善DDD领域驱动设计
This commit is contained in:
@@ -11,10 +11,7 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos
|
||||
/// </summary>
|
||||
public class CommentCreateInputVo
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public DateTime? CreateTime { get; set; }
|
||||
public string Content { get; set; }
|
||||
public long DiscussId { get; set; }
|
||||
public long UserId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,10 +9,5 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos
|
||||
{
|
||||
public class CommentGetListInputVo : PagedAndSortedResultRequestDto
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public DateTime? CreateTime { get; set; }
|
||||
public string Content { get; set; }
|
||||
public long DiscussId { get; set; }
|
||||
public long UserId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,5 +17,7 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos.Discuss
|
||||
public DateTime? CreateTime { get; set; }
|
||||
public string Content { get; set; }
|
||||
public string? Color { get; set; }
|
||||
|
||||
public long plateId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user