mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
feat: 数据库迁移
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Yi.Furion.Core.App.Dtos.Trends
|
||||
{
|
||||
public class TrendsUpdateInputVo
|
||||
{
|
||||
public string? Title { get; set; }
|
||||
public string? Content { get; set; }
|
||||
public string? Remark { get; set; }
|
||||
public List<long>? Images { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user