添加项目文件。
This commit is contained in:
12
TightWiki.Models/ViewModels/File/FileAttachmentViewModel.cs
Normal file
12
TightWiki.Models/ViewModels/File/FileAttachmentViewModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using TightWiki.Models.DataModels;
|
||||
|
||||
namespace TightWiki.Models.ViewModels.File
|
||||
{
|
||||
public class FileAttachmentViewModel : ViewModelBase
|
||||
{
|
||||
public string PageNavigation { get; set; } = string.Empty;
|
||||
public int PageRevision { get; set; } = 0;
|
||||
|
||||
public List<PageFileAttachmentInfo> Files { get; set; } = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user