Dockerfile
This commit is contained in:
12
model/config/physical.go
Normal file
12
model/config/physical.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package config
|
||||
|
||||
// PhysicalAssetConfig 实物资产配置
|
||||
type PhysicalAssetConfig struct {
|
||||
Shipping *ShippingConfig `json:"shipping,omitempty"` // 配送配置
|
||||
}
|
||||
|
||||
// ShippingConfig 配送配置
|
||||
type ShippingConfig struct {
|
||||
DeliveryMethod string `json:"deliveryMethod"` // 配送方式:express快递/self_pickup自提
|
||||
//DeliveryTime int `bson:"deliveryTime" json:"deliveryTime"` // 配送时效(小时)
|
||||
}
|
||||
Reference in New Issue
Block a user