pacs 直连修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-02 17:20:32 +08:00
parent 5cc41b3b0f
commit d094f22ab2
23 changed files with 934 additions and 18 deletions
@@ -9,19 +9,14 @@ using System.Collections.Generic;
namespace IRaCIS.Core.Application.ViewModel
{
/// <summary> ExploreRecommendView 列表视图模型 </summary>
public class ExploreRecommendView
public class ExploreRecommendView: ExploreRecommendAddOrEdit
{
public Guid Id { get; set; }
public string Version { get; set; }
public string Title { get; set; }
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
public Guid UpdateUserId { get; set; }
public DateTime UpdateTime { get; set; }
public bool IsDeleted { get; set; }
public string DownloadUrl { get; set; }
public string Path { get; set; }
public string FileName { get; set; }
public DateTime? DeleteTime { get; set; }
public Guid? DeleteUserId { get; set; }
}
@@ -51,10 +46,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid Id { get; set; }
public string Version { get; set; }
public string Title { get; set; }
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
public Guid UpdateUserId { get; set; }
public DateTime UpdateTime { get; set; }
public bool IsDeleted { get; set; }
public string DownloadUrl { get; set; }
public string Path { get; set; }