mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 07:56:38 +08:00
feat: 数据库迁移
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Yi.Furion.Core.App.Dtos.Trends
|
||||
{
|
||||
/// <summary>
|
||||
/// Trends输入创建对象
|
||||
/// </summary>
|
||||
public class TrendsCreateInput
|
||||
{
|
||||
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