fix record mapping nhibernate (#8415)

This commit is contained in:
LorenzoFrediani-Laser
2020-09-24 19:15:07 +02:00
committed by GitHub
parent 66a611fbf3
commit 993e57d7fd

View File

@@ -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; }