first commit
This commit is contained in:
13
internal/global/know/know.go
Normal file
13
internal/global/know/know.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package know
|
||||
|
||||
const (
|
||||
CustomerCategory = "customer_category"
|
||||
CustomerSource = "customer_source"
|
||||
|
||||
BudgetCategory = "budget_category"
|
||||
|
||||
IncomeBank = "income_bank"
|
||||
IncomeCategory = "income_category"
|
||||
|
||||
ExpenseCategory = "expense_category"
|
||||
)
|
||||
Reference in New Issue
Block a user