$this->product?->name, 'remark' => $this->remark, 'qty' => ($this->type == DealerUserProductLog::TYPE_ORDER_IN ? '+' : '-').$this->qty.$this->product?->unit, 'created_at' => $this->created_at->toDateTimeString(), ]; } }