|
|
@ -3,13 +3,14 @@ package batch
|
|
|
|
import (
|
|
|
|
import (
|
|
|
|
"git.oa00.com/supply-chain/service/client"
|
|
|
|
"git.oa00.com/supply-chain/service/client"
|
|
|
|
"git.oa00.com/supply-chain/service/lib/bean"
|
|
|
|
"git.oa00.com/supply-chain/service/lib/bean"
|
|
|
|
|
|
|
|
"git.oa00.com/supply-chain/service/supplier/batch/order"
|
|
|
|
"github.com/shopspring/decimal"
|
|
|
|
"github.com/shopspring/decimal"
|
|
|
|
"golang.org/x/net/context"
|
|
|
|
"golang.org/x/net/context"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
type Goods struct {
|
|
|
|
type Goods struct {
|
|
|
|
goods
|
|
|
|
goods
|
|
|
|
order
|
|
|
|
Order order.Order
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type goods struct {
|
|
|
|
type goods struct {
|
|
|
|