loadstoredetail

This commit is contained in:
苏尹岚
2020-07-27 14:45:01 +08:00
parent b3b5077b94
commit 7f852f1c49
4 changed files with 16 additions and 7 deletions

View File

@@ -105,6 +105,7 @@ type IOrderManager interface {
UpdateOrderStatusAndDeliveryFlag(order *model.GoodsOrder) (err error)
UpdateOrderFields(order *model.GoodsOrder, fieldList []string) (err error)
LoadStoreDetail(storeID, vendorID int) (storeDetail *dao.StoreDetail, err error)
LoadWaybill(vendorWaybillID string, waybillVendorID int) (bill *model.Waybill, err error)
OnOrderComments(orderCommentList []*model.OrderComment) (err error)