$this->id, 'product_name'=> $this->product?->name, 'remark' => $this->remark, 'qty' => (in_array($this->type, [ DealerUserProductLog::TYPE_ORDER_IN, DealerUserProductLog::TYPE_ADMIN_IN, DealerUserProductLog::TYPE_REVOKE_IN, ]) ? '+' : '-').$this->qty.$this->product?->unit, 'created_at' => $this->created_at->toDateTimeString(), 'can_revoke' => $this->canRevoke(), ]; } }