- use ShippingList and ShippingFetch to get delivery info for mtwm store
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user