namespace Dpz.Core.Web.Models.Music;
public class SearchResult
{
public List<Song> Songs { get; set; } = [];
public bool HasMore { get; set; }
public int SongCount { get; set; }
}
AI 正在分析代码…
评论加载中...
namespace Dpz.Core.Web.Models.Music;
public class SearchResult
{
public List<Song> Songs { get; set; } = [];
public bool HasMore { get; set; }
public int SongCount { get; set; }
}