getLike; } /** * 创建时间 * @return int */ public function getCreatedAt() { return $this->createdAt; } public function setGetLike($getLike) { $this->getLike = $getLike; } public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } public function getAttributeMap() { return [ ['getLike', 'get_like', 'bail|integer', Constants::INTEGER, null], ['createdAt', 'created_at', 'bail|integer', Constants::INTEGER, null], ]; } }