fix:0.92=>1.00

master
howell 3 years ago
parent 4df9372fed
commit 18a3dbf5f9

@ -52,5 +52,5 @@ const (
)
const (
Coefficient = 0.92
Coefficient = 1.00
)

@ -5,6 +5,7 @@ import (
"recook/internal/v2/model/recook/manage"
"github.com/golangkit/formatime"
"github.com/shopspring/decimal"
"gorm.io/gorm"
)
@ -82,6 +83,7 @@ type Info struct {
Count int64 `json:"count" gorm:"-"`
UserID uint `json:"-"`
Password string `json:"password"`
Tax decimal.Decimal `json:"tax"`
}
func (o *Info) TableName() string {

Loading…
Cancel
Save