- up
This commit is contained in:
@@ -34,11 +34,11 @@ type StoreDetail struct {
|
||||
type StoreDetail2 struct {
|
||||
model.Store
|
||||
|
||||
VendorID int `orm:"column(vendor_id)" json:"vendorID"`
|
||||
CourierStoreName string
|
||||
VendorStoreID string `orm:"column(vendor_store_id)"`
|
||||
DistrictName string
|
||||
CityName string
|
||||
VendorID int `orm:"column(vendor_id)" json:"vendorID"`
|
||||
CourierStoreName string `json:"courierStoreName"`
|
||||
VendorStoreID string `orm:"column(vendor_store_id)" json:"vendorStoreID"`
|
||||
DistrictName string `json:"districtName"`
|
||||
CityName string `json:"cityName"`
|
||||
}
|
||||
|
||||
func (s *StoreDetail) GetPricePerentage(price int) (pricePercentage int) {
|
||||
|
||||
Reference in New Issue
Block a user