Files
toutoukan/model/usermodel/userOrder/userorder.go
JACKYMYPERSON db98ed80e2 914-17:00修改
2025-09-14 17:01:36 +08:00

7 lines
161 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package userOrder
type UserRequest struct {
UserID int `json:"user_id"`
Order string `json:"userorder"` // 对应商品标识stock10000 ~ stock10004
}