mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 08:46:48 +08:00
fix record mapping nhibernate (#8415)
This commit is contained in:
committed by
GitHub
parent
66a611fbf3
commit
993e57d7fd
@@ -12,6 +12,7 @@ namespace Orchard.Projections.Models {
|
||||
public virtual string Description { get; set; }
|
||||
public virtual string Category { get; set; }
|
||||
public virtual string Type { get; set; }
|
||||
[StringLengthMax]
|
||||
public virtual string State { get; set; }
|
||||
|
||||
public virtual int Display { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user