From 895645334a3f2a3e6456190f170e44db17c273b4 Mon Sep 17 00:00:00 2001 From: RIceWqy <1840169763@qq.com> Date: Sun, 24 Dec 2023 19:05:26 +0800 Subject: [PATCH] init --- module/goods/Goods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/goods/Goods.go b/module/goods/Goods.go index 0b7f782..d3e6aba 100644 --- a/module/goods/Goods.go +++ b/module/goods/Goods.go @@ -15,7 +15,7 @@ type Goods struct { Title string `json:"title"` // 产品标题 Subtitle string `json:"subtitle"` // 产品副标题 Weigh int `json:"weigh"` // 产品权重 - CategoryIDs string `json:"category_ids"` // 类别ID + CategoryID string `json:"category_ids"` // 类别ID Image string `json:"image"` // 产品图片 Images []string `json:"images"` // 产品图片数组 Params []string `json:"params"` // 产品参数