- refactor.

This commit is contained in:
gazebo
2018-08-20 18:07:02 +08:00
parent b74a5e4379
commit c29bcea27c
10 changed files with 236 additions and 185 deletions

View File

@@ -19,6 +19,7 @@ type IOrderManager interface {
LoadOrder(vendorOrderID string, vendorID int) (order *model.GoodsOrder, err error)
UpdateWaybillVendorID(bill *model.Waybill, revertStatus bool) (err error)
UpdateOrderStatusDirectly(order *model.GoodsOrder) (err error)
}
type IPurchasePlatformHandler interface {