This commit is contained in:
laodaming
2023-10-07 17:07:53 +08:00
parent ff086a8fa4
commit 734c4e9102
5 changed files with 14 additions and 5 deletions

View File

@@ -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"`