添加运费费率字段

finance
黄伟 2 years ago
parent bf6c9898c5
commit 7276381de7

@ -3,6 +3,7 @@ package service
import (
"context"
"git.oa00.com/supply-chain/service/client"
"github.com/shopspring/decimal"
)
type Service struct {
@ -21,6 +22,7 @@ type ReplyServiceLists struct {
ServiceName string `json:"serviceName"`
EndTime int64 `json:"endTime"`
AuditStatus uint `json:"auditStatus"`
Rate decimal.Decimal `json:"rate"`
}
type service struct {

Loading…
Cancel
Save