This commit is contained in:
2024-10-18 16:45:03 +08:00
parent 01aa915c30
commit d46244ea0c
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ type GetQuestionPageOrder struct {
Price string `json:"price" form:"price" label:"排序"` // 价格(原价)
DiscountPrice string `json:"discount_price" form:"discount_price" label:"排序"` // 优惠价格
UpdatedAt string `json:"updated_at" form:"updated_at" label:"排序"`
CreatedAt string `json:"created_at" form:"created_at" label:"排序"`
}
// GetQuestionList 获取问题列表