mirror of https://github.com/abpframework/abp.git
1 changed files with 0 additions and 15 deletions
@ -1,15 +0,0 @@ |
|||
using System; |
|||
using Volo.CmsKit.Entities; |
|||
|
|||
namespace Volo.CmsKit.Contents |
|||
{ |
|||
public static class ContentConsts |
|||
{ |
|||
public static int MaxEntityTypeLength { get; set; } = CmsEntityConsts.MaxEntityTypeLength; |
|||
|
|||
public static int MaxEntityIdLength { get; set; } = CmsEntityConsts.MaxEntityIdLength; |
|||
|
|||
// TODO: consider
|
|||
public static int MaxValueLength { get; set; } = int.MaxValue; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue