2023-12-11 09:55:12 +08:00
|
|
|
|
namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Comment
|
2023-04-15 22:44:33 +08:00
|
|
|
|
{
|
|
|
|
|
|
public class CommentUpdateInputVo
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
public string Content { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD>²<EFBFBD><C2B2>ܽ<EFBFBD><DCBD><EFBFBD><EFBFBD><EFBFBD>ת<EFBFBD><D7AA>
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|