order = $order; $this->param = $param; } //是否扣除:true原逻辑扣除,false不扣除 abstract public function isDeduct(): bool; }