feat: 完成主题接口

This commit is contained in:
陈淳
2023-12-14 14:38:46 +08:00
parent cebd5b6c71
commit 13d49bc9fb
8 changed files with 2117 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Bbs.Domain.Shared.Etos
{
public class SeeDiscussEventArgs
{
public Guid DiscussId { get; set; }
public int OldSeeNum { get; set; }
}
}