mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
remove unused code
This commit is contained in:
@@ -50,13 +50,6 @@ type Transaction struct {
|
|||||||
DeletedUnixTime int64
|
DeletedUnixTime int64
|
||||||
}
|
}
|
||||||
|
|
||||||
// TransactionTotalAmount represents total amount for specific transaction type
|
|
||||||
type TransactionTotalAmount struct {
|
|
||||||
Uid int64
|
|
||||||
Type TransactionDbType
|
|
||||||
TotalAmount int64 `xorm:"NOT NULL"`
|
|
||||||
}
|
|
||||||
|
|
||||||
// TransactionCreateRequest represents all parameters of transaction creation request
|
// TransactionCreateRequest represents all parameters of transaction creation request
|
||||||
type TransactionCreateRequest struct {
|
type TransactionCreateRequest struct {
|
||||||
Type TransactionType `json:"type" binding:"required"`
|
Type TransactionType `json:"type" binding:"required"`
|
||||||
|
|||||||
Reference in New Issue
Block a user