hasOne(MallGoods::class, ['id' => 'goods_id'])->select( ['id', 'mall_id', 'price', 'original_price', 'cost_price'] ); } }