This commit is contained in:
@@ -37,4 +37,7 @@ public class Tariff {
|
||||
|
||||
@Column(name = "max_users")
|
||||
private Long maxUsers;
|
||||
|
||||
@Column(name = "tariffAccountType")
|
||||
private String tariffAccountType;
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@ package ru.soune.nocopy.entity.tarif;
|
||||
|
||||
|
||||
public enum TariffType {
|
||||
START, BASIC, PRO, ENTERPRISE, DEMO;
|
||||
START, BASIC, PRO, ENTERPRISE, DEMO, BUISNES, CORPORAT, STUDIO, FREE;
|
||||
}
|
||||
Reference in New Issue
Block a user