dev comment logic for check max users
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-20 20:51:14 +07:00
parent 86e0e0619f
commit 5551d84bf7
30 changed files with 1167 additions and 3 deletions
@@ -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;