common\models\ApplyGoods::getFee PHP 메소드

getFee() 공개 메소드

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