- use ShippingList and ShippingFetch to get delivery info for mtwm store

This commit is contained in:
gazebo
2019-03-14 16:34:21 +08:00
parent 1c5a431c10
commit 9932d6dc94
2 changed files with 16 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ type Store struct {
Licence string `orm:"size(255)" json:"licence"`
LicenceCode string `orm:"size(32)" json:"licenceCode"`
DeliveryType int8 `orm:"-" json:"-"`
DeliveryType int8 `orm:"-" json:"deliveryType"` // 仅用于传值
}
func (*Store) TableUnique() [][]string {