This commit is contained in:
@@ -25,6 +25,9 @@ public class Referral {
|
||||
@Column(name = "total_income")
|
||||
private int totalIncome = 0;
|
||||
|
||||
@Column(name = "available_income")
|
||||
private int availableIncome = 0;
|
||||
|
||||
@Column(name = "is_active")
|
||||
private boolean isActive = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user