Init
This commit is contained in:
14
Prefab.Base/Catalog/Attributes/AttributeRules.cs
Normal file
14
Prefab.Base/Catalog/Attributes/AttributeRules.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Prefab.Base.Catalog.Attributes;
|
||||
|
||||
public static class AttributeDefinitionRules
|
||||
{
|
||||
public const int NameMaxLength = 256;
|
||||
public const int UnitMaxLength = 32;
|
||||
}
|
||||
|
||||
public static class ProductAttributeValueRules
|
||||
{
|
||||
public const int ValueMaxLength = 1024;
|
||||
public const int UnitCodeMaxLength = 32;
|
||||
public const int EnumCodeMaxLength = 64;
|
||||
}
|
||||
Reference in New Issue
Block a user