'ID', 'store_id' => 'Store ID', 'saas_id' => '用户id', 'order_no' => '订单号', 'total_price' => '商品数量', 'created_at' => '订单总费用', 'is_delete' => 'Is Delete', ]; } public function getDetail() { return $this->hasMany(CloudInventoryOrderDetail::className(), ['order_id' => 'id']); } }