code refactor

This commit is contained in:
MaysWind
2025-04-19 00:04:04 +08:00
parent 1ac633bdd7
commit fd1242490f
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package models
// LevelOneTransactionParentId represents the parent id of level-one transaction category
const LevelOneTransactionParentId = 0
// LevelOneTransactionCategoryParentId represents the parent id of level-one transaction category
const LevelOneTransactionCategoryParentId = 0
// TransactionCategoryType represents transaction category type
type TransactionCategoryType byte