我滴个乖乖
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace ZelWiki.Models.ViewModels.Page
|
||||
{
|
||||
public class DeletedPageRevisionViewModel : ViewModelBase
|
||||
{
|
||||
public int PageId { get; set; }
|
||||
public int Revision { get; set; }
|
||||
public string Body { get; set; } = string.Empty;
|
||||
public string DeletedByUserName { get; set; } = string.Empty;
|
||||
public DateTime DeletedDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user