common\models\ApplyGoods::getFee PHP Method

getFee() public method

获取总价
public getFee ( ) : string
return string
    public function getFee()
    {
        return bcmul($this->price, $this->count, 2);
    }