mirror of https://github.com/abpframework/abp.git
6 changed files with 73 additions and 7 deletions
@ -0,0 +1,11 @@ |
|||
using Volo.CmsKit.Entities; |
|||
|
|||
namespace Volo.CmsKit.Ratings |
|||
{ |
|||
public static class RatingConsts |
|||
{ |
|||
public static int MaxEntityTypeLength { get; set; } = CmsEntityConsts.MaxEntityTypeLength; |
|||
|
|||
public static int MaxEntityIdLength { get; set; } = CmsEntityConsts.MaxEntityIdLength; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue