package dto import "quyun/v2/database/models" type SuperOrderDetail struct { Order *models.Order `json:"order,omitempty"` Tenant *OrderTenantLite `json:"tenant,omitempty"` Buyer *OrderBuyerLite `json:"buyer,omitempty"` }