using Dpz.Core.Public.ViewModel.Response;
namespace Dpz.Core.Web.Models;
public record ArticleSearchModel(
string? Keyword,
List<ArticleResponseSearchResultResponse> Results,
List<string> Tags
);
评论加载中...
using Dpz.Core.Public.ViewModel.Response;
namespace Dpz.Core.Web.Models;
public record ArticleSearchModel(
string? Keyword,
List<ArticleResponseSearchResultResponse> Results,
List<string> Tags
);