_getSelfMysql(), 't_gun_skin', array( 'account_id' => myself()->_getAccountId(), 'skin_id' => $skinId ) ); return $row; } public static function toDto($row) { return array( 'skin_id' => $row['skin_id'], 'skin_state' => $row['skin_state'], 'try_expire_at' => $row['try_expire_at'], ); } }