|
|
@ -5,6 +5,7 @@ import (
|
|
|
|
"git.oa00.com/supply-chain/service/client"
|
|
|
|
"git.oa00.com/supply-chain/service/client"
|
|
|
|
user2 "git.oa00.com/supply-chain/service/customer/user"
|
|
|
|
user2 "git.oa00.com/supply-chain/service/customer/user"
|
|
|
|
"git.oa00.com/supply-chain/service/lib/bean"
|
|
|
|
"git.oa00.com/supply-chain/service/lib/bean"
|
|
|
|
|
|
|
|
"github.com/shopspring/decimal"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
const (
|
|
|
@ -32,6 +33,7 @@ type UserItem struct {
|
|
|
|
Account string `json:"account"`
|
|
|
|
Account string `json:"account"`
|
|
|
|
Liaison string `json:"liaison"`
|
|
|
|
Liaison string `json:"liaison"`
|
|
|
|
Phone string `json:"phone"`
|
|
|
|
Phone string `json:"phone"`
|
|
|
|
|
|
|
|
Amount decimal.Decimal `json:"amount"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
CreatedType uint `json:"createdType"`
|
|
|
|
CreatedType uint `json:"createdType"`
|
|
|
|
CreatedUserId uint `json:"createdUserId"`
|
|
|
|
CreatedUserId uint `json:"createdUserId"`
|
|
|
|