You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- type OrderSorting struct {
- Oid string `json:"oid"`
- AdminId string `json:"admin_id"`
- GoodsInfo []map[string]string `json:"goods_info"`
- }
- type NewOrderSorting struct {
- Gid string `json:"gid"`
- SkuId string `json:"sku_id"`
- AdminId string `json:"admin_id"`
- OrderInfo []map[string]string `json:"goods_info"`
- }
|