- more interface and const added.

This commit is contained in:
gazebo
2018-07-10 13:28:22 +08:00
parent 7c54e7da92
commit 5702df37b0
8 changed files with 217 additions and 14 deletions

View File

@@ -73,7 +73,7 @@ const (
type OrderInfoCommon struct {
DeliveryID int64
MtPeisongID string
OrderId string
OrderID string
CourierName string
CourierPhone string
}