ban reason
This commit is contained in:
parent
6966dd4d8f
commit
f0a5dff06f
4 changed files with 2852 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ using System.ComponentModel.DataAnnotations.Schema;
|
|||
|
||||
namespace Yavsc.Models.Access
|
||||
{
|
||||
using Yavsc;
|
||||
|
||||
using Yavsc;
|
||||
public class Ban : IBaseTrackedEntity
|
||||
{
|
||||
public DateTime DateCreated
|
||||
|
|
@ -42,5 +41,8 @@ namespace Yavsc.Models.Access
|
|||
get; set;
|
||||
}
|
||||
|
||||
[Required]
|
||||
public string Reason { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue