Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
@@ -33,7 +33,6 @@ type FsShoppingCartData struct {
|
||||
Utime *time.Time `gorm:"default:'0000-00-00 00:00:00';" json:"utime"` //
|
||||
}
|
||||
|
||||
// 快照json数据结构
|
||||
// 购物车快照数据结构
|
||||
type CartSnapshot struct {
|
||||
Logo string `json:"logo"` //logo地址
|
||||
@@ -60,8 +59,9 @@ type FittingInfo struct {
|
||||
|
||||
}
|
||||
type TemplateInfo struct {
|
||||
TemplateJson interface{} `json:"template_json"` //模板设计json数据
|
||||
TemplateTag string `json:"template_tag"` //模板标签
|
||||
TemplateJson interface{} `json:"template_json"` //模板设计json数据
|
||||
TemplateTag string `json:"template_tag"` //模板标签
|
||||
SelectColorIndex int64 `json:"select_color_index"` //颜色选择索引
|
||||
}
|
||||
type SizeInfo struct {
|
||||
Inch string `json:"inch"`
|
||||
|
||||
Reference in New Issue
Block a user