This commit is contained in:
laodaming
2023-07-28 10:37:23 +08:00
parent aa39146cfb
commit a158f562b6
3 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ type GetProductTemplateTagsReq {
Limit int `form:"limit"`
}
type GetProductTemplateTagsRsp {
Id int64 `json:"id"`
Tag string `json:"tag"`
Cover string `json:"cover"`
}