mirror of https://github.com/abpframework/abp.git
2 changed files with 16 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||
namespace Volo.Abp.Cli.Licensing |
|||
{ |
|||
public enum LicenseType : byte |
|||
{ |
|||
Personal = 1, |
|||
Team = 2, |
|||
Business = 3, |
|||
Enterprise = 4, |
|||
Personal_Discounted = 5, |
|||
Team_Discounted = 6, |
|||
Business_Discounted = 7, |
|||
Enterprise_Discounted = 8, |
|||
} |
|||
} |
|||
Loading…
Reference in new issue