gomod引用
This commit is contained in:
@@ -98,7 +98,7 @@ type OrderDetail struct {
|
||||
ID string `json:"id"` // 订单ID
|
||||
TenantID string `json:"tenant_id"` // 租户ID
|
||||
OrderNo string `json:"order_no"` // 订单号
|
||||
UserID string `json:"user_id"` // 用户ID
|
||||
UserID int64 `json:"user_id"` // 用户ID
|
||||
TotalAmount int64 `json:"total_amount"` // 订单总金额
|
||||
PayAmount int64 `json:"pay_amount"` // 实付金额
|
||||
Status string `json:"status"` // 订单状态
|
||||
|
||||
Reference in New Issue
Block a user