feat: 新增基础模型定义和交易数据仓库接口。
This commit is contained in:
@@ -31,8 +31,9 @@ const (
|
||||
AccountTypeDebitCard AccountType = "debit_card"
|
||||
AccountTypeCreditCard AccountType = "credit_card"
|
||||
AccountTypeEWallet AccountType = "e_wallet"
|
||||
AccountTypeCreditLine AccountType = "credit_line" // 花呗、白<EFBFBD>?
|
||||
AccountTypeCreditLine AccountType = "credit_line" // 花呗、白条
|
||||
AccountTypeInvestment AccountType = "investment"
|
||||
AccountTypeReceivable AccountType = "receivable" // 应收账款(别人欠我的钱)
|
||||
)
|
||||
|
||||
// FrequencyType represents the frequency of recurring transactions
|
||||
|
||||
Reference in New Issue
Block a user