dev add reason entity
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2026-03-27 21:54:36 +07:00
parent 535be69840
commit 6d6721fb0a
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -9,5 +9,6 @@ interface Referral {
val totalIncome: Int
val availableIncome: Int
val holdBalance: Int
val spentBalance: Int
val active: Boolean
}