浏览器推荐修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-04 17:22:54 +08:00
parent 0c7495870b
commit 6264d105ab
3 changed files with 9 additions and 5 deletions
@@ -43,7 +43,9 @@ namespace IRaCIS.Core.Application.ViewModel
///<summary> ExploreRecommendAddOrEdit 列表查询参数模型</summary>
public class ExploreRecommendAddOrEdit
{
public Guid Id { get; set; }
public Guid? Id { get; set; }
public string ExploreType { get; set; }
public string Version { get; set; }
public string Title { get; set; }