forked from free-lancers/electricity_bill_calc_service
feat(topup):基本完成商户充值记录的数据库操作部分。
This commit is contained in:
9
vo/top_up.go
Normal file
9
vo/top_up.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package vo
|
||||
|
||||
import "github.com/shopspring/decimal"
|
||||
|
||||
type TopUpCreationForm struct {
|
||||
Tenement string `json:"tenement"`
|
||||
Meter string `json:"meter"`
|
||||
Amount decimal.Decimal `json:"amount"`
|
||||
}
|
Reference in New Issue
Block a user