-- MySQL dump 10.19 Distrib 10.3.38-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: 127.0.0.1 Database: gc_latepoint
-- ------------------------------------------------------
-- Server version 10.3.38-MariaDB-0ubuntu0.20.04.1-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `gc_latepoint`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `gc_latepoint` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
USE `gc_latepoint`;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'WordPress 示範留言者','wapuu@wordpress.example','https://wordpress.org/','','2022-01-07 08:56:06','2022-01-07 00:56:06','網站管理員你好,這是一則預留內容留言。\n如需開始審閱、編輯及刪除留言,請前往 [控制台] 的 [留言] 頁面進行必要的操作。\n留言者個人頭像來源為 Gravatar。',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_activities`
--
DROP TABLE IF EXISTS `wp_latepoint_activities`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_activities` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`agent_id` int(11) DEFAULT NULL,
`booking_id` int(11) DEFAULT NULL,
`service_id` int(11) DEFAULT NULL,
`customer_id` int(11) DEFAULT NULL,
`code` varchar(255) NOT NULL,
`description` text DEFAULT NULL,
`initiated_by` varchar(100) DEFAULT NULL,
`initiated_by_id` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_activities`
--
LOCK TABLES `wp_latepoint_activities` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_activities` DISABLE KEYS */;
INSERT INTO `wp_latepoint_activities` VALUES (1,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 09:09:18','2022-01-07 09:09:18'),(2,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 09:09:40','2022-01-07 09:09:40'),(3,NULL,NULL,2,NULL,'service_update',NULL,'admin',1,'2022-01-07 09:10:57','2022-01-07 09:10:57'),(4,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 09:12:03','2022-01-07 09:12:03'),(5,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 09:13:07','2022-01-07 09:13:07'),(6,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 09:14:55','2022-01-07 09:14:55'),(7,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 09:16:04','2022-01-07 09:16:04'),(8,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 09:16:23','2022-01-07 09:16:23'),(9,1,NULL,NULL,NULL,'agent_update',NULL,'admin',1,'2022-01-07 09:28:06','2022-01-07 09:28:06'),(10,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 12:59:30','2022-01-07 12:59:30'),(11,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:01:22','2022-01-07 13:01:22'),(12,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:12:51','2022-01-07 13:12:51'),(13,NULL,NULL,NULL,1,'customer_create',NULL,'admin',1,'2022-01-07 13:14:54','2022-01-07 13:14:54'),(14,1,1,1,1,'booking_create',NULL,'admin',1,'2022-01-07 13:14:59','2022-01-07 13:14:59'),(15,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:19:43','2022-01-07 13:19:43'),(16,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:20:35','2022-01-07 13:20:35'),(17,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:43:49','2022-01-07 13:43:49'),(18,1,2,1,1,'booking_create',NULL,'admin',1,'2022-01-07 13:45:02','2022-01-07 13:45:02'),(19,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:47:54','2022-01-07 13:47:54'),(20,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:49:40','2022-01-07 13:49:40'),(21,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:50:49','2022-01-07 13:50:49'),(22,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:52:55','2022-01-07 13:52:55'),(23,1,3,1,1,'booking_create',NULL,'admin',1,'2022-01-07 13:53:45','2022-01-07 13:53:45'),(24,1,3,1,1,'booking_update',NULL,'admin',1,'2022-01-07 13:55:29','2022-01-07 13:55:29'),(25,1,2,1,1,'booking_update',NULL,'admin',1,'2022-01-07 13:55:42','2022-01-07 13:55:42'),(26,1,1,1,1,'booking_update',NULL,'admin',1,'2022-01-07 13:55:48','2022-01-07 13:55:48'),(27,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:57:32','2022-01-07 13:57:32'),(28,1,NULL,NULL,NULL,'agent_update',NULL,'admin',1,'2022-01-07 13:58:00','2022-01-07 13:58:00'),(29,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 13:58:57','2022-01-07 13:58:57'),(30,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:00:19','2022-01-07 14:00:19'),(31,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:01:00','2022-01-07 14:01:00'),(32,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:02:19','2022-01-07 14:02:19'),(33,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:02:56','2022-01-07 14:02:56'),(34,NULL,NULL,1,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:03:17','2022-01-07 14:03:17'),(35,1,4,1,1,'booking_create',NULL,'admin',1,'2022-01-07 14:03:43','2022-01-07 14:03:43'),(36,1,5,1,1,'booking_create',NULL,'customer',1,'2022-01-07 14:05:44','2022-01-07 14:05:44'),(37,NULL,NULL,3,NULL,'service_create',NULL,'admin',1,'2022-01-07 14:08:40','2022-01-07 14:08:40'),(38,NULL,NULL,3,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:09:07','2022-01-07 14:09:07'),(39,NULL,NULL,2,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:09:19','2022-01-07 14:09:19'),(40,NULL,NULL,3,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:10:36','2022-01-07 14:10:36'),(41,NULL,NULL,3,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:12:17','2022-01-07 14:12:17'),(42,NULL,NULL,3,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:13:25','2022-01-07 14:13:25'),(43,NULL,NULL,3,NULL,'service_update',NULL,'admin',1,'2022-01-07 14:15:39','2022-01-07 14:15:39'),(44,1,6,3,1,'booking_create',NULL,'admin',1,'2022-01-07 14:16:10','2022-01-07 14:16:10');
/*!40000 ALTER TABLE `wp_latepoint_activities` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_agent_meta`
--
DROP TABLE IF EXISTS `wp_latepoint_agent_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_agent_meta` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`object_id` mediumint(9) NOT NULL,
`meta_key` varchar(110) NOT NULL,
`meta_value` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `meta_key_index` (`meta_key`),
KEY `object_id_index` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_agent_meta`
--
LOCK TABLES `wp_latepoint_agent_meta` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_agent_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_latepoint_agent_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_agents`
--
DROP TABLE IF EXISTS `wp_latepoint_agents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_agents` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`avatar_image_id` int(11) DEFAULT NULL,
`bio_image_id` int(11) DEFAULT NULL,
`first_name` varchar(255) NOT NULL,
`last_name` varchar(255) DEFAULT NULL,
`display_name` varchar(255) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`bio` text DEFAULT NULL,
`features` text DEFAULT NULL,
`email` varchar(110) NOT NULL,
`phone` varchar(255) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`custom_hours` tinyint(1) DEFAULT NULL,
`wp_user_id` int(11) DEFAULT NULL,
`status` varchar(20) NOT NULL,
`extra_emails` text DEFAULT NULL,
`extra_phones` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `email_index` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_agents`
--
LOCK TABLES `wp_latepoint_agents` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_agents` DISABLE KEYS */;
INSERT INTO `wp_latepoint_agents` VALUES (1,6,0,'創意露營區','','','','','[{\"value\":\"\",\"label\":\"\"},{\"value\":\"\",\"label\":\"\"},{\"value\":\"\",\"label\":\"\"}]','gcreate@gcreate.com.tw','','$P$BsCCXql8GstXCaQDlJ2XqoHj1mQs3o.',NULL,0,'active','','','2022-01-07 09:00:48','2022-01-07 13:58:00');
/*!40000 ALTER TABLE `wp_latepoint_agents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_agents_services`
--
DROP TABLE IF EXISTS `wp_latepoint_agents_services`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_agents_services` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`agent_id` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`location_id` int(11) DEFAULT NULL,
`is_custom_hours` tinyint(1) DEFAULT NULL,
`is_custom_price` tinyint(1) DEFAULT NULL,
`is_custom_duration` tinyint(1) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `agent_id_index` (`agent_id`),
KEY `service_id_index` (`service_id`),
KEY `location_id_index` (`location_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_agents_services`
--
LOCK TABLES `wp_latepoint_agents_services` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_agents_services` DISABLE KEYS */;
INSERT INTO `wp_latepoint_agents_services` VALUES (1,1,1,1,0,0,0,'2022-01-07 09:02:33','2022-01-07 09:02:33'),(2,1,2,1,0,0,0,'2022-01-07 09:03:42','2022-01-07 09:03:42'),(3,1,3,1,0,0,0,'2022-01-07 14:08:40','2022-01-07 14:08:40');
/*!40000 ALTER TABLE `wp_latepoint_agents_services` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_booking_intents`
--
DROP TABLE IF EXISTS `wp_latepoint_booking_intents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_booking_intents` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`intent_key` varchar(55) NOT NULL,
`customer_id` int(11) NOT NULL,
`booking_data` text DEFAULT NULL,
`restrictions_data` text DEFAULT NULL,
`payment_data` text DEFAULT NULL,
`booking_id` int(11) DEFAULT NULL,
`booking_form_page_url` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `intent_key_index` (`intent_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_booking_intents`
--
LOCK TABLES `wp_latepoint_booking_intents` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_booking_intents` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_latepoint_booking_intents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_booking_meta`
--
DROP TABLE IF EXISTS `wp_latepoint_booking_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_booking_meta` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`object_id` mediumint(9) NOT NULL,
`meta_key` varchar(110) NOT NULL,
`meta_value` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `meta_key_index` (`meta_key`),
KEY `object_id_index` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_booking_meta`
--
LOCK TABLES `wp_latepoint_booking_meta` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_booking_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_latepoint_booking_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_bookings`
--
DROP TABLE IF EXISTS `wp_latepoint_bookings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_bookings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`start_date` date NOT NULL,
`end_date` date DEFAULT NULL,
`start_time` mediumint(9) NOT NULL,
`end_time` mediumint(9) NOT NULL,
`buffer_before` mediumint(9) NOT NULL,
`buffer_after` mediumint(9) NOT NULL,
`duration` mediumint(9) DEFAULT NULL,
`price` decimal(10,2) DEFAULT NULL,
`status` varchar(30) NOT NULL DEFAULT 'pending',
`customer_id` mediumint(9) NOT NULL,
`service_id` mediumint(9) NOT NULL,
`agent_id` mediumint(9) NOT NULL,
`location_id` mediumint(9) DEFAULT NULL,
`total_attendies` mediumint(4) DEFAULT NULL,
`payment_method` varchar(55) DEFAULT NULL,
`payment_portion` varchar(55) DEFAULT NULL,
`ip_address` varchar(55) DEFAULT NULL,
`coupon_code` varchar(100) DEFAULT NULL,
`coupon_discount` decimal(10,2) DEFAULT NULL,
`customer_comment` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `start_date_index` (`start_date`),
KEY `end_date_index` (`end_date`),
KEY `status_index` (`status`),
KEY `customer_id_index` (`customer_id`),
KEY `service_id_index` (`service_id`),
KEY `agent_id_index` (`agent_id`),
KEY `location_id_index` (`location_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_bookings`
--
LOCK TABLES `wp_latepoint_bookings` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_bookings` DISABLE KEYS */;
INSERT INTO `wp_latepoint_bookings` VALUES (1,'2022-01-08','2022-01-08',1155,1275,0,0,360,36000.00,'cancelled',1,1,1,1,10,NULL,'full',NULL,NULL,NULL,'','2022-01-07 13:14:59','2022-01-07 13:55:48'),(2,'2022-01-07','2022-01-07',825,1185,0,0,360,3600.00,'cancelled',1,1,1,1,1,NULL,'full',NULL,NULL,NULL,'','2022-01-07 13:45:02','2022-01-07 13:55:42'),(3,'2022-01-08','2022-01-08',0,1045,0,0,1045,5960.00,'cancelled',1,1,1,1,1,NULL,'full',NULL,NULL,NULL,'','2022-01-07 13:53:45','2022-01-07 13:55:29'),(4,'2022-01-08','2022-01-08',0,1421,0,0,1421,6980.00,'approved',1,1,1,1,1,NULL,'full',NULL,NULL,NULL,'','2022-01-07 14:03:43','2022-01-07 14:03:43'),(5,'2022-01-08','2022-01-08',0,1421,0,0,1421,6980.00,'approved',1,1,1,1,1,NULL,'full',NULL,NULL,NULL,'','2022-01-07 14:05:44','2022-01-07 14:05:44'),(6,'2022-01-09','2022-01-09',0,60,0,4320,60,9999.00,'approved',1,3,1,1,3,NULL,'full',NULL,NULL,NULL,'','2022-01-07 14:16:10','2022-01-07 14:16:10');
/*!40000 ALTER TABLE `wp_latepoint_bookings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_custom_prices`
--
DROP TABLE IF EXISTS `wp_latepoint_custom_prices`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_custom_prices` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`agent_id` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`location_id` int(11) NOT NULL,
`is_price_variable` tinyint(1) DEFAULT NULL,
`price_min` decimal(10,2) DEFAULT NULL,
`price_max` decimal(10,2) DEFAULT NULL,
`charge_amount` decimal(10,2) DEFAULT NULL,
`is_deposit_required` tinyint(1) DEFAULT NULL,
`deposit_value` decimal(10,2) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `agent_id_index` (`agent_id`),
KEY `service_id_index` (`service_id`),
KEY `location_id_index` (`location_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_custom_prices`
--
LOCK TABLES `wp_latepoint_custom_prices` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_custom_prices` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_latepoint_custom_prices` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_customer_meta`
--
DROP TABLE IF EXISTS `wp_latepoint_customer_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_customer_meta` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`object_id` mediumint(9) NOT NULL,
`meta_key` varchar(110) NOT NULL,
`meta_value` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `meta_key_index` (`meta_key`),
KEY `object_id_index` (`object_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_customer_meta`
--
LOCK TABLES `wp_latepoint_customer_meta` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_customer_meta` DISABLE KEYS */;
INSERT INTO `wp_latepoint_customer_meta` VALUES (1,1,'timezone_name','Asia/Taipei','2022-01-07 13:14:54','2022-01-07 14:16:07');
/*!40000 ALTER TABLE `wp_latepoint_customer_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_customers`
--
DROP TABLE IF EXISTS `wp_latepoint_customers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_customers` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`first_name` varchar(255) DEFAULT NULL,
`last_name` varchar(255) DEFAULT NULL,
`email` varchar(110) NOT NULL,
`phone` varchar(255) DEFAULT NULL,
`avatar_image_id` int(11) DEFAULT NULL,
`status` varchar(50) NOT NULL,
`password` varchar(255) DEFAULT NULL,
`activation_key` varchar(255) DEFAULT NULL,
`account_nonse` varchar(255) DEFAULT NULL,
`google_user_id` varchar(255) DEFAULT NULL,
`facebook_user_id` varchar(255) DEFAULT NULL,
`wordpress_user_id` int(11) DEFAULT NULL,
`is_guest` tinyint(1) DEFAULT NULL,
`notes` text DEFAULT NULL,
`admin_notes` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `email_index` (`email`),
KEY `status_index` (`status`),
KEY `wordpress_user_id_index` (`wordpress_user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_customers`
--
LOCK TABLES `wp_latepoint_customers` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_customers` DISABLE KEYS */;
INSERT INTO `wp_latepoint_customers` VALUES (1,'Chandler','Kuo','gc.chandlerk@gmail.com','0000000000',NULL,'pending_verification','$P$Bi8rQ4nVgMhvZ.Ht.Ps05XwhG8bmxD1','e5cda3062692a6a2d7f5098a9f2356b8d7c7a9f8','518aeccae3e834363d8cbb4e0dba687cbdce52ed',NULL,NULL,NULL,1,'','','2022-01-07 13:14:54','2022-01-07 14:16:07');
/*!40000 ALTER TABLE `wp_latepoint_customers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_location_categories`
--
DROP TABLE IF EXISTS `wp_latepoint_location_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_location_categories` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`short_description` text DEFAULT NULL,
`parent_id` mediumint(9) DEFAULT NULL,
`selection_image_id` int(11) DEFAULT NULL,
`order_number` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `order_number_index` (`order_number`),
KEY `parent_id_index` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_location_categories`
--
LOCK TABLES `wp_latepoint_location_categories` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_location_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_latepoint_location_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_locations`
--
DROP TABLE IF EXISTS `wp_latepoint_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_locations` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`full_address` text DEFAULT NULL,
`status` varchar(20) NOT NULL,
`category_id` int(11) DEFAULT NULL,
`order_number` int(11) DEFAULT NULL,
`selection_image_id` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `status_index` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_locations`
--
LOCK TABLES `wp_latepoint_locations` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_locations` DISABLE KEYS */;
INSERT INTO `wp_latepoint_locations` VALUES (1,'Main Location',NULL,'active',0,NULL,NULL,'2022-01-07 08:57:47','2022-01-07 08:57:47');
/*!40000 ALTER TABLE `wp_latepoint_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_sent_reminders`
--
DROP TABLE IF EXISTS `wp_latepoint_sent_reminders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_sent_reminders` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`booking_id` mediumint(9) NOT NULL,
`reminder_id` varchar(30) NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `booking_id_index` (`booking_id`),
KEY `reminder_id_index` (`reminder_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_sent_reminders`
--
LOCK TABLES `wp_latepoint_sent_reminders` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_sent_reminders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_latepoint_sent_reminders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_service_categories`
--
DROP TABLE IF EXISTS `wp_latepoint_service_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_service_categories` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`short_description` text DEFAULT NULL,
`parent_id` mediumint(9) DEFAULT NULL,
`selection_image_id` int(11) DEFAULT NULL,
`order_number` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `order_number_index` (`order_number`),
KEY `parent_id_index` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_service_categories`
--
LOCK TABLES `wp_latepoint_service_categories` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_service_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_latepoint_service_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_service_meta`
--
DROP TABLE IF EXISTS `wp_latepoint_service_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_service_meta` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`object_id` mediumint(9) NOT NULL,
`meta_key` varchar(110) NOT NULL,
`meta_value` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `meta_key_index` (`meta_key`),
KEY `object_id_index` (`object_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_service_meta`
--
LOCK TABLES `wp_latepoint_service_meta` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_service_meta` DISABLE KEYS */;
INSERT INTO `wp_latepoint_service_meta` VALUES (1,1,'durations','{\"dur_zmA7626v\":{\"duration\":\"1421\",\"charge_amount\":\"6980\",\"deposit_amount\":\"6980\"},\"dur_3a5VP5b5\":{\"duration\":\"1045\",\"charge_amount\":\"5960\",\"deposit_amount\":\"5960\"}}','2022-01-07 09:09:18','2022-01-07 14:03:17'),(2,2,'durations','[]','2022-01-07 09:10:57','2022-01-07 14:09:19'),(3,1,'fixed_total_attendies','off','2022-01-07 12:59:30','2022-01-07 14:03:17'),(4,3,'durations','{\"dur_SOu3bMUX\":{\"duration\":\"120\",\"charge_amount\":\"6666\",\"deposit_amount\":\"0\"},\"dur_AMjXiuR3\":{\"duration\":\"180\",\"charge_amount\":\"9999\",\"deposit_amount\":\"0\"}}','2022-01-07 14:08:40','2022-01-07 14:15:39'),(5,3,'fixed_total_attendies','off','2022-01-07 14:08:40','2022-01-07 14:15:39'),(6,2,'fixed_total_attendies','off','2022-01-07 14:09:19','2022-01-07 14:09:19');
/*!40000 ALTER TABLE `wp_latepoint_service_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_services`
--
DROP TABLE IF EXISTS `wp_latepoint_services`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_services` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`short_description` text DEFAULT NULL,
`is_price_variable` tinyint(1) DEFAULT NULL,
`price_min` decimal(10,2) DEFAULT NULL,
`price_max` decimal(10,2) DEFAULT NULL,
`charge_amount` decimal(10,2) DEFAULT NULL,
`deposit_amount` decimal(10,2) DEFAULT NULL,
`is_deposit_required` tinyint(1) DEFAULT NULL,
`deposit_value` decimal(10,2) DEFAULT NULL,
`duration` int(11) NOT NULL,
`buffer_before` int(11) DEFAULT NULL,
`buffer_after` int(11) DEFAULT NULL,
`category_id` int(11) DEFAULT NULL,
`order_number` int(11) DEFAULT NULL,
`selection_image_id` int(11) DEFAULT NULL,
`description_image_id` int(11) DEFAULT NULL,
`bg_color` varchar(20) DEFAULT NULL,
`timeblock_interval` int(11) DEFAULT NULL,
`capacity_min` int(4) DEFAULT NULL,
`capacity_max` int(4) DEFAULT NULL,
`status` varchar(20) NOT NULL,
`visibility` varchar(20) NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `category_id_index` (`category_id`),
KEY `order_number_index` (`order_number`),
KEY `status_index` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_services`
--
LOCK TABLES `wp_latepoint_services` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_services` DISABLE KEYS */;
INSERT INTO `wp_latepoint_services` VALUES (1,'1-2人營地','',NULL,3600.00,3600.00,3600.00,3600.00,NULL,NULL,360,0,0,0,NULL,7,NULL,'#2752E4',0,1,2,'active','visible','2022-01-07 09:02:33','2022-01-07 14:03:17'),(2,'2-4人營地','',NULL,4999.00,5600.00,5600.00,4999.00,NULL,NULL,1440,0,0,0,NULL,8,NULL,'#C066F1',0,2,4,'active','visible','2022-01-07 09:03:42','2022-01-07 14:09:19'),(3,'3-6人三天 C-1營地','',NULL,9999.00,9999.00,3333.00,3333.00,NULL,NULL,60,0,4320,0,NULL,16,NULL,'#26B7DD',0,3,6,'active','visible','2022-01-07 14:08:40','2022-01-07 14:15:39');
/*!40000 ALTER TABLE `wp_latepoint_services` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_sessions`
--
DROP TABLE IF EXISTS `wp_latepoint_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_sessions` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_key` varchar(55) NOT NULL,
`session_value` longtext NOT NULL,
`expiration` bigint(20) unsigned NOT NULL,
`hash` varchar(50) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_sessions`
--
LOCK TABLES `wp_latepoint_sessions` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_sessions` DISABLE KEYS */;
INSERT INTO `wp_latepoint_sessions` VALUES (1,'1','a:0:{}',1641705294,'J9r0WgzTYWvm1kQYByBW');
/*!40000 ALTER TABLE `wp_latepoint_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_settings`
--
DROP TABLE IF EXISTS `wp_latepoint_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_settings` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`name` varchar(110) NOT NULL,
`value` longtext DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `name_index` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_settings`
--
LOCK TABLES `wp_latepoint_settings` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_settings` DISABLE KEYS */;
INSERT INTO `wp_latepoint_settings` VALUES (1,'steps_show_agent_bio','off','2022-01-07 09:06:49','2022-01-10 11:10:31'),(2,'steps_hide_agent_info','off','2022-01-07 09:06:49','2022-01-10 11:10:31'),(3,'allow_any_agent','off','2022-01-07 09:06:49','2022-01-10 11:10:31'),(4,'any_agent_order','random','2022-01-07 09:06:49','2022-01-10 11:10:31'),(5,'steps_show_service_categories','off','2022-01-07 09:06:49','2022-01-10 11:10:31'),(6,'steps_skip_verify_step','off','2022-01-07 09:06:49','2022-01-10 11:10:31'),(7,'steps_show_timezone_info','off','2022-01-07 09:06:49','2022-01-10 11:10:31'),(8,'steps_support_text','
Questions?
\r\nCall (858) 939-3746 for help','2022-01-07 09:06:49','2022-01-10 11:10:31'),(9,'confirmation_step_tracking_code','','2022-01-07 09:06:49','2022-01-10 11:10:31'),(10,'default_booking_status','approved','2022-01-07 09:17:48','2022-01-07 14:02:41'),(11,'time_system','24','2022-01-07 09:17:48','2022-01-07 14:02:41'),(12,'date_format','m/d/Y','2022-01-07 09:17:48','2022-01-07 14:02:41'),(13,'timeblock_interval','15','2022-01-07 09:17:48','2022-01-07 14:02:41'),(14,'show_booking_end_time','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(15,'disable_verbose_date_output','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(16,'earliest_possible_booking','','2022-01-07 09:17:48','2022-01-07 14:02:41'),(17,'latest_possible_booking','','2022-01-07 09:17:48','2022-01-07 14:02:41'),(18,'max_future_bookings_per_customer','','2022-01-07 09:17:48','2022-01-07 14:02:41'),(19,'one_location_at_time','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(20,'currency_symbol_before','$','2022-01-07 09:17:48','2022-01-07 14:02:41'),(21,'currency_symbol_after','NTD','2022-01-07 09:17:48','2022-01-07 14:02:41'),(22,'phone_format','(999) 999-9999','2022-01-07 09:17:48','2022-01-07 14:02:41'),(23,'disable_phone_formatting','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(24,'country_phone_code','+886','2022-01-07 09:17:48','2022-01-07 14:02:41'),(25,'color_scheme_for_booking_form','blue','2022-01-07 09:17:48','2022-01-07 14:02:41'),(26,'border_radius','rounded','2022-01-07 09:17:48','2022-01-07 14:02:41'),(27,'time_pick_style','timeline','2022-01-07 09:17:48','2022-01-07 14:02:41'),(28,'hide_timepicker_when_one_slot_available','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(29,'page_url_customer_dashboard','/customer-dashboard','2022-01-07 09:17:48','2022-01-07 14:02:41'),(30,'page_url_customer_login','/customer-login','2022-01-07 09:17:48','2022-01-07 14:02:41'),(31,'allow_customer_booking_cancellation','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(32,'limit_when_customer_can_cancel','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(33,'cancellation_limit_value','5','2022-01-07 09:17:48','2022-01-07 14:02:41'),(34,'cancellation_limit_unit','hour','2022-01-07 09:17:48','2022-01-07 14:02:41'),(35,'wp_users_as_customers','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(36,'steps_require_setting_password','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(37,'steps_hide_login_register_tabs','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(38,'steps_hide_registration_prompt','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(39,'enable_google_login','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(40,'google_client_id','','2022-01-07 09:17:48','2022-01-07 14:02:41'),(41,'google_client_secret','YA0evA25mqKF5/AKZMTcJg==','2022-01-07 09:17:48','2022-01-07 14:02:41'),(42,'enable_facebook_login','off','2022-01-07 09:17:48','2022-01-07 14:02:41'),(43,'facebook_app_id','','2022-01-07 09:17:48','2022-01-07 14:02:41'),(44,'facebook_app_secret','YA0evA25mqKF5/AKZMTcJg==','2022-01-07 09:17:48','2022-01-07 14:02:41'),(45,'day_calendar_min_height','700','2022-01-07 09:17:48','2022-01-07 14:02:41'),(46,'customer_dashboard_book_shortcode','[latepoint_book_button]','2022-01-07 09:17:48','2022-01-07 14:02:41'),(47,'booking_template_for_calendar','{service_name}','2022-01-07 09:17:48','2022-01-07 14:02:41'),(48,'steps_show_duration_in_minutes','off','2022-01-07 13:41:46','2022-01-10 11:10:31');
/*!40000 ALTER TABLE `wp_latepoint_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_step_settings`
--
DROP TABLE IF EXISTS `wp_latepoint_step_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_step_settings` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`label` varchar(50) NOT NULL,
`value` text DEFAULT NULL,
`step` varchar(50) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `step_index` (`step`),
KEY `label_index` (`label`)
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_step_settings`
--
LOCK TABLES `wp_latepoint_step_settings` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_step_settings` DISABLE KEYS */;
INSERT INTO `wp_latepoint_step_settings` VALUES (1,'order_number','1','locations','2022-01-07 09:06:46','2022-01-10 11:10:25'),(2,'icon_image_id',NULL,'locations','2022-01-07 09:06:46','2022-01-10 11:10:25'),(3,'title','Select Location','locations','2022-01-07 09:06:46','2022-01-10 11:10:25'),(4,'sub_title','Location Selection','locations','2022-01-07 09:06:46','2022-01-10 11:10:25'),(5,'use_custom_image','off','locations','2022-01-07 09:06:46','2022-01-10 11:10:25'),(6,'description','Please select a location you want the service to be performed at','locations','2022-01-07 09:06:46','2022-01-10 11:10:25'),(7,'order_number','2','agents','2022-01-07 09:06:46','2022-01-10 11:10:25'),(8,'icon_image_id',NULL,'agents','2022-01-07 09:06:46','2022-01-10 11:10:25'),(9,'title','Select Agent','agents','2022-01-07 09:06:46','2022-01-10 11:10:25'),(10,'sub_title','Agent Selection','agents','2022-01-07 09:06:46','2022-01-10 11:10:25'),(11,'use_custom_image','off','agents','2022-01-07 09:06:46','2022-01-10 11:10:25'),(12,'description','You can pick a specific agent to perform your service or select any to automatically assign you one','agents','2022-01-07 09:06:46','2022-01-10 11:10:25'),(13,'order_number','4','services','2022-01-07 09:06:46','2022-01-10 11:10:25'),(14,'icon_image_id',NULL,'services','2022-01-07 09:06:46','2022-01-10 11:10:25'),(15,'title','Select Service','services','2022-01-07 09:06:46','2022-01-10 11:10:25'),(16,'sub_title','Service Selection','services','2022-01-07 09:06:46','2022-01-10 11:10:25'),(17,'use_custom_image','off','services','2022-01-07 09:06:46','2022-01-10 11:10:25'),(18,'description','Please select a service for which you want to schedule an appointment','services','2022-01-07 09:06:46','2022-01-10 11:10:25'),(19,'order_number','3','datepicker','2022-01-07 09:06:46','2022-01-10 11:10:25'),(20,'icon_image_id',NULL,'datepicker','2022-01-07 09:06:46','2022-01-10 11:10:25'),(21,'title','Select Date & Time','datepicker','2022-01-07 09:06:46','2022-01-10 11:10:25'),(22,'sub_title','Date & Time Selection','datepicker','2022-01-07 09:06:46','2022-01-10 11:10:25'),(23,'use_custom_image','off','datepicker','2022-01-07 09:06:46','2022-01-10 11:10:25'),(24,'description','Click on a date to see a timeline of available slots, click on a green time slot to reserve it','datepicker','2022-01-07 09:06:46','2022-01-10 11:10:25'),(25,'order_number','6','contact','2022-01-07 09:06:46','2022-01-10 11:10:25'),(26,'icon_image_id',NULL,'contact','2022-01-07 09:06:46','2022-01-10 11:10:25'),(27,'title','Enter Information','contact','2022-01-07 09:06:46','2022-01-10 11:10:25'),(28,'sub_title','Customer Information','contact','2022-01-07 09:06:46','2022-01-10 11:10:25'),(29,'use_custom_image','off','contact','2022-01-07 09:06:46','2022-01-10 11:10:25'),(30,'description','Please provide you contact details so we can send you a confirmation and other contact info','contact','2022-01-07 09:06:46','2022-01-10 11:10:25'),(31,'order_number','7','payment','2022-01-07 09:06:46','2022-01-10 11:10:25'),(32,'icon_image_id',NULL,'payment','2022-01-07 09:06:46','2022-01-10 11:10:25'),(33,'title','Payment Method','payment','2022-01-07 09:06:46','2022-01-10 11:10:25'),(34,'sub_title','Your Payment Information','payment','2022-01-07 09:06:46','2022-01-10 11:10:25'),(35,'use_custom_image','off','payment','2022-01-07 09:06:46','2022-01-10 11:10:25'),(36,'description','You can either pay online using your credit card or PayPal, or you can pay on arrival with cash','payment','2022-01-07 09:06:46','2022-01-10 11:10:25'),(37,'order_number','8','verify','2022-01-07 09:06:46','2022-01-10 11:10:25'),(38,'icon_image_id',NULL,'verify','2022-01-07 09:06:46','2022-01-10 11:10:25'),(39,'title','Verify Order Details','verify','2022-01-07 09:06:46','2022-01-10 11:10:25'),(40,'sub_title','Verify Booking Details','verify','2022-01-07 09:06:46','2022-01-10 11:10:25'),(41,'use_custom_image','off','verify','2022-01-07 09:06:46','2022-01-10 11:10:25'),(42,'description','Double check your reservation details and click submit button if everything is correct','verify','2022-01-07 09:06:46','2022-01-10 11:10:25'),(43,'order_number','9','confirmation','2022-01-07 09:06:46','2022-01-10 11:10:25'),(44,'icon_image_id',NULL,'confirmation','2022-01-07 09:06:46','2022-01-10 11:10:25'),(45,'title','Confirmation','confirmation','2022-01-07 09:06:46','2022-01-10 11:10:25'),(46,'sub_title','Appointment Confirmation','confirmation','2022-01-07 09:06:46','2022-01-10 11:10:25'),(47,'use_custom_image','off','confirmation','2022-01-07 09:06:46','2022-01-10 11:10:25'),(48,'description','Your appointment has been successfully scheduled. Please retain this confirmation for your record.','confirmation','2022-01-07 09:06:46','2022-01-10 11:10:25'),(49,'order_number','5','custom_fields_for_booking','2022-01-07 13:41:43','2022-01-10 11:10:25'),(50,'icon_image_id',NULL,'custom_fields_for_booking','2022-01-07 13:41:43','2022-01-10 11:10:25'),(51,'title','Custom Fields','custom_fields_for_booking','2022-01-07 13:41:43','2022-01-10 11:10:25'),(52,'sub_title','Custom Fields','custom_fields_for_booking','2022-01-07 13:41:43','2022-01-10 11:10:25'),(53,'use_custom_image','off','custom_fields_for_booking','2022-01-07 13:41:43','2022-01-10 11:10:25'),(54,'description','Please answer this set of questions to proceed.','custom_fields_for_booking','2022-01-07 13:41:43','2022-01-10 11:10:25');
/*!40000 ALTER TABLE `wp_latepoint_step_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_transactions`
--
DROP TABLE IF EXISTS `wp_latepoint_transactions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_transactions` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`token` text NOT NULL,
`booking_id` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`processor` varchar(100) NOT NULL,
`payment_method` varchar(55) DEFAULT NULL,
`funds_status` varchar(40) DEFAULT NULL,
`status` varchar(100) NOT NULL,
`amount` decimal(10,2) DEFAULT NULL,
`notes` text DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_transactions`
--
LOCK TABLES `wp_latepoint_transactions` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_latepoint_transactions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_latepoint_work_periods`
--
DROP TABLE IF EXISTS `wp_latepoint_work_periods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_latepoint_work_periods` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`agent_id` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`location_id` int(11) NOT NULL,
`start_time` smallint(6) NOT NULL,
`end_time` smallint(6) NOT NULL,
`week_day` tinyint(3) NOT NULL,
`custom_date` date DEFAULT NULL,
`chain_id` varchar(20) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `agent_id_index` (`agent_id`),
KEY `service_id_index` (`service_id`),
KEY `location_id_index` (`location_id`),
KEY `week_day_index` (`week_day`),
KEY `custom_date_index` (`custom_date`)
) ENGINE=InnoDB AUTO_INCREMENT=5843 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_latepoint_work_periods`
--
LOCK TABLES `wp_latepoint_work_periods` WRITE;
/*!40000 ALTER TABLE `wp_latepoint_work_periods` DISABLE KEYS */;
INSERT INTO `wp_latepoint_work_periods` VALUES (1,0,0,0,480,1020,1,NULL,NULL,'2022-01-07 09:03:44','2022-01-07 09:03:49'),(2,0,0,0,480,1020,2,NULL,NULL,'2022-01-07 09:03:44','2022-01-07 09:03:49'),(3,0,0,0,480,1020,3,NULL,NULL,'2022-01-07 09:03:44','2022-01-07 09:03:49'),(4,0,0,0,480,1020,4,NULL,NULL,'2022-01-07 09:03:44','2022-01-07 09:03:49'),(5,0,0,0,480,1020,5,NULL,NULL,'2022-01-07 09:03:44','2022-01-07 09:03:49'),(6,0,0,0,480,1020,6,NULL,NULL,'2022-01-07 09:03:44','2022-01-07 09:03:49'),(7,0,0,0,480,1020,7,NULL,NULL,'2022-01-07 09:03:44','2022-01-07 09:03:49'),(732,0,2,0,480,1080,5,'2022-01-07','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(733,0,2,0,480,1080,6,'2022-01-08','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(734,0,2,0,480,1080,7,'2022-01-09','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(735,0,2,0,480,1080,1,'2022-01-10','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(736,0,2,0,480,1080,2,'2022-01-11','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(737,0,2,0,480,1080,3,'2022-01-12','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(738,0,2,0,480,1080,4,'2022-01-13','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(739,0,2,0,480,1080,5,'2022-01-14','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(740,0,2,0,480,1080,6,'2022-01-15','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(741,0,2,0,480,1080,7,'2022-01-16','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(742,0,2,0,480,1080,1,'2022-01-17','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(743,0,2,0,480,1080,2,'2022-01-18','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(744,0,2,0,480,1080,3,'2022-01-19','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(745,0,2,0,480,1080,4,'2022-01-20','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(746,0,2,0,480,1080,5,'2022-01-21','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(747,0,2,0,480,1080,6,'2022-01-22','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(748,0,2,0,480,1080,7,'2022-01-23','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(749,0,2,0,480,1080,1,'2022-01-24','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(750,0,2,0,480,1080,2,'2022-01-25','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(751,0,2,0,480,1080,3,'2022-01-26','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(752,0,2,0,480,1080,4,'2022-01-27','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(753,0,2,0,480,1080,5,'2022-01-28','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(754,0,2,0,480,1080,6,'2022-01-29','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(755,0,2,0,480,1080,7,'2022-01-30','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(756,0,2,0,480,1080,1,'2022-01-31','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(757,0,2,0,480,1080,2,'2022-02-01','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(758,0,2,0,480,1080,3,'2022-02-02','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(759,0,2,0,480,1080,4,'2022-02-03','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(760,0,2,0,480,1080,5,'2022-02-04','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(761,0,2,0,480,1080,6,'2022-02-05','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(762,0,2,0,480,1080,7,'2022-02-06','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(763,0,2,0,480,1080,1,'2022-02-07','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(764,0,2,0,480,1080,2,'2022-02-08','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(765,0,2,0,480,1080,3,'2022-02-09','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(766,0,2,0,480,1080,4,'2022-02-10','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(767,0,2,0,480,1080,5,'2022-02-11','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(768,0,2,0,480,1080,6,'2022-02-12','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(769,0,2,0,480,1080,7,'2022-02-13','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(770,0,2,0,480,1080,1,'2022-02-14','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(771,0,2,0,480,1080,2,'2022-02-15','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(772,0,2,0,480,1080,3,'2022-02-16','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(773,0,2,0,480,1080,4,'2022-02-17','61d7930cd482a','2022-01-07 09:10:36','2022-01-07 09:10:36'),(774,0,2,0,480,1080,5,'2022-02-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(775,0,2,0,480,1080,6,'2022-02-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(776,0,2,0,480,1080,7,'2022-02-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(777,0,2,0,480,1080,1,'2022-02-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(778,0,2,0,480,1080,2,'2022-02-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(779,0,2,0,480,1080,3,'2022-02-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(780,0,2,0,480,1080,4,'2022-02-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(781,0,2,0,480,1080,5,'2022-02-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(782,0,2,0,480,1080,6,'2022-02-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(783,0,2,0,480,1080,7,'2022-02-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(784,0,2,0,480,1080,1,'2022-02-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(785,0,2,0,480,1080,2,'2022-03-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(786,0,2,0,480,1080,3,'2022-03-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(787,0,2,0,480,1080,4,'2022-03-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(788,0,2,0,480,1080,5,'2022-03-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(789,0,2,0,480,1080,6,'2022-03-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(790,0,2,0,480,1080,7,'2022-03-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(791,0,2,0,480,1080,1,'2022-03-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(792,0,2,0,480,1080,2,'2022-03-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(793,0,2,0,480,1080,3,'2022-03-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(794,0,2,0,480,1080,4,'2022-03-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(795,0,2,0,480,1080,5,'2022-03-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(796,0,2,0,480,1080,6,'2022-03-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(797,0,2,0,480,1080,7,'2022-03-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(798,0,2,0,480,1080,1,'2022-03-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(799,0,2,0,480,1080,2,'2022-03-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(800,0,2,0,480,1080,3,'2022-03-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(801,0,2,0,480,1080,4,'2022-03-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(802,0,2,0,480,1080,5,'2022-03-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(803,0,2,0,480,1080,6,'2022-03-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(804,0,2,0,480,1080,7,'2022-03-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(805,0,2,0,480,1080,1,'2022-03-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(806,0,2,0,480,1080,2,'2022-03-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(807,0,2,0,480,1080,3,'2022-03-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(808,0,2,0,480,1080,4,'2022-03-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(809,0,2,0,480,1080,5,'2022-03-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(810,0,2,0,480,1080,6,'2022-03-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(811,0,2,0,480,1080,7,'2022-03-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(812,0,2,0,480,1080,1,'2022-03-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(813,0,2,0,480,1080,2,'2022-03-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(814,0,2,0,480,1080,3,'2022-03-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(815,0,2,0,480,1080,4,'2022-03-31','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(816,0,2,0,480,1080,5,'2022-04-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(817,0,2,0,480,1080,6,'2022-04-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(818,0,2,0,480,1080,7,'2022-04-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(819,0,2,0,480,1080,1,'2022-04-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(820,0,2,0,480,1080,2,'2022-04-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(821,0,2,0,480,1080,3,'2022-04-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(822,0,2,0,480,1080,4,'2022-04-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(823,0,2,0,480,1080,5,'2022-04-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(824,0,2,0,480,1080,6,'2022-04-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(825,0,2,0,480,1080,7,'2022-04-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(826,0,2,0,480,1080,1,'2022-04-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(827,0,2,0,480,1080,2,'2022-04-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(828,0,2,0,480,1080,3,'2022-04-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(829,0,2,0,480,1080,4,'2022-04-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(830,0,2,0,480,1080,5,'2022-04-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(831,0,2,0,480,1080,6,'2022-04-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(832,0,2,0,480,1080,7,'2022-04-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(833,0,2,0,480,1080,1,'2022-04-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(834,0,2,0,480,1080,2,'2022-04-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(835,0,2,0,480,1080,3,'2022-04-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(836,0,2,0,480,1080,4,'2022-04-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(837,0,2,0,480,1080,5,'2022-04-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(838,0,2,0,480,1080,6,'2022-04-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(839,0,2,0,480,1080,7,'2022-04-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(840,0,2,0,480,1080,1,'2022-04-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(841,0,2,0,480,1080,2,'2022-04-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(842,0,2,0,480,1080,3,'2022-04-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(843,0,2,0,480,1080,4,'2022-04-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(844,0,2,0,480,1080,5,'2022-04-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(845,0,2,0,480,1080,6,'2022-04-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(846,0,2,0,480,1080,7,'2022-05-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(847,0,2,0,480,1080,1,'2022-05-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(848,0,2,0,480,1080,2,'2022-05-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(849,0,2,0,480,1080,3,'2022-05-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(850,0,2,0,480,1080,4,'2022-05-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(851,0,2,0,480,1080,5,'2022-05-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(852,0,2,0,480,1080,6,'2022-05-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(853,0,2,0,480,1080,7,'2022-05-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(854,0,2,0,480,1080,1,'2022-05-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(855,0,2,0,480,1080,2,'2022-05-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(856,0,2,0,480,1080,3,'2022-05-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(857,0,2,0,480,1080,4,'2022-05-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(858,0,2,0,480,1080,5,'2022-05-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(859,0,2,0,480,1080,6,'2022-05-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(860,0,2,0,480,1080,7,'2022-05-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(861,0,2,0,480,1080,1,'2022-05-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(862,0,2,0,480,1080,2,'2022-05-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(863,0,2,0,480,1080,3,'2022-05-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(864,0,2,0,480,1080,4,'2022-05-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(865,0,2,0,480,1080,5,'2022-05-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(866,0,2,0,480,1080,6,'2022-05-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(867,0,2,0,480,1080,7,'2022-05-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(868,0,2,0,480,1080,1,'2022-05-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(869,0,2,0,480,1080,2,'2022-05-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(870,0,2,0,480,1080,3,'2022-05-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(871,0,2,0,480,1080,4,'2022-05-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(872,0,2,0,480,1080,5,'2022-05-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(873,0,2,0,480,1080,6,'2022-05-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(874,0,2,0,480,1080,7,'2022-05-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(875,0,2,0,480,1080,1,'2022-05-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(876,0,2,0,480,1080,2,'2022-05-31','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(877,0,2,0,480,1080,3,'2022-06-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(878,0,2,0,480,1080,4,'2022-06-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(879,0,2,0,480,1080,5,'2022-06-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(880,0,2,0,480,1080,6,'2022-06-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(881,0,2,0,480,1080,7,'2022-06-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(882,0,2,0,480,1080,1,'2022-06-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(883,0,2,0,480,1080,2,'2022-06-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(884,0,2,0,480,1080,3,'2022-06-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(885,0,2,0,480,1080,4,'2022-06-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(886,0,2,0,480,1080,5,'2022-06-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(887,0,2,0,480,1080,6,'2022-06-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(888,0,2,0,480,1080,7,'2022-06-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(889,0,2,0,480,1080,1,'2022-06-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(890,0,2,0,480,1080,2,'2022-06-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(891,0,2,0,480,1080,3,'2022-06-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(892,0,2,0,480,1080,4,'2022-06-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(893,0,2,0,480,1080,5,'2022-06-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(894,0,2,0,480,1080,6,'2022-06-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(895,0,2,0,480,1080,7,'2022-06-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(896,0,2,0,480,1080,1,'2022-06-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(897,0,2,0,480,1080,2,'2022-06-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(898,0,2,0,480,1080,3,'2022-06-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(899,0,2,0,480,1080,4,'2022-06-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(900,0,2,0,480,1080,5,'2022-06-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(901,0,2,0,480,1080,6,'2022-06-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(902,0,2,0,480,1080,7,'2022-06-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(903,0,2,0,480,1080,1,'2022-06-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(904,0,2,0,480,1080,2,'2022-06-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(905,0,2,0,480,1080,3,'2022-06-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(906,0,2,0,480,1080,4,'2022-06-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(907,0,2,0,480,1080,5,'2022-07-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(908,0,2,0,480,1080,6,'2022-07-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(909,0,2,0,480,1080,7,'2022-07-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(910,0,2,0,480,1080,1,'2022-07-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(911,0,2,0,480,1080,2,'2022-07-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(912,0,2,0,480,1080,3,'2022-07-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(913,0,2,0,480,1080,4,'2022-07-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(914,0,2,0,480,1080,5,'2022-07-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(915,0,2,0,480,1080,6,'2022-07-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(916,0,2,0,480,1080,7,'2022-07-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(917,0,2,0,480,1080,1,'2022-07-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(918,0,2,0,480,1080,2,'2022-07-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(919,0,2,0,480,1080,3,'2022-07-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(920,0,2,0,480,1080,4,'2022-07-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(921,0,2,0,480,1080,5,'2022-07-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(922,0,2,0,480,1080,6,'2022-07-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(923,0,2,0,480,1080,7,'2022-07-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(924,0,2,0,480,1080,1,'2022-07-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(925,0,2,0,480,1080,2,'2022-07-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(926,0,2,0,480,1080,3,'2022-07-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(927,0,2,0,480,1080,4,'2022-07-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(928,0,2,0,480,1080,5,'2022-07-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(929,0,2,0,480,1080,6,'2022-07-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(930,0,2,0,480,1080,7,'2022-07-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(931,0,2,0,480,1080,1,'2022-07-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(932,0,2,0,480,1080,2,'2022-07-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(933,0,2,0,480,1080,3,'2022-07-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(934,0,2,0,480,1080,4,'2022-07-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(935,0,2,0,480,1080,5,'2022-07-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(936,0,2,0,480,1080,6,'2022-07-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(937,0,2,0,480,1080,7,'2022-07-31','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(938,0,2,0,480,1080,1,'2022-08-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(939,0,2,0,480,1080,2,'2022-08-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(940,0,2,0,480,1080,3,'2022-08-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(941,0,2,0,480,1080,4,'2022-08-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(942,0,2,0,480,1080,5,'2022-08-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(943,0,2,0,480,1080,6,'2022-08-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(944,0,2,0,480,1080,7,'2022-08-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(945,0,2,0,480,1080,1,'2022-08-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(946,0,2,0,480,1080,2,'2022-08-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(947,0,2,0,480,1080,3,'2022-08-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(948,0,2,0,480,1080,4,'2022-08-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(949,0,2,0,480,1080,5,'2022-08-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(950,0,2,0,480,1080,6,'2022-08-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(951,0,2,0,480,1080,7,'2022-08-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(952,0,2,0,480,1080,1,'2022-08-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(953,0,2,0,480,1080,2,'2022-08-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(954,0,2,0,480,1080,3,'2022-08-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(955,0,2,0,480,1080,4,'2022-08-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(956,0,2,0,480,1080,5,'2022-08-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(957,0,2,0,480,1080,6,'2022-08-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(958,0,2,0,480,1080,7,'2022-08-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(959,0,2,0,480,1080,1,'2022-08-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(960,0,2,0,480,1080,2,'2022-08-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(961,0,2,0,480,1080,3,'2022-08-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(962,0,2,0,480,1080,4,'2022-08-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(963,0,2,0,480,1080,5,'2022-08-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(964,0,2,0,480,1080,6,'2022-08-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(965,0,2,0,480,1080,7,'2022-08-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(966,0,2,0,480,1080,1,'2022-08-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(967,0,2,0,480,1080,2,'2022-08-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(968,0,2,0,480,1080,3,'2022-08-31','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(969,0,2,0,480,1080,4,'2022-09-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(970,0,2,0,480,1080,5,'2022-09-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(971,0,2,0,480,1080,6,'2022-09-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(972,0,2,0,480,1080,7,'2022-09-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(973,0,2,0,480,1080,1,'2022-09-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(974,0,2,0,480,1080,2,'2022-09-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(975,0,2,0,480,1080,3,'2022-09-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(976,0,2,0,480,1080,4,'2022-09-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(977,0,2,0,480,1080,5,'2022-09-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(978,0,2,0,480,1080,6,'2022-09-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(979,0,2,0,480,1080,7,'2022-09-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(980,0,2,0,480,1080,1,'2022-09-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(981,0,2,0,480,1080,2,'2022-09-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(982,0,2,0,480,1080,3,'2022-09-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(983,0,2,0,480,1080,4,'2022-09-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(984,0,2,0,480,1080,5,'2022-09-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(985,0,2,0,480,1080,6,'2022-09-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(986,0,2,0,480,1080,7,'2022-09-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(987,0,2,0,480,1080,1,'2022-09-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(988,0,2,0,480,1080,2,'2022-09-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(989,0,2,0,480,1080,3,'2022-09-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(990,0,2,0,480,1080,4,'2022-09-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(991,0,2,0,480,1080,5,'2022-09-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(992,0,2,0,480,1080,6,'2022-09-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(993,0,2,0,480,1080,7,'2022-09-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(994,0,2,0,480,1080,1,'2022-09-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(995,0,2,0,480,1080,2,'2022-09-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(996,0,2,0,480,1080,3,'2022-09-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(997,0,2,0,480,1080,4,'2022-09-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(998,0,2,0,480,1080,5,'2022-09-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(999,0,2,0,480,1080,6,'2022-10-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1000,0,2,0,480,1080,7,'2022-10-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1001,0,2,0,480,1080,1,'2022-10-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1002,0,2,0,480,1080,2,'2022-10-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1003,0,2,0,480,1080,3,'2022-10-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1004,0,2,0,480,1080,4,'2022-10-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1005,0,2,0,480,1080,5,'2022-10-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1006,0,2,0,480,1080,6,'2022-10-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1007,0,2,0,480,1080,7,'2022-10-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1008,0,2,0,480,1080,1,'2022-10-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1009,0,2,0,480,1080,2,'2022-10-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1010,0,2,0,480,1080,3,'2022-10-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1011,0,2,0,480,1080,4,'2022-10-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1012,0,2,0,480,1080,5,'2022-10-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1013,0,2,0,480,1080,6,'2022-10-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1014,0,2,0,480,1080,7,'2022-10-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1015,0,2,0,480,1080,1,'2022-10-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1016,0,2,0,480,1080,2,'2022-10-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1017,0,2,0,480,1080,3,'2022-10-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1018,0,2,0,480,1080,4,'2022-10-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1019,0,2,0,480,1080,5,'2022-10-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1020,0,2,0,480,1080,6,'2022-10-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1021,0,2,0,480,1080,7,'2022-10-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1022,0,2,0,480,1080,1,'2022-10-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1023,0,2,0,480,1080,2,'2022-10-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1024,0,2,0,480,1080,3,'2022-10-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1025,0,2,0,480,1080,4,'2022-10-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1026,0,2,0,480,1080,5,'2022-10-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1027,0,2,0,480,1080,6,'2022-10-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1028,0,2,0,480,1080,7,'2022-10-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1029,0,2,0,480,1080,1,'2022-10-31','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1030,0,2,0,480,1080,2,'2022-11-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1031,0,2,0,480,1080,3,'2022-11-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1032,0,2,0,480,1080,4,'2022-11-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1033,0,2,0,480,1080,5,'2022-11-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1034,0,2,0,480,1080,6,'2022-11-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1035,0,2,0,480,1080,7,'2022-11-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1036,0,2,0,480,1080,1,'2022-11-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1037,0,2,0,480,1080,2,'2022-11-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1038,0,2,0,480,1080,3,'2022-11-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1039,0,2,0,480,1080,4,'2022-11-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1040,0,2,0,480,1080,5,'2022-11-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1041,0,2,0,480,1080,6,'2022-11-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1042,0,2,0,480,1080,7,'2022-11-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1043,0,2,0,480,1080,1,'2022-11-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1044,0,2,0,480,1080,2,'2022-11-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1045,0,2,0,480,1080,3,'2022-11-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1046,0,2,0,480,1080,4,'2022-11-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1047,0,2,0,480,1080,5,'2022-11-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1048,0,2,0,480,1080,6,'2022-11-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1049,0,2,0,480,1080,7,'2022-11-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1050,0,2,0,480,1080,1,'2022-11-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1051,0,2,0,480,1080,2,'2022-11-22','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1052,0,2,0,480,1080,3,'2022-11-23','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1053,0,2,0,480,1080,4,'2022-11-24','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1054,0,2,0,480,1080,5,'2022-11-25','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1055,0,2,0,480,1080,6,'2022-11-26','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1056,0,2,0,480,1080,7,'2022-11-27','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1057,0,2,0,480,1080,1,'2022-11-28','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1058,0,2,0,480,1080,2,'2022-11-29','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1059,0,2,0,480,1080,3,'2022-11-30','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1060,0,2,0,480,1080,4,'2022-12-01','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1061,0,2,0,480,1080,5,'2022-12-02','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1062,0,2,0,480,1080,6,'2022-12-03','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1063,0,2,0,480,1080,7,'2022-12-04','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1064,0,2,0,480,1080,1,'2022-12-05','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1065,0,2,0,480,1080,2,'2022-12-06','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1066,0,2,0,480,1080,3,'2022-12-07','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1067,0,2,0,480,1080,4,'2022-12-08','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1068,0,2,0,480,1080,5,'2022-12-09','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1069,0,2,0,480,1080,6,'2022-12-10','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1070,0,2,0,480,1080,7,'2022-12-11','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1071,0,2,0,480,1080,1,'2022-12-12','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1072,0,2,0,480,1080,2,'2022-12-13','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1073,0,2,0,480,1080,3,'2022-12-14','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1074,0,2,0,480,1080,4,'2022-12-15','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1075,0,2,0,480,1080,5,'2022-12-16','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1076,0,2,0,480,1080,6,'2022-12-17','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1077,0,2,0,480,1080,7,'2022-12-18','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1078,0,2,0,480,1080,1,'2022-12-19','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1079,0,2,0,480,1080,2,'2022-12-20','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1080,0,2,0,480,1080,3,'2022-12-21','61d7930cd482a','2022-01-07 09:10:37','2022-01-07 09:10:37'),(1081,0,2,0,480,1080,4,'2022-12-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1082,0,2,0,480,1080,5,'2022-12-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1083,0,2,0,480,1080,6,'2022-12-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1084,0,2,0,480,1080,7,'2022-12-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1085,0,2,0,480,1080,1,'2022-12-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1086,0,2,0,480,1080,2,'2022-12-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1087,0,2,0,480,1080,3,'2022-12-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1088,0,2,0,480,1080,4,'2022-12-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1089,0,2,0,480,1080,5,'2022-12-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1090,0,2,0,480,1080,6,'2022-12-31','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1091,0,2,0,480,1080,7,'2023-01-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1092,0,2,0,480,1080,1,'2023-01-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1093,0,2,0,480,1080,2,'2023-01-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1094,0,2,0,480,1080,3,'2023-01-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1095,0,2,0,480,1080,4,'2023-01-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1096,0,2,0,480,1080,5,'2023-01-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1097,0,2,0,480,1080,6,'2023-01-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1098,0,2,0,480,1080,7,'2023-01-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1099,0,2,0,480,1080,1,'2023-01-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1100,0,2,0,480,1080,2,'2023-01-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1101,0,2,0,480,1080,3,'2023-01-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1102,0,2,0,480,1080,4,'2023-01-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1103,0,2,0,480,1080,5,'2023-01-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1104,0,2,0,480,1080,6,'2023-01-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1105,0,2,0,480,1080,7,'2023-01-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1106,0,2,0,480,1080,1,'2023-01-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1107,0,2,0,480,1080,2,'2023-01-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1108,0,2,0,480,1080,3,'2023-01-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1109,0,2,0,480,1080,4,'2023-01-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1110,0,2,0,480,1080,5,'2023-01-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1111,0,2,0,480,1080,6,'2023-01-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1112,0,2,0,480,1080,7,'2023-01-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1113,0,2,0,480,1080,1,'2023-01-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1114,0,2,0,480,1080,2,'2023-01-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1115,0,2,0,480,1080,3,'2023-01-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1116,0,2,0,480,1080,4,'2023-01-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1117,0,2,0,480,1080,5,'2023-01-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1118,0,2,0,480,1080,6,'2023-01-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1119,0,2,0,480,1080,7,'2023-01-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1120,0,2,0,480,1080,1,'2023-01-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1121,0,2,0,480,1080,2,'2023-01-31','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1122,0,2,0,480,1080,3,'2023-02-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1123,0,2,0,480,1080,4,'2023-02-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1124,0,2,0,480,1080,5,'2023-02-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1125,0,2,0,480,1080,6,'2023-02-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1126,0,2,0,480,1080,7,'2023-02-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1127,0,2,0,480,1080,1,'2023-02-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1128,0,2,0,480,1080,2,'2023-02-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1129,0,2,0,480,1080,3,'2023-02-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1130,0,2,0,480,1080,4,'2023-02-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1131,0,2,0,480,1080,5,'2023-02-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1132,0,2,0,480,1080,6,'2023-02-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1133,0,2,0,480,1080,7,'2023-02-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1134,0,2,0,480,1080,1,'2023-02-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1135,0,2,0,480,1080,2,'2023-02-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1136,0,2,0,480,1080,3,'2023-02-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1137,0,2,0,480,1080,4,'2023-02-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1138,0,2,0,480,1080,5,'2023-02-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1139,0,2,0,480,1080,6,'2023-02-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1140,0,2,0,480,1080,7,'2023-02-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1141,0,2,0,480,1080,1,'2023-02-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1142,0,2,0,480,1080,2,'2023-02-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1143,0,2,0,480,1080,3,'2023-02-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1144,0,2,0,480,1080,4,'2023-02-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1145,0,2,0,480,1080,5,'2023-02-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1146,0,2,0,480,1080,6,'2023-02-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1147,0,2,0,480,1080,7,'2023-02-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1148,0,2,0,480,1080,1,'2023-02-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1149,0,2,0,480,1080,2,'2023-02-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1150,0,2,0,480,1080,3,'2023-03-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1151,0,2,0,480,1080,4,'2023-03-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1152,0,2,0,480,1080,5,'2023-03-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1153,0,2,0,480,1080,6,'2023-03-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1154,0,2,0,480,1080,7,'2023-03-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1155,0,2,0,480,1080,1,'2023-03-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1156,0,2,0,480,1080,2,'2023-03-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1157,0,2,0,480,1080,3,'2023-03-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1158,0,2,0,480,1080,4,'2023-03-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1159,0,2,0,480,1080,5,'2023-03-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1160,0,2,0,480,1080,6,'2023-03-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1161,0,2,0,480,1080,7,'2023-03-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1162,0,2,0,480,1080,1,'2023-03-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1163,0,2,0,480,1080,2,'2023-03-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1164,0,2,0,480,1080,3,'2023-03-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1165,0,2,0,480,1080,4,'2023-03-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1166,0,2,0,480,1080,5,'2023-03-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1167,0,2,0,480,1080,6,'2023-03-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1168,0,2,0,480,1080,7,'2023-03-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1169,0,2,0,480,1080,1,'2023-03-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1170,0,2,0,480,1080,2,'2023-03-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1171,0,2,0,480,1080,3,'2023-03-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1172,0,2,0,480,1080,4,'2023-03-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1173,0,2,0,480,1080,5,'2023-03-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1174,0,2,0,480,1080,6,'2023-03-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1175,0,2,0,480,1080,7,'2023-03-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1176,0,2,0,480,1080,1,'2023-03-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1177,0,2,0,480,1080,2,'2023-03-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1178,0,2,0,480,1080,3,'2023-03-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1179,0,2,0,480,1080,4,'2023-03-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1180,0,2,0,480,1080,5,'2023-03-31','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1181,0,2,0,480,1080,6,'2023-04-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1182,0,2,0,480,1080,7,'2023-04-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1183,0,2,0,480,1080,1,'2023-04-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1184,0,2,0,480,1080,2,'2023-04-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1185,0,2,0,480,1080,3,'2023-04-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1186,0,2,0,480,1080,4,'2023-04-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1187,0,2,0,480,1080,5,'2023-04-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1188,0,2,0,480,1080,6,'2023-04-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1189,0,2,0,480,1080,7,'2023-04-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1190,0,2,0,480,1080,1,'2023-04-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1191,0,2,0,480,1080,2,'2023-04-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1192,0,2,0,480,1080,3,'2023-04-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1193,0,2,0,480,1080,4,'2023-04-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1194,0,2,0,480,1080,5,'2023-04-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1195,0,2,0,480,1080,6,'2023-04-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1196,0,2,0,480,1080,7,'2023-04-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1197,0,2,0,480,1080,1,'2023-04-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1198,0,2,0,480,1080,2,'2023-04-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1199,0,2,0,480,1080,3,'2023-04-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1200,0,2,0,480,1080,4,'2023-04-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1201,0,2,0,480,1080,5,'2023-04-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1202,0,2,0,480,1080,6,'2023-04-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1203,0,2,0,480,1080,7,'2023-04-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1204,0,2,0,480,1080,1,'2023-04-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1205,0,2,0,480,1080,2,'2023-04-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1206,0,2,0,480,1080,3,'2023-04-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1207,0,2,0,480,1080,4,'2023-04-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1208,0,2,0,480,1080,5,'2023-04-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1209,0,2,0,480,1080,6,'2023-04-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1210,0,2,0,480,1080,7,'2023-04-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1211,0,2,0,480,1080,1,'2023-05-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1212,0,2,0,480,1080,2,'2023-05-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1213,0,2,0,480,1080,3,'2023-05-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1214,0,2,0,480,1080,4,'2023-05-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1215,0,2,0,480,1080,5,'2023-05-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1216,0,2,0,480,1080,6,'2023-05-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1217,0,2,0,480,1080,7,'2023-05-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1218,0,2,0,480,1080,1,'2023-05-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1219,0,2,0,480,1080,2,'2023-05-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1220,0,2,0,480,1080,3,'2023-05-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1221,0,2,0,480,1080,4,'2023-05-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1222,0,2,0,480,1080,5,'2023-05-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1223,0,2,0,480,1080,6,'2023-05-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1224,0,2,0,480,1080,7,'2023-05-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1225,0,2,0,480,1080,1,'2023-05-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1226,0,2,0,480,1080,2,'2023-05-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1227,0,2,0,480,1080,3,'2023-05-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1228,0,2,0,480,1080,4,'2023-05-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1229,0,2,0,480,1080,5,'2023-05-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1230,0,2,0,480,1080,6,'2023-05-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1231,0,2,0,480,1080,7,'2023-05-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1232,0,2,0,480,1080,1,'2023-05-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1233,0,2,0,480,1080,2,'2023-05-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1234,0,2,0,480,1080,3,'2023-05-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1235,0,2,0,480,1080,4,'2023-05-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1236,0,2,0,480,1080,5,'2023-05-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1237,0,2,0,480,1080,6,'2023-05-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1238,0,2,0,480,1080,7,'2023-05-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1239,0,2,0,480,1080,1,'2023-05-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1240,0,2,0,480,1080,2,'2023-05-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1241,0,2,0,480,1080,3,'2023-05-31','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1242,0,2,0,480,1080,4,'2023-06-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1243,0,2,0,480,1080,5,'2023-06-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1244,0,2,0,480,1080,6,'2023-06-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1245,0,2,0,480,1080,7,'2023-06-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1246,0,2,0,480,1080,1,'2023-06-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1247,0,2,0,480,1080,2,'2023-06-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1248,0,2,0,480,1080,3,'2023-06-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1249,0,2,0,480,1080,4,'2023-06-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1250,0,2,0,480,1080,5,'2023-06-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1251,0,2,0,480,1080,6,'2023-06-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1252,0,2,0,480,1080,7,'2023-06-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1253,0,2,0,480,1080,1,'2023-06-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1254,0,2,0,480,1080,2,'2023-06-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1255,0,2,0,480,1080,3,'2023-06-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1256,0,2,0,480,1080,4,'2023-06-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1257,0,2,0,480,1080,5,'2023-06-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1258,0,2,0,480,1080,6,'2023-06-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1259,0,2,0,480,1080,7,'2023-06-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1260,0,2,0,480,1080,1,'2023-06-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1261,0,2,0,480,1080,2,'2023-06-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1262,0,2,0,480,1080,3,'2023-06-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1263,0,2,0,480,1080,4,'2023-06-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1264,0,2,0,480,1080,5,'2023-06-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1265,0,2,0,480,1080,6,'2023-06-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1266,0,2,0,480,1080,7,'2023-06-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1267,0,2,0,480,1080,1,'2023-06-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1268,0,2,0,480,1080,2,'2023-06-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1269,0,2,0,480,1080,3,'2023-06-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1270,0,2,0,480,1080,4,'2023-06-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1271,0,2,0,480,1080,5,'2023-06-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1272,0,2,0,480,1080,6,'2023-07-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1273,0,2,0,480,1080,7,'2023-07-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1274,0,2,0,480,1080,1,'2023-07-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1275,0,2,0,480,1080,2,'2023-07-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1276,0,2,0,480,1080,3,'2023-07-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1277,0,2,0,480,1080,4,'2023-07-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1278,0,2,0,480,1080,5,'2023-07-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1279,0,2,0,480,1080,6,'2023-07-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1280,0,2,0,480,1080,7,'2023-07-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1281,0,2,0,480,1080,1,'2023-07-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1282,0,2,0,480,1080,2,'2023-07-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1283,0,2,0,480,1080,3,'2023-07-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1284,0,2,0,480,1080,4,'2023-07-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1285,0,2,0,480,1080,5,'2023-07-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1286,0,2,0,480,1080,6,'2023-07-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1287,0,2,0,480,1080,7,'2023-07-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1288,0,2,0,480,1080,1,'2023-07-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1289,0,2,0,480,1080,2,'2023-07-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1290,0,2,0,480,1080,3,'2023-07-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1291,0,2,0,480,1080,4,'2023-07-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1292,0,2,0,480,1080,5,'2023-07-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1293,0,2,0,480,1080,6,'2023-07-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1294,0,2,0,480,1080,7,'2023-07-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1295,0,2,0,480,1080,1,'2023-07-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1296,0,2,0,480,1080,2,'2023-07-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1297,0,2,0,480,1080,3,'2023-07-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1298,0,2,0,480,1080,4,'2023-07-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1299,0,2,0,480,1080,5,'2023-07-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1300,0,2,0,480,1080,6,'2023-07-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1301,0,2,0,480,1080,7,'2023-07-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1302,0,2,0,480,1080,1,'2023-07-31','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1303,0,2,0,480,1080,2,'2023-08-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1304,0,2,0,480,1080,3,'2023-08-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1305,0,2,0,480,1080,4,'2023-08-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1306,0,2,0,480,1080,5,'2023-08-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1307,0,2,0,480,1080,6,'2023-08-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1308,0,2,0,480,1080,7,'2023-08-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1309,0,2,0,480,1080,1,'2023-08-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1310,0,2,0,480,1080,2,'2023-08-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1311,0,2,0,480,1080,3,'2023-08-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1312,0,2,0,480,1080,4,'2023-08-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1313,0,2,0,480,1080,5,'2023-08-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1314,0,2,0,480,1080,6,'2023-08-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1315,0,2,0,480,1080,7,'2023-08-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1316,0,2,0,480,1080,1,'2023-08-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1317,0,2,0,480,1080,2,'2023-08-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1318,0,2,0,480,1080,3,'2023-08-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1319,0,2,0,480,1080,4,'2023-08-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1320,0,2,0,480,1080,5,'2023-08-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1321,0,2,0,480,1080,6,'2023-08-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1322,0,2,0,480,1080,7,'2023-08-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1323,0,2,0,480,1080,1,'2023-08-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1324,0,2,0,480,1080,2,'2023-08-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1325,0,2,0,480,1080,3,'2023-08-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1326,0,2,0,480,1080,4,'2023-08-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1327,0,2,0,480,1080,5,'2023-08-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1328,0,2,0,480,1080,6,'2023-08-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1329,0,2,0,480,1080,7,'2023-08-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1330,0,2,0,480,1080,1,'2023-08-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1331,0,2,0,480,1080,2,'2023-08-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1332,0,2,0,480,1080,3,'2023-08-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1333,0,2,0,480,1080,4,'2023-08-31','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1334,0,2,0,480,1080,5,'2023-09-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1335,0,2,0,480,1080,6,'2023-09-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1336,0,2,0,480,1080,7,'2023-09-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1337,0,2,0,480,1080,1,'2023-09-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1338,0,2,0,480,1080,2,'2023-09-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1339,0,2,0,480,1080,3,'2023-09-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1340,0,2,0,480,1080,4,'2023-09-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1341,0,2,0,480,1080,5,'2023-09-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1342,0,2,0,480,1080,6,'2023-09-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1343,0,2,0,480,1080,7,'2023-09-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1344,0,2,0,480,1080,1,'2023-09-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1345,0,2,0,480,1080,2,'2023-09-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1346,0,2,0,480,1080,3,'2023-09-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1347,0,2,0,480,1080,4,'2023-09-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1348,0,2,0,480,1080,5,'2023-09-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1349,0,2,0,480,1080,6,'2023-09-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1350,0,2,0,480,1080,7,'2023-09-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1351,0,2,0,480,1080,1,'2023-09-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1352,0,2,0,480,1080,2,'2023-09-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1353,0,2,0,480,1080,3,'2023-09-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1354,0,2,0,480,1080,4,'2023-09-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1355,0,2,0,480,1080,5,'2023-09-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1356,0,2,0,480,1080,6,'2023-09-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1357,0,2,0,480,1080,7,'2023-09-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1358,0,2,0,480,1080,1,'2023-09-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1359,0,2,0,480,1080,2,'2023-09-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1360,0,2,0,480,1080,3,'2023-09-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1361,0,2,0,480,1080,4,'2023-09-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1362,0,2,0,480,1080,5,'2023-09-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1363,0,2,0,480,1080,6,'2023-09-30','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1364,0,2,0,480,1080,7,'2023-10-01','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1365,0,2,0,480,1080,1,'2023-10-02','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1366,0,2,0,480,1080,2,'2023-10-03','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1367,0,2,0,480,1080,3,'2023-10-04','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1368,0,2,0,480,1080,4,'2023-10-05','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1369,0,2,0,480,1080,5,'2023-10-06','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1370,0,2,0,480,1080,6,'2023-10-07','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1371,0,2,0,480,1080,7,'2023-10-08','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1372,0,2,0,480,1080,1,'2023-10-09','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1373,0,2,0,480,1080,2,'2023-10-10','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1374,0,2,0,480,1080,3,'2023-10-11','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1375,0,2,0,480,1080,4,'2023-10-12','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1376,0,2,0,480,1080,5,'2023-10-13','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1377,0,2,0,480,1080,6,'2023-10-14','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1378,0,2,0,480,1080,7,'2023-10-15','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1379,0,2,0,480,1080,1,'2023-10-16','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1380,0,2,0,480,1080,2,'2023-10-17','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1381,0,2,0,480,1080,3,'2023-10-18','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1382,0,2,0,480,1080,4,'2023-10-19','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1383,0,2,0,480,1080,5,'2023-10-20','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1384,0,2,0,480,1080,6,'2023-10-21','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1385,0,2,0,480,1080,7,'2023-10-22','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1386,0,2,0,480,1080,1,'2023-10-23','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1387,0,2,0,480,1080,2,'2023-10-24','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1388,0,2,0,480,1080,3,'2023-10-25','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1389,0,2,0,480,1080,4,'2023-10-26','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1390,0,2,0,480,1080,5,'2023-10-27','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1391,0,2,0,480,1080,6,'2023-10-28','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1392,0,2,0,480,1080,7,'2023-10-29','61d7930cd482a','2022-01-07 09:10:38','2022-01-07 09:10:38'),(1393,0,2,0,480,1080,1,'2023-10-30','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1394,0,2,0,480,1080,2,'2023-10-31','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1395,0,2,0,480,1080,3,'2023-11-01','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1396,0,2,0,480,1080,4,'2023-11-02','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1397,0,2,0,480,1080,5,'2023-11-03','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1398,0,2,0,480,1080,6,'2023-11-04','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1399,0,2,0,480,1080,7,'2023-11-05','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1400,0,2,0,480,1080,1,'2023-11-06','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1401,0,2,0,480,1080,2,'2023-11-07','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1402,0,2,0,480,1080,3,'2023-11-08','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1403,0,2,0,480,1080,4,'2023-11-09','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1404,0,2,0,480,1080,5,'2023-11-10','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1405,0,2,0,480,1080,6,'2023-11-11','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1406,0,2,0,480,1080,7,'2023-11-12','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1407,0,2,0,480,1080,1,'2023-11-13','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1408,0,2,0,480,1080,2,'2023-11-14','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1409,0,2,0,480,1080,3,'2023-11-15','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1410,0,2,0,480,1080,4,'2023-11-16','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1411,0,2,0,480,1080,5,'2023-11-17','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1412,0,2,0,480,1080,6,'2023-11-18','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1413,0,2,0,480,1080,7,'2023-11-19','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1414,0,2,0,480,1080,1,'2023-11-20','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1415,0,2,0,480,1080,2,'2023-11-21','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1416,0,2,0,480,1080,3,'2023-11-22','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1417,0,2,0,480,1080,4,'2023-11-23','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1418,0,2,0,480,1080,5,'2023-11-24','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1419,0,2,0,480,1080,6,'2023-11-25','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1420,0,2,0,480,1080,7,'2023-11-26','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1421,0,2,0,480,1080,1,'2023-11-27','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1422,0,2,0,480,1080,2,'2023-11-28','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1423,0,2,0,480,1080,3,'2023-11-29','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1424,0,2,0,480,1080,4,'2023-11-30','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1425,0,2,0,480,1080,5,'2023-12-01','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1426,0,2,0,480,1080,6,'2023-12-02','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1427,0,2,0,480,1080,7,'2023-12-03','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1428,0,2,0,480,1080,1,'2023-12-04','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1429,0,2,0,480,1080,2,'2023-12-05','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1430,0,2,0,480,1080,3,'2023-12-06','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1431,0,2,0,480,1080,4,'2023-12-07','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1432,0,2,0,480,1080,5,'2023-12-08','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1433,0,2,0,480,1080,6,'2023-12-09','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1434,0,2,0,480,1080,7,'2023-12-10','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1435,0,2,0,480,1080,1,'2023-12-11','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1436,0,2,0,480,1080,2,'2023-12-12','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1437,0,2,0,480,1080,3,'2023-12-13','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1438,0,2,0,480,1080,4,'2023-12-14','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1439,0,2,0,480,1080,5,'2023-12-15','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1440,0,2,0,480,1080,6,'2023-12-16','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1441,0,2,0,480,1080,7,'2023-12-17','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1442,0,2,0,480,1080,1,'2023-12-18','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1443,0,2,0,480,1080,2,'2023-12-19','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1444,0,2,0,480,1080,3,'2023-12-20','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1445,0,2,0,480,1080,4,'2023-12-21','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1446,0,2,0,480,1080,5,'2023-12-22','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1447,0,2,0,480,1080,6,'2023-12-23','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1448,0,2,0,480,1080,7,'2023-12-24','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1449,0,2,0,480,1080,1,'2023-12-25','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1450,0,2,0,480,1080,2,'2023-12-26','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1451,0,2,0,480,1080,3,'2023-12-27','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1452,0,2,0,480,1080,4,'2023-12-28','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1453,0,2,0,480,1080,5,'2023-12-29','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1454,0,2,0,480,1080,6,'2023-12-30','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1455,0,2,0,480,1080,7,'2023-12-31','61d7930cd482a','2022-01-07 09:10:39','2022-01-07 09:10:39'),(1456,0,1,0,0,1439,1,NULL,NULL,'2022-01-07 09:13:07','2022-01-07 14:03:17'),(1457,0,1,0,0,1439,2,NULL,NULL,'2022-01-07 09:13:07','2022-01-07 14:03:17'),(1458,0,1,0,0,1439,3,NULL,NULL,'2022-01-07 09:13:07','2022-01-07 14:03:17'),(1459,0,1,0,0,1439,4,NULL,NULL,'2022-01-07 09:13:07','2022-01-07 14:03:17'),(1460,0,1,0,0,1439,5,NULL,NULL,'2022-01-07 09:13:07','2022-01-07 14:03:17'),(1461,0,1,0,0,1439,6,NULL,NULL,'2022-01-07 09:13:07','2022-01-07 14:03:17'),(1462,0,1,0,0,1439,7,NULL,NULL,'2022-01-07 09:13:07','2022-01-07 14:03:17'),(2923,0,1,0,0,1439,6,'2022-01-01','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2924,0,1,0,0,1439,7,'2022-01-02','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2925,0,1,0,0,1439,1,'2022-01-03','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2926,0,1,0,0,1439,2,'2022-01-04','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2927,0,1,0,0,1439,3,'2022-01-05','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2928,0,1,0,0,1439,4,'2022-01-06','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2929,0,1,0,0,1439,5,'2022-01-07','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2930,0,1,0,0,1439,6,'2022-01-08','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2931,0,1,0,0,1439,7,'2022-01-09','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2932,0,1,0,0,1439,1,'2022-01-10','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2933,0,1,0,0,1439,2,'2022-01-11','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2934,0,1,0,0,1439,3,'2022-01-12','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2935,0,1,0,0,1439,4,'2022-01-13','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2936,0,1,0,0,1439,5,'2022-01-14','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2937,0,1,0,0,1439,6,'2022-01-15','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2938,0,1,0,0,1439,7,'2022-01-16','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2939,0,1,0,0,1439,1,'2022-01-17','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2940,0,1,0,0,1439,2,'2022-01-18','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2941,0,1,0,0,1439,3,'2022-01-19','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2942,0,1,0,0,1439,4,'2022-01-20','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2943,0,1,0,0,1439,5,'2022-01-21','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2944,0,1,0,0,1439,6,'2022-01-22','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2945,0,1,0,0,1439,7,'2022-01-23','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2946,0,1,0,0,1439,1,'2022-01-24','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2947,0,1,0,0,1439,2,'2022-01-25','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2948,0,1,0,0,1439,3,'2022-01-26','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2949,0,1,0,0,1439,4,'2022-01-27','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2950,0,1,0,0,1439,5,'2022-01-28','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2951,0,1,0,0,1439,6,'2022-01-29','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2952,0,1,0,0,1439,7,'2022-01-30','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2953,0,1,0,0,1439,1,'2022-01-31','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2954,0,1,0,0,1439,2,'2022-02-01','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2955,0,1,0,0,1439,3,'2022-02-02','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2956,0,1,0,0,1439,4,'2022-02-03','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2957,0,1,0,0,1439,5,'2022-02-04','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2958,0,1,0,0,1439,6,'2022-02-05','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2959,0,1,0,0,1439,7,'2022-02-06','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2960,0,1,0,0,1439,1,'2022-02-07','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2961,0,1,0,0,1439,2,'2022-02-08','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2962,0,1,0,0,1439,3,'2022-02-09','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2963,0,1,0,0,1439,4,'2022-02-10','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2964,0,1,0,0,1439,5,'2022-02-11','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2965,0,1,0,0,1439,6,'2022-02-12','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2966,0,1,0,0,1439,7,'2022-02-13','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2967,0,1,0,0,1439,1,'2022-02-14','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2968,0,1,0,0,1439,2,'2022-02-15','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2969,0,1,0,0,1439,3,'2022-02-16','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2970,0,1,0,0,1439,4,'2022-02-17','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2971,0,1,0,0,1439,5,'2022-02-18','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2972,0,1,0,0,1439,6,'2022-02-19','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2973,0,1,0,0,1439,7,'2022-02-20','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2974,0,1,0,0,1439,1,'2022-02-21','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2975,0,1,0,0,1439,2,'2022-02-22','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2976,0,1,0,0,1439,3,'2022-02-23','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2977,0,1,0,0,1439,4,'2022-02-24','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2978,0,1,0,0,1439,5,'2022-02-25','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2979,0,1,0,0,1439,6,'2022-02-26','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2980,0,1,0,0,1439,7,'2022-02-27','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2981,0,1,0,0,1439,1,'2022-02-28','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2982,0,1,0,0,1439,2,'2022-03-01','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2983,0,1,0,0,1439,3,'2022-03-02','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2984,0,1,0,0,1439,4,'2022-03-03','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2985,0,1,0,0,1439,5,'2022-03-04','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2986,0,1,0,0,1439,6,'2022-03-05','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2987,0,1,0,0,1439,7,'2022-03-06','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2988,0,1,0,0,1439,1,'2022-03-07','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2989,0,1,0,0,1439,2,'2022-03-08','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2990,0,1,0,0,1439,3,'2022-03-09','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2991,0,1,0,0,1439,4,'2022-03-10','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2992,0,1,0,0,1439,5,'2022-03-11','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2993,0,1,0,0,1439,6,'2022-03-12','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2994,0,1,0,0,1439,7,'2022-03-13','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2995,0,1,0,0,1439,1,'2022-03-14','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2996,0,1,0,0,1439,2,'2022-03-15','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2997,0,1,0,0,1439,3,'2022-03-16','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2998,0,1,0,0,1439,4,'2022-03-17','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(2999,0,1,0,0,1439,5,'2022-03-18','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3000,0,1,0,0,1439,6,'2022-03-19','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3001,0,1,0,0,1439,7,'2022-03-20','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3002,0,1,0,0,1439,1,'2022-03-21','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3003,0,1,0,0,1439,2,'2022-03-22','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3004,0,1,0,0,1439,3,'2022-03-23','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3005,0,1,0,0,1439,4,'2022-03-24','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3006,0,1,0,0,1439,5,'2022-03-25','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3007,0,1,0,0,1439,6,'2022-03-26','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3008,0,1,0,0,1439,7,'2022-03-27','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3009,0,1,0,0,1439,1,'2022-03-28','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3010,0,1,0,0,1439,2,'2022-03-29','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3011,0,1,0,0,1439,3,'2022-03-30','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3012,0,1,0,0,1439,4,'2022-03-31','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3013,0,1,0,0,1439,5,'2022-04-01','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3014,0,1,0,0,1439,6,'2022-04-02','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3015,0,1,0,0,1439,7,'2022-04-03','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3016,0,1,0,0,1439,1,'2022-04-04','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3017,0,1,0,0,1439,2,'2022-04-05','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3018,0,1,0,0,1439,3,'2022-04-06','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3019,0,1,0,0,1439,4,'2022-04-07','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3020,0,1,0,0,1439,5,'2022-04-08','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3021,0,1,0,0,1439,6,'2022-04-09','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3022,0,1,0,0,1439,7,'2022-04-10','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3023,0,1,0,0,1439,1,'2022-04-11','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3024,0,1,0,0,1439,2,'2022-04-12','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3025,0,1,0,0,1439,3,'2022-04-13','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3026,0,1,0,0,1439,4,'2022-04-14','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3027,0,1,0,0,1439,5,'2022-04-15','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3028,0,1,0,0,1439,6,'2022-04-16','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3029,0,1,0,0,1439,7,'2022-04-17','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3030,0,1,0,0,1439,1,'2022-04-18','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3031,0,1,0,0,1439,2,'2022-04-19','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3032,0,1,0,0,1439,3,'2022-04-20','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3033,0,1,0,0,1439,4,'2022-04-21','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3034,0,1,0,0,1439,5,'2022-04-22','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3035,0,1,0,0,1439,6,'2022-04-23','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3036,0,1,0,0,1439,7,'2022-04-24','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3037,0,1,0,0,1439,1,'2022-04-25','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3038,0,1,0,0,1439,2,'2022-04-26','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3039,0,1,0,0,1439,3,'2022-04-27','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3040,0,1,0,0,1439,4,'2022-04-28','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3041,0,1,0,0,1439,5,'2022-04-29','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3042,0,1,0,0,1439,6,'2022-04-30','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3043,0,1,0,0,1439,7,'2022-05-01','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3044,0,1,0,0,1439,1,'2022-05-02','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3045,0,1,0,0,1439,2,'2022-05-03','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3046,0,1,0,0,1439,3,'2022-05-04','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3047,0,1,0,0,1439,4,'2022-05-05','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3048,0,1,0,0,1439,5,'2022-05-06','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3049,0,1,0,0,1439,6,'2022-05-07','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3050,0,1,0,0,1439,7,'2022-05-08','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3051,0,1,0,0,1439,1,'2022-05-09','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3052,0,1,0,0,1439,2,'2022-05-10','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3053,0,1,0,0,1439,3,'2022-05-11','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3054,0,1,0,0,1439,4,'2022-05-12','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3055,0,1,0,0,1439,5,'2022-05-13','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3056,0,1,0,0,1439,6,'2022-05-14','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3057,0,1,0,0,1439,7,'2022-05-15','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3058,0,1,0,0,1439,1,'2022-05-16','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3059,0,1,0,0,1439,2,'2022-05-17','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3060,0,1,0,0,1439,3,'2022-05-18','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3061,0,1,0,0,1439,4,'2022-05-19','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3062,0,1,0,0,1439,5,'2022-05-20','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3063,0,1,0,0,1439,6,'2022-05-21','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3064,0,1,0,0,1439,7,'2022-05-22','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3065,0,1,0,0,1439,1,'2022-05-23','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3066,0,1,0,0,1439,2,'2022-05-24','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3067,0,1,0,0,1439,3,'2022-05-25','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3068,0,1,0,0,1439,4,'2022-05-26','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3069,0,1,0,0,1439,5,'2022-05-27','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3070,0,1,0,0,1439,6,'2022-05-28','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3071,0,1,0,0,1439,7,'2022-05-29','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3072,0,1,0,0,1439,1,'2022-05-30','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3073,0,1,0,0,1439,2,'2022-05-31','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3074,0,1,0,0,1439,3,'2022-06-01','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3075,0,1,0,0,1439,4,'2022-06-02','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3076,0,1,0,0,1439,5,'2022-06-03','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3077,0,1,0,0,1439,6,'2022-06-04','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3078,0,1,0,0,1439,7,'2022-06-05','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3079,0,1,0,0,1439,1,'2022-06-06','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3080,0,1,0,0,1439,2,'2022-06-07','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3081,0,1,0,0,1439,3,'2022-06-08','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3082,0,1,0,0,1439,4,'2022-06-09','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3083,0,1,0,0,1439,5,'2022-06-10','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3084,0,1,0,0,1439,6,'2022-06-11','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3085,0,1,0,0,1439,7,'2022-06-12','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3086,0,1,0,0,1439,1,'2022-06-13','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3087,0,1,0,0,1439,2,'2022-06-14','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3088,0,1,0,0,1439,3,'2022-06-15','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3089,0,1,0,0,1439,4,'2022-06-16','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3090,0,1,0,0,1439,5,'2022-06-17','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3091,0,1,0,0,1439,6,'2022-06-18','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3092,0,1,0,0,1439,7,'2022-06-19','61d792b587853','2022-01-07 09:18:45','2022-01-07 09:18:45'),(3093,0,1,0,0,1439,1,'2022-06-20','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3094,0,1,0,0,1439,2,'2022-06-21','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3095,0,1,0,0,1439,3,'2022-06-22','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3096,0,1,0,0,1439,4,'2022-06-23','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3097,0,1,0,0,1439,5,'2022-06-24','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3098,0,1,0,0,1439,6,'2022-06-25','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3099,0,1,0,0,1439,7,'2022-06-26','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3100,0,1,0,0,1439,1,'2022-06-27','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3101,0,1,0,0,1439,2,'2022-06-28','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3102,0,1,0,0,1439,3,'2022-06-29','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3103,0,1,0,0,1439,4,'2022-06-30','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3104,0,1,0,0,1439,5,'2022-07-01','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3105,0,1,0,0,1439,6,'2022-07-02','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3106,0,1,0,0,1439,7,'2022-07-03','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3107,0,1,0,0,1439,1,'2022-07-04','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3108,0,1,0,0,1439,2,'2022-07-05','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3109,0,1,0,0,1439,3,'2022-07-06','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3110,0,1,0,0,1439,4,'2022-07-07','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3111,0,1,0,0,1439,5,'2022-07-08','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3112,0,1,0,0,1439,6,'2022-07-09','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3113,0,1,0,0,1439,7,'2022-07-10','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3114,0,1,0,0,1439,1,'2022-07-11','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3115,0,1,0,0,1439,2,'2022-07-12','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3116,0,1,0,0,1439,3,'2022-07-13','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3117,0,1,0,0,1439,4,'2022-07-14','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3118,0,1,0,0,1439,5,'2022-07-15','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3119,0,1,0,0,1439,6,'2022-07-16','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3120,0,1,0,0,1439,7,'2022-07-17','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3121,0,1,0,0,1439,1,'2022-07-18','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3122,0,1,0,0,1439,2,'2022-07-19','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3123,0,1,0,0,1439,3,'2022-07-20','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3124,0,1,0,0,1439,4,'2022-07-21','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3125,0,1,0,0,1439,5,'2022-07-22','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3126,0,1,0,0,1439,6,'2022-07-23','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3127,0,1,0,0,1439,7,'2022-07-24','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3128,0,1,0,0,1439,1,'2022-07-25','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3129,0,1,0,0,1439,2,'2022-07-26','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3130,0,1,0,0,1439,3,'2022-07-27','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3131,0,1,0,0,1439,4,'2022-07-28','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3132,0,1,0,0,1439,5,'2022-07-29','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3133,0,1,0,0,1439,6,'2022-07-30','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3134,0,1,0,0,1439,7,'2022-07-31','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3135,0,1,0,0,1439,1,'2022-08-01','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3136,0,1,0,0,1439,2,'2022-08-02','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3137,0,1,0,0,1439,3,'2022-08-03','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3138,0,1,0,0,1439,4,'2022-08-04','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3139,0,1,0,0,1439,5,'2022-08-05','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3140,0,1,0,0,1439,6,'2022-08-06','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3141,0,1,0,0,1439,7,'2022-08-07','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3142,0,1,0,0,1439,1,'2022-08-08','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3143,0,1,0,0,1439,2,'2022-08-09','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3144,0,1,0,0,1439,3,'2022-08-10','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3145,0,1,0,0,1439,4,'2022-08-11','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3146,0,1,0,0,1439,5,'2022-08-12','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3147,0,1,0,0,1439,6,'2022-08-13','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3148,0,1,0,0,1439,7,'2022-08-14','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3149,0,1,0,0,1439,1,'2022-08-15','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3150,0,1,0,0,1439,2,'2022-08-16','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3151,0,1,0,0,1439,3,'2022-08-17','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3152,0,1,0,0,1439,4,'2022-08-18','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3153,0,1,0,0,1439,5,'2022-08-19','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3154,0,1,0,0,1439,6,'2022-08-20','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3155,0,1,0,0,1439,7,'2022-08-21','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3156,0,1,0,0,1439,1,'2022-08-22','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3157,0,1,0,0,1439,2,'2022-08-23','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3158,0,1,0,0,1439,3,'2022-08-24','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3159,0,1,0,0,1439,4,'2022-08-25','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3160,0,1,0,0,1439,5,'2022-08-26','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3161,0,1,0,0,1439,6,'2022-08-27','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3162,0,1,0,0,1439,7,'2022-08-28','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3163,0,1,0,0,1439,1,'2022-08-29','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3164,0,1,0,0,1439,2,'2022-08-30','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3165,0,1,0,0,1439,3,'2022-08-31','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3166,0,1,0,0,1439,4,'2022-09-01','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3167,0,1,0,0,1439,5,'2022-09-02','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3168,0,1,0,0,1439,6,'2022-09-03','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3169,0,1,0,0,1439,7,'2022-09-04','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3170,0,1,0,0,1439,1,'2022-09-05','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3171,0,1,0,0,1439,2,'2022-09-06','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3172,0,1,0,0,1439,3,'2022-09-07','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3173,0,1,0,0,1439,4,'2022-09-08','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3174,0,1,0,0,1439,5,'2022-09-09','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3175,0,1,0,0,1439,6,'2022-09-10','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3176,0,1,0,0,1439,7,'2022-09-11','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3177,0,1,0,0,1439,1,'2022-09-12','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3178,0,1,0,0,1439,2,'2022-09-13','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3179,0,1,0,0,1439,3,'2022-09-14','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3180,0,1,0,0,1439,4,'2022-09-15','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3181,0,1,0,0,1439,5,'2022-09-16','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3182,0,1,0,0,1439,6,'2022-09-17','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3183,0,1,0,0,1439,7,'2022-09-18','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3184,0,1,0,0,1439,1,'2022-09-19','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3185,0,1,0,0,1439,2,'2022-09-20','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3186,0,1,0,0,1439,3,'2022-09-21','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3187,0,1,0,0,1439,4,'2022-09-22','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3188,0,1,0,0,1439,5,'2022-09-23','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3189,0,1,0,0,1439,6,'2022-09-24','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3190,0,1,0,0,1439,7,'2022-09-25','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3191,0,1,0,0,1439,1,'2022-09-26','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3192,0,1,0,0,1439,2,'2022-09-27','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3193,0,1,0,0,1439,3,'2022-09-28','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3194,0,1,0,0,1439,4,'2022-09-29','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3195,0,1,0,0,1439,5,'2022-09-30','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3196,0,1,0,0,1439,6,'2022-10-01','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3197,0,1,0,0,1439,7,'2022-10-02','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3198,0,1,0,0,1439,1,'2022-10-03','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3199,0,1,0,0,1439,2,'2022-10-04','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3200,0,1,0,0,1439,3,'2022-10-05','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3201,0,1,0,0,1439,4,'2022-10-06','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3202,0,1,0,0,1439,5,'2022-10-07','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3203,0,1,0,0,1439,6,'2022-10-08','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3204,0,1,0,0,1439,7,'2022-10-09','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3205,0,1,0,0,1439,1,'2022-10-10','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3206,0,1,0,0,1439,2,'2022-10-11','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3207,0,1,0,0,1439,3,'2022-10-12','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3208,0,1,0,0,1439,4,'2022-10-13','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3209,0,1,0,0,1439,5,'2022-10-14','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3210,0,1,0,0,1439,6,'2022-10-15','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3211,0,1,0,0,1439,7,'2022-10-16','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3212,0,1,0,0,1439,1,'2022-10-17','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3213,0,1,0,0,1439,2,'2022-10-18','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3214,0,1,0,0,1439,3,'2022-10-19','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3215,0,1,0,0,1439,4,'2022-10-20','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3216,0,1,0,0,1439,5,'2022-10-21','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3217,0,1,0,0,1439,6,'2022-10-22','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3218,0,1,0,0,1439,7,'2022-10-23','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3219,0,1,0,0,1439,1,'2022-10-24','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3220,0,1,0,0,1439,2,'2022-10-25','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3221,0,1,0,0,1439,3,'2022-10-26','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3222,0,1,0,0,1439,4,'2022-10-27','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3223,0,1,0,0,1439,5,'2022-10-28','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3224,0,1,0,0,1439,6,'2022-10-29','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3225,0,1,0,0,1439,7,'2022-10-30','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3226,0,1,0,0,1439,1,'2022-10-31','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3227,0,1,0,0,1439,2,'2022-11-01','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3228,0,1,0,0,1439,3,'2022-11-02','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3229,0,1,0,0,1439,4,'2022-11-03','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3230,0,1,0,0,1439,5,'2022-11-04','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3231,0,1,0,0,1439,6,'2022-11-05','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3232,0,1,0,0,1439,7,'2022-11-06','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3233,0,1,0,0,1439,1,'2022-11-07','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3234,0,1,0,0,1439,2,'2022-11-08','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3235,0,1,0,0,1439,3,'2022-11-09','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3236,0,1,0,0,1439,4,'2022-11-10','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3237,0,1,0,0,1439,5,'2022-11-11','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3238,0,1,0,0,1439,6,'2022-11-12','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3239,0,1,0,0,1439,7,'2022-11-13','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3240,0,1,0,0,1439,1,'2022-11-14','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3241,0,1,0,0,1439,2,'2022-11-15','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3242,0,1,0,0,1439,3,'2022-11-16','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3243,0,1,0,0,1439,4,'2022-11-17','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3244,0,1,0,0,1439,5,'2022-11-18','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3245,0,1,0,0,1439,6,'2022-11-19','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3246,0,1,0,0,1439,7,'2022-11-20','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3247,0,1,0,0,1439,1,'2022-11-21','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3248,0,1,0,0,1439,2,'2022-11-22','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3249,0,1,0,0,1439,3,'2022-11-23','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3250,0,1,0,0,1439,4,'2022-11-24','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3251,0,1,0,0,1439,5,'2022-11-25','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3252,0,1,0,0,1439,6,'2022-11-26','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3253,0,1,0,0,1439,7,'2022-11-27','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3254,0,1,0,0,1439,1,'2022-11-28','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3255,0,1,0,0,1439,2,'2022-11-29','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3256,0,1,0,0,1439,3,'2022-11-30','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3257,0,1,0,0,1439,4,'2022-12-01','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3258,0,1,0,0,1439,5,'2022-12-02','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3259,0,1,0,0,1439,6,'2022-12-03','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3260,0,1,0,0,1439,7,'2022-12-04','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3261,0,1,0,0,1439,1,'2022-12-05','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3262,0,1,0,0,1439,2,'2022-12-06','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3263,0,1,0,0,1439,3,'2022-12-07','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3264,0,1,0,0,1439,4,'2022-12-08','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3265,0,1,0,0,1439,5,'2022-12-09','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3266,0,1,0,0,1439,6,'2022-12-10','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3267,0,1,0,0,1439,7,'2022-12-11','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3268,0,1,0,0,1439,1,'2022-12-12','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3269,0,1,0,0,1439,2,'2022-12-13','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3270,0,1,0,0,1439,3,'2022-12-14','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3271,0,1,0,0,1439,4,'2022-12-15','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3272,0,1,0,0,1439,5,'2022-12-16','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3273,0,1,0,0,1439,6,'2022-12-17','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3274,0,1,0,0,1439,7,'2022-12-18','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3275,0,1,0,0,1439,1,'2022-12-19','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3276,0,1,0,0,1439,2,'2022-12-20','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3277,0,1,0,0,1439,3,'2022-12-21','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3278,0,1,0,0,1439,4,'2022-12-22','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3279,0,1,0,0,1439,5,'2022-12-23','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3280,0,1,0,0,1439,6,'2022-12-24','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3281,0,1,0,0,1439,7,'2022-12-25','61d792b587853','2022-01-07 09:18:46','2022-01-07 09:18:46'),(3282,0,1,0,0,1439,1,'2022-12-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3283,0,1,0,0,1439,2,'2022-12-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3284,0,1,0,0,1439,3,'2022-12-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3285,0,1,0,0,1439,4,'2022-12-29','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3286,0,1,0,0,1439,5,'2022-12-30','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3287,0,1,0,0,1439,6,'2022-12-31','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3288,0,1,0,0,1439,7,'2023-01-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3289,0,1,0,0,1439,1,'2023-01-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3290,0,1,0,0,1439,2,'2023-01-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3291,0,1,0,0,1439,3,'2023-01-04','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3292,0,1,0,0,1439,4,'2023-01-05','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3293,0,1,0,0,1439,5,'2023-01-06','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3294,0,1,0,0,1439,6,'2023-01-07','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3295,0,1,0,0,1439,7,'2023-01-08','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3296,0,1,0,0,1439,1,'2023-01-09','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3297,0,1,0,0,1439,2,'2023-01-10','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3298,0,1,0,0,1439,3,'2023-01-11','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3299,0,1,0,0,1439,4,'2023-01-12','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3300,0,1,0,0,1439,5,'2023-01-13','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3301,0,1,0,0,1439,6,'2023-01-14','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3302,0,1,0,0,1439,7,'2023-01-15','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3303,0,1,0,0,1439,1,'2023-01-16','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3304,0,1,0,0,1439,2,'2023-01-17','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3305,0,1,0,0,1439,3,'2023-01-18','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3306,0,1,0,0,1439,4,'2023-01-19','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3307,0,1,0,0,1439,5,'2023-01-20','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3308,0,1,0,0,1439,6,'2023-01-21','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3309,0,1,0,0,1439,7,'2023-01-22','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3310,0,1,0,0,1439,1,'2023-01-23','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3311,0,1,0,0,1439,2,'2023-01-24','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3312,0,1,0,0,1439,3,'2023-01-25','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3313,0,1,0,0,1439,4,'2023-01-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3314,0,1,0,0,1439,5,'2023-01-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3315,0,1,0,0,1439,6,'2023-01-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3316,0,1,0,0,1439,7,'2023-01-29','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3317,0,1,0,0,1439,1,'2023-01-30','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3318,0,1,0,0,1439,2,'2023-01-31','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3319,0,1,0,0,1439,3,'2023-02-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3320,0,1,0,0,1439,4,'2023-02-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3321,0,1,0,0,1439,5,'2023-02-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3322,0,1,0,0,1439,6,'2023-02-04','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3323,0,1,0,0,1439,7,'2023-02-05','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3324,0,1,0,0,1439,1,'2023-02-06','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3325,0,1,0,0,1439,2,'2023-02-07','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3326,0,1,0,0,1439,3,'2023-02-08','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3327,0,1,0,0,1439,4,'2023-02-09','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3328,0,1,0,0,1439,5,'2023-02-10','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3329,0,1,0,0,1439,6,'2023-02-11','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3330,0,1,0,0,1439,7,'2023-02-12','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3331,0,1,0,0,1439,1,'2023-02-13','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3332,0,1,0,0,1439,2,'2023-02-14','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3333,0,1,0,0,1439,3,'2023-02-15','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3334,0,1,0,0,1439,4,'2023-02-16','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3335,0,1,0,0,1439,5,'2023-02-17','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3336,0,1,0,0,1439,6,'2023-02-18','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3337,0,1,0,0,1439,7,'2023-02-19','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3338,0,1,0,0,1439,1,'2023-02-20','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3339,0,1,0,0,1439,2,'2023-02-21','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3340,0,1,0,0,1439,3,'2023-02-22','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3341,0,1,0,0,1439,4,'2023-02-23','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3342,0,1,0,0,1439,5,'2023-02-24','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3343,0,1,0,0,1439,6,'2023-02-25','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3344,0,1,0,0,1439,7,'2023-02-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3345,0,1,0,0,1439,1,'2023-02-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3346,0,1,0,0,1439,2,'2023-02-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3347,0,1,0,0,1439,3,'2023-03-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3348,0,1,0,0,1439,4,'2023-03-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3349,0,1,0,0,1439,5,'2023-03-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3350,0,1,0,0,1439,6,'2023-03-04','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3351,0,1,0,0,1439,7,'2023-03-05','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3352,0,1,0,0,1439,1,'2023-03-06','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3353,0,1,0,0,1439,2,'2023-03-07','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3354,0,1,0,0,1439,3,'2023-03-08','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3355,0,1,0,0,1439,4,'2023-03-09','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3356,0,1,0,0,1439,5,'2023-03-10','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3357,0,1,0,0,1439,6,'2023-03-11','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3358,0,1,0,0,1439,7,'2023-03-12','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3359,0,1,0,0,1439,1,'2023-03-13','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3360,0,1,0,0,1439,2,'2023-03-14','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3361,0,1,0,0,1439,3,'2023-03-15','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3362,0,1,0,0,1439,4,'2023-03-16','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3363,0,1,0,0,1439,5,'2023-03-17','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3364,0,1,0,0,1439,6,'2023-03-18','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3365,0,1,0,0,1439,7,'2023-03-19','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3366,0,1,0,0,1439,1,'2023-03-20','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3367,0,1,0,0,1439,2,'2023-03-21','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3368,0,1,0,0,1439,3,'2023-03-22','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3369,0,1,0,0,1439,4,'2023-03-23','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3370,0,1,0,0,1439,5,'2023-03-24','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3371,0,1,0,0,1439,6,'2023-03-25','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3372,0,1,0,0,1439,7,'2023-03-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3373,0,1,0,0,1439,1,'2023-03-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3374,0,1,0,0,1439,2,'2023-03-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3375,0,1,0,0,1439,3,'2023-03-29','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3376,0,1,0,0,1439,4,'2023-03-30','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3377,0,1,0,0,1439,5,'2023-03-31','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3378,0,1,0,0,1439,6,'2023-04-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3379,0,1,0,0,1439,7,'2023-04-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3380,0,1,0,0,1439,1,'2023-04-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3381,0,1,0,0,1439,2,'2023-04-04','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3382,0,1,0,0,1439,3,'2023-04-05','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3383,0,1,0,0,1439,4,'2023-04-06','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3384,0,1,0,0,1439,5,'2023-04-07','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3385,0,1,0,0,1439,6,'2023-04-08','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3386,0,1,0,0,1439,7,'2023-04-09','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3387,0,1,0,0,1439,1,'2023-04-10','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3388,0,1,0,0,1439,2,'2023-04-11','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3389,0,1,0,0,1439,3,'2023-04-12','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3390,0,1,0,0,1439,4,'2023-04-13','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3391,0,1,0,0,1439,5,'2023-04-14','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3392,0,1,0,0,1439,6,'2023-04-15','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3393,0,1,0,0,1439,7,'2023-04-16','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3394,0,1,0,0,1439,1,'2023-04-17','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3395,0,1,0,0,1439,2,'2023-04-18','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3396,0,1,0,0,1439,3,'2023-04-19','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3397,0,1,0,0,1439,4,'2023-04-20','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3398,0,1,0,0,1439,5,'2023-04-21','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3399,0,1,0,0,1439,6,'2023-04-22','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3400,0,1,0,0,1439,7,'2023-04-23','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3401,0,1,0,0,1439,1,'2023-04-24','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3402,0,1,0,0,1439,2,'2023-04-25','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3403,0,1,0,0,1439,3,'2023-04-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3404,0,1,0,0,1439,4,'2023-04-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3405,0,1,0,0,1439,5,'2023-04-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3406,0,1,0,0,1439,6,'2023-04-29','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3407,0,1,0,0,1439,7,'2023-04-30','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3408,0,1,0,0,1439,1,'2023-05-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3409,0,1,0,0,1439,2,'2023-05-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3410,0,1,0,0,1439,3,'2023-05-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3411,0,1,0,0,1439,4,'2023-05-04','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3412,0,1,0,0,1439,5,'2023-05-05','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3413,0,1,0,0,1439,6,'2023-05-06','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3414,0,1,0,0,1439,7,'2023-05-07','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3415,0,1,0,0,1439,1,'2023-05-08','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3416,0,1,0,0,1439,2,'2023-05-09','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3417,0,1,0,0,1439,3,'2023-05-10','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3418,0,1,0,0,1439,4,'2023-05-11','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3419,0,1,0,0,1439,5,'2023-05-12','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3420,0,1,0,0,1439,6,'2023-05-13','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3421,0,1,0,0,1439,7,'2023-05-14','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3422,0,1,0,0,1439,1,'2023-05-15','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3423,0,1,0,0,1439,2,'2023-05-16','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3424,0,1,0,0,1439,3,'2023-05-17','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3425,0,1,0,0,1439,4,'2023-05-18','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3426,0,1,0,0,1439,5,'2023-05-19','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3427,0,1,0,0,1439,6,'2023-05-20','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3428,0,1,0,0,1439,7,'2023-05-21','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3429,0,1,0,0,1439,1,'2023-05-22','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3430,0,1,0,0,1439,2,'2023-05-23','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3431,0,1,0,0,1439,3,'2023-05-24','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3432,0,1,0,0,1439,4,'2023-05-25','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3433,0,1,0,0,1439,5,'2023-05-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3434,0,1,0,0,1439,6,'2023-05-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3435,0,1,0,0,1439,7,'2023-05-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3436,0,1,0,0,1439,1,'2023-05-29','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3437,0,1,0,0,1439,2,'2023-05-30','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3438,0,1,0,0,1439,3,'2023-05-31','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3439,0,1,0,0,1439,4,'2023-06-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3440,0,1,0,0,1439,5,'2023-06-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3441,0,1,0,0,1439,6,'2023-06-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3442,0,1,0,0,1439,7,'2023-06-04','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3443,0,1,0,0,1439,1,'2023-06-05','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3444,0,1,0,0,1439,2,'2023-06-06','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3445,0,1,0,0,1439,3,'2023-06-07','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3446,0,1,0,0,1439,4,'2023-06-08','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3447,0,1,0,0,1439,5,'2023-06-09','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3448,0,1,0,0,1439,6,'2023-06-10','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3449,0,1,0,0,1439,7,'2023-06-11','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3450,0,1,0,0,1439,1,'2023-06-12','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3451,0,1,0,0,1439,2,'2023-06-13','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3452,0,1,0,0,1439,3,'2023-06-14','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3453,0,1,0,0,1439,4,'2023-06-15','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3454,0,1,0,0,1439,5,'2023-06-16','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3455,0,1,0,0,1439,6,'2023-06-17','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3456,0,1,0,0,1439,7,'2023-06-18','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3457,0,1,0,0,1439,1,'2023-06-19','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3458,0,1,0,0,1439,2,'2023-06-20','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3459,0,1,0,0,1439,3,'2023-06-21','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3460,0,1,0,0,1439,4,'2023-06-22','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3461,0,1,0,0,1439,5,'2023-06-23','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3462,0,1,0,0,1439,6,'2023-06-24','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3463,0,1,0,0,1439,7,'2023-06-25','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3464,0,1,0,0,1439,1,'2023-06-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3465,0,1,0,0,1439,2,'2023-06-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3466,0,1,0,0,1439,3,'2023-06-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3467,0,1,0,0,1439,4,'2023-06-29','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3468,0,1,0,0,1439,5,'2023-06-30','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3469,0,1,0,0,1439,6,'2023-07-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3470,0,1,0,0,1439,7,'2023-07-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3471,0,1,0,0,1439,1,'2023-07-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3472,0,1,0,0,1439,2,'2023-07-04','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3473,0,1,0,0,1439,3,'2023-07-05','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3474,0,1,0,0,1439,4,'2023-07-06','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3475,0,1,0,0,1439,5,'2023-07-07','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3476,0,1,0,0,1439,6,'2023-07-08','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3477,0,1,0,0,1439,7,'2023-07-09','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3478,0,1,0,0,1439,1,'2023-07-10','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3479,0,1,0,0,1439,2,'2023-07-11','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3480,0,1,0,0,1439,3,'2023-07-12','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3481,0,1,0,0,1439,4,'2023-07-13','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3482,0,1,0,0,1439,5,'2023-07-14','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3483,0,1,0,0,1439,6,'2023-07-15','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3484,0,1,0,0,1439,7,'2023-07-16','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3485,0,1,0,0,1439,1,'2023-07-17','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3486,0,1,0,0,1439,2,'2023-07-18','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3487,0,1,0,0,1439,3,'2023-07-19','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3488,0,1,0,0,1439,4,'2023-07-20','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3489,0,1,0,0,1439,5,'2023-07-21','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3490,0,1,0,0,1439,6,'2023-07-22','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3491,0,1,0,0,1439,7,'2023-07-23','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3492,0,1,0,0,1439,1,'2023-07-24','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3493,0,1,0,0,1439,2,'2023-07-25','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3494,0,1,0,0,1439,3,'2023-07-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3495,0,1,0,0,1439,4,'2023-07-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3496,0,1,0,0,1439,5,'2023-07-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3497,0,1,0,0,1439,6,'2023-07-29','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3498,0,1,0,0,1439,7,'2023-07-30','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3499,0,1,0,0,1439,1,'2023-07-31','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3500,0,1,0,0,1439,2,'2023-08-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3501,0,1,0,0,1439,3,'2023-08-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3502,0,1,0,0,1439,4,'2023-08-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3503,0,1,0,0,1439,5,'2023-08-04','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3504,0,1,0,0,1439,6,'2023-08-05','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3505,0,1,0,0,1439,7,'2023-08-06','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3506,0,1,0,0,1439,1,'2023-08-07','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3507,0,1,0,0,1439,2,'2023-08-08','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3508,0,1,0,0,1439,3,'2023-08-09','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3509,0,1,0,0,1439,4,'2023-08-10','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3510,0,1,0,0,1439,5,'2023-08-11','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3511,0,1,0,0,1439,6,'2023-08-12','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3512,0,1,0,0,1439,7,'2023-08-13','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3513,0,1,0,0,1439,1,'2023-08-14','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3514,0,1,0,0,1439,2,'2023-08-15','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3515,0,1,0,0,1439,3,'2023-08-16','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3516,0,1,0,0,1439,4,'2023-08-17','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3517,0,1,0,0,1439,5,'2023-08-18','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3518,0,1,0,0,1439,6,'2023-08-19','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3519,0,1,0,0,1439,7,'2023-08-20','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3520,0,1,0,0,1439,1,'2023-08-21','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3521,0,1,0,0,1439,2,'2023-08-22','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3522,0,1,0,0,1439,3,'2023-08-23','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3523,0,1,0,0,1439,4,'2023-08-24','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3524,0,1,0,0,1439,5,'2023-08-25','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3525,0,1,0,0,1439,6,'2023-08-26','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3526,0,1,0,0,1439,7,'2023-08-27','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3527,0,1,0,0,1439,1,'2023-08-28','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3528,0,1,0,0,1439,2,'2023-08-29','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3529,0,1,0,0,1439,3,'2023-08-30','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3530,0,1,0,0,1439,4,'2023-08-31','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3531,0,1,0,0,1439,5,'2023-09-01','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3532,0,1,0,0,1439,6,'2023-09-02','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3533,0,1,0,0,1439,7,'2023-09-03','61d792b587853','2022-01-07 09:18:47','2022-01-07 09:18:47'),(3534,0,1,0,0,1439,1,'2023-09-04','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3535,0,1,0,0,1439,2,'2023-09-05','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3536,0,1,0,0,1439,3,'2023-09-06','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3537,0,1,0,0,1439,4,'2023-09-07','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3538,0,1,0,0,1439,5,'2023-09-08','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3539,0,1,0,0,1439,6,'2023-09-09','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3540,0,1,0,0,1439,7,'2023-09-10','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3541,0,1,0,0,1439,1,'2023-09-11','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3542,0,1,0,0,1439,2,'2023-09-12','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3543,0,1,0,0,1439,3,'2023-09-13','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3544,0,1,0,0,1439,4,'2023-09-14','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3545,0,1,0,0,1439,5,'2023-09-15','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3546,0,1,0,0,1439,6,'2023-09-16','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3547,0,1,0,0,1439,7,'2023-09-17','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3548,0,1,0,0,1439,1,'2023-09-18','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3549,0,1,0,0,1439,2,'2023-09-19','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3550,0,1,0,0,1439,3,'2023-09-20','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3551,0,1,0,0,1439,4,'2023-09-21','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3552,0,1,0,0,1439,5,'2023-09-22','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3553,0,1,0,0,1439,6,'2023-09-23','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3554,0,1,0,0,1439,7,'2023-09-24','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3555,0,1,0,0,1439,1,'2023-09-25','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3556,0,1,0,0,1439,2,'2023-09-26','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3557,0,1,0,0,1439,3,'2023-09-27','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3558,0,1,0,0,1439,4,'2023-09-28','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3559,0,1,0,0,1439,5,'2023-09-29','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3560,0,1,0,0,1439,6,'2023-09-30','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3561,0,1,0,0,1439,7,'2023-10-01','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3562,0,1,0,0,1439,1,'2023-10-02','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3563,0,1,0,0,1439,2,'2023-10-03','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3564,0,1,0,0,1439,3,'2023-10-04','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3565,0,1,0,0,1439,4,'2023-10-05','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3566,0,1,0,0,1439,5,'2023-10-06','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3567,0,1,0,0,1439,6,'2023-10-07','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3568,0,1,0,0,1439,7,'2023-10-08','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3569,0,1,0,0,1439,1,'2023-10-09','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3570,0,1,0,0,1439,2,'2023-10-10','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3571,0,1,0,0,1439,3,'2023-10-11','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3572,0,1,0,0,1439,4,'2023-10-12','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3573,0,1,0,0,1439,5,'2023-10-13','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3574,0,1,0,0,1439,6,'2023-10-14','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3575,0,1,0,0,1439,7,'2023-10-15','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3576,0,1,0,0,1439,1,'2023-10-16','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3577,0,1,0,0,1439,2,'2023-10-17','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3578,0,1,0,0,1439,3,'2023-10-18','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3579,0,1,0,0,1439,4,'2023-10-19','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3580,0,1,0,0,1439,5,'2023-10-20','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3581,0,1,0,0,1439,6,'2023-10-21','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3582,0,1,0,0,1439,7,'2023-10-22','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3583,0,1,0,0,1439,1,'2023-10-23','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3584,0,1,0,0,1439,2,'2023-10-24','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3585,0,1,0,0,1439,3,'2023-10-25','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3586,0,1,0,0,1439,4,'2023-10-26','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3587,0,1,0,0,1439,5,'2023-10-27','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3588,0,1,0,0,1439,6,'2023-10-28','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3589,0,1,0,0,1439,7,'2023-10-29','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3590,0,1,0,0,1439,1,'2023-10-30','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3591,0,1,0,0,1439,2,'2023-10-31','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3592,0,1,0,0,1439,3,'2023-11-01','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3593,0,1,0,0,1439,4,'2023-11-02','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3594,0,1,0,0,1439,5,'2023-11-03','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3595,0,1,0,0,1439,6,'2023-11-04','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3596,0,1,0,0,1439,7,'2023-11-05','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3597,0,1,0,0,1439,1,'2023-11-06','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3598,0,1,0,0,1439,2,'2023-11-07','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3599,0,1,0,0,1439,3,'2023-11-08','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3600,0,1,0,0,1439,4,'2023-11-09','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3601,0,1,0,0,1439,5,'2023-11-10','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3602,0,1,0,0,1439,6,'2023-11-11','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3603,0,1,0,0,1439,7,'2023-11-12','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3604,0,1,0,0,1439,1,'2023-11-13','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3605,0,1,0,0,1439,2,'2023-11-14','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3606,0,1,0,0,1439,3,'2023-11-15','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3607,0,1,0,0,1439,4,'2023-11-16','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3608,0,1,0,0,1439,5,'2023-11-17','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3609,0,1,0,0,1439,6,'2023-11-18','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3610,0,1,0,0,1439,7,'2023-11-19','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3611,0,1,0,0,1439,1,'2023-11-20','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3612,0,1,0,0,1439,2,'2023-11-21','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3613,0,1,0,0,1439,3,'2023-11-22','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3614,0,1,0,0,1439,4,'2023-11-23','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3615,0,1,0,0,1439,5,'2023-11-24','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3616,0,1,0,0,1439,6,'2023-11-25','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3617,0,1,0,0,1439,7,'2023-11-26','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3618,0,1,0,0,1439,1,'2023-11-27','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3619,0,1,0,0,1439,2,'2023-11-28','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3620,0,1,0,0,1439,3,'2023-11-29','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3621,0,1,0,0,1439,4,'2023-11-30','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3622,0,1,0,0,1439,5,'2023-12-01','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3623,0,1,0,0,1439,6,'2023-12-02','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3624,0,1,0,0,1439,7,'2023-12-03','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3625,0,1,0,0,1439,1,'2023-12-04','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3626,0,1,0,0,1439,2,'2023-12-05','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3627,0,1,0,0,1439,3,'2023-12-06','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3628,0,1,0,0,1439,4,'2023-12-07','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3629,0,1,0,0,1439,5,'2023-12-08','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3630,0,1,0,0,1439,6,'2023-12-09','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3631,0,1,0,0,1439,7,'2023-12-10','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3632,0,1,0,0,1439,1,'2023-12-11','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3633,0,1,0,0,1439,2,'2023-12-12','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3634,0,1,0,0,1439,3,'2023-12-13','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3635,0,1,0,0,1439,4,'2023-12-14','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3636,0,1,0,0,1439,5,'2023-12-15','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3637,0,1,0,0,1439,6,'2023-12-16','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3638,0,1,0,0,1439,7,'2023-12-17','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3639,0,1,0,0,1439,1,'2023-12-18','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3640,0,1,0,0,1439,2,'2023-12-19','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3641,0,1,0,0,1439,3,'2023-12-20','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3642,0,1,0,0,1439,4,'2023-12-21','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3643,0,1,0,0,1439,5,'2023-12-22','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3644,0,1,0,0,1439,6,'2023-12-23','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3645,0,1,0,0,1439,7,'2023-12-24','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3646,0,1,0,0,1439,1,'2023-12-25','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3647,0,1,0,0,1439,2,'2023-12-26','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3648,0,1,0,0,1439,3,'2023-12-27','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3649,0,1,0,0,1439,4,'2023-12-28','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3650,0,1,0,0,1439,5,'2023-12-29','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3651,0,1,0,0,1439,6,'2023-12-30','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(3652,0,1,0,0,1439,7,'2023-12-31','61d792b587853','2022-01-07 09:18:48','2022-01-07 09:18:48'),(5113,0,3,0,0,1439,6,'2022-01-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5114,0,3,0,0,1439,7,'2022-01-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5115,0,3,0,0,1439,1,'2022-01-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5116,0,3,0,0,1439,2,'2022-01-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5117,0,3,0,0,1439,3,'2022-01-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5118,0,3,0,0,1439,4,'2022-01-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5119,0,3,0,0,1439,5,'2022-01-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5120,0,3,0,0,1439,6,'2022-01-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5121,0,3,0,0,1439,7,'2022-01-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5122,0,3,0,0,1439,1,'2022-01-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5123,0,3,0,0,1439,2,'2022-01-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5124,0,3,0,0,1439,3,'2022-01-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5125,0,3,0,0,1439,4,'2022-01-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5126,0,3,0,0,1439,5,'2022-01-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5127,0,3,0,0,1439,6,'2022-01-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5128,0,3,0,0,1439,7,'2022-01-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5129,0,3,0,0,1439,1,'2022-01-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5130,0,3,0,0,1439,2,'2022-01-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5131,0,3,0,0,1439,3,'2022-01-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5132,0,3,0,0,1439,4,'2022-01-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5133,0,3,0,0,1439,5,'2022-01-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5134,0,3,0,0,1439,6,'2022-01-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5135,0,3,0,0,1439,7,'2022-01-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5136,0,3,0,0,1439,1,'2022-01-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5137,0,3,0,0,1439,2,'2022-01-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5138,0,3,0,0,1439,3,'2022-01-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5139,0,3,0,0,1439,4,'2022-01-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5140,0,3,0,0,1439,5,'2022-01-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5141,0,3,0,0,1439,6,'2022-01-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5142,0,3,0,0,1439,7,'2022-01-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5143,0,3,0,0,1439,1,'2022-01-31','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5144,0,3,0,0,1439,2,'2022-02-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5145,0,3,0,0,1439,3,'2022-02-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5146,0,3,0,0,1439,4,'2022-02-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5147,0,3,0,0,1439,5,'2022-02-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5148,0,3,0,0,1439,6,'2022-02-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5149,0,3,0,0,1439,7,'2022-02-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5150,0,3,0,0,1439,1,'2022-02-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5151,0,3,0,0,1439,2,'2022-02-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5152,0,3,0,0,1439,3,'2022-02-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5153,0,3,0,0,1439,4,'2022-02-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5154,0,3,0,0,1439,5,'2022-02-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5155,0,3,0,0,1439,6,'2022-02-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5156,0,3,0,0,1439,7,'2022-02-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5157,0,3,0,0,1439,1,'2022-02-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5158,0,3,0,0,1439,2,'2022-02-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5159,0,3,0,0,1439,3,'2022-02-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5160,0,3,0,0,1439,4,'2022-02-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5161,0,3,0,0,1439,5,'2022-02-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5162,0,3,0,0,1439,6,'2022-02-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5163,0,3,0,0,1439,7,'2022-02-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5164,0,3,0,0,1439,1,'2022-02-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5165,0,3,0,0,1439,2,'2022-02-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5166,0,3,0,0,1439,3,'2022-02-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5167,0,3,0,0,1439,4,'2022-02-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5168,0,3,0,0,1439,5,'2022-02-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5169,0,3,0,0,1439,6,'2022-02-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5170,0,3,0,0,1439,7,'2022-02-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5171,0,3,0,0,1439,1,'2022-02-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5172,0,3,0,0,1439,2,'2022-03-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5173,0,3,0,0,1439,3,'2022-03-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5174,0,3,0,0,1439,4,'2022-03-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5175,0,3,0,0,1439,5,'2022-03-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5176,0,3,0,0,1439,6,'2022-03-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5177,0,3,0,0,1439,7,'2022-03-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5178,0,3,0,0,1439,1,'2022-03-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5179,0,3,0,0,1439,2,'2022-03-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5180,0,3,0,0,1439,3,'2022-03-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5181,0,3,0,0,1439,4,'2022-03-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5182,0,3,0,0,1439,5,'2022-03-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5183,0,3,0,0,1439,6,'2022-03-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5184,0,3,0,0,1439,7,'2022-03-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5185,0,3,0,0,1439,1,'2022-03-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5186,0,3,0,0,1439,2,'2022-03-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5187,0,3,0,0,1439,3,'2022-03-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5188,0,3,0,0,1439,4,'2022-03-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5189,0,3,0,0,1439,5,'2022-03-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5190,0,3,0,0,1439,6,'2022-03-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5191,0,3,0,0,1439,7,'2022-03-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5192,0,3,0,0,1439,1,'2022-03-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5193,0,3,0,0,1439,2,'2022-03-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5194,0,3,0,0,1439,3,'2022-03-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5195,0,3,0,0,1439,4,'2022-03-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5196,0,3,0,0,1439,5,'2022-03-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5197,0,3,0,0,1439,6,'2022-03-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5198,0,3,0,0,1439,7,'2022-03-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5199,0,3,0,0,1439,1,'2022-03-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5200,0,3,0,0,1439,2,'2022-03-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5201,0,3,0,0,1439,3,'2022-03-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5202,0,3,0,0,1439,4,'2022-03-31','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5203,0,3,0,0,1439,5,'2022-04-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5204,0,3,0,0,1439,6,'2022-04-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5205,0,3,0,0,1439,7,'2022-04-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5206,0,3,0,0,1439,1,'2022-04-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5207,0,3,0,0,1439,2,'2022-04-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5208,0,3,0,0,1439,3,'2022-04-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5209,0,3,0,0,1439,4,'2022-04-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5210,0,3,0,0,1439,5,'2022-04-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5211,0,3,0,0,1439,6,'2022-04-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5212,0,3,0,0,1439,7,'2022-04-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5213,0,3,0,0,1439,1,'2022-04-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5214,0,3,0,0,1439,2,'2022-04-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5215,0,3,0,0,1439,3,'2022-04-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5216,0,3,0,0,1439,4,'2022-04-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5217,0,3,0,0,1439,5,'2022-04-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5218,0,3,0,0,1439,6,'2022-04-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5219,0,3,0,0,1439,7,'2022-04-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5220,0,3,0,0,1439,1,'2022-04-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5221,0,3,0,0,1439,2,'2022-04-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5222,0,3,0,0,1439,3,'2022-04-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5223,0,3,0,0,1439,4,'2022-04-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5224,0,3,0,0,1439,5,'2022-04-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5225,0,3,0,0,1439,6,'2022-04-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5226,0,3,0,0,1439,7,'2022-04-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5227,0,3,0,0,1439,1,'2022-04-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5228,0,3,0,0,1439,2,'2022-04-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5229,0,3,0,0,1439,3,'2022-04-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5230,0,3,0,0,1439,4,'2022-04-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5231,0,3,0,0,1439,5,'2022-04-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5232,0,3,0,0,1439,6,'2022-04-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5233,0,3,0,0,1439,7,'2022-05-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5234,0,3,0,0,1439,1,'2022-05-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5235,0,3,0,0,1439,2,'2022-05-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5236,0,3,0,0,1439,3,'2022-05-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5237,0,3,0,0,1439,4,'2022-05-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5238,0,3,0,0,1439,5,'2022-05-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5239,0,3,0,0,1439,6,'2022-05-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5240,0,3,0,0,1439,7,'2022-05-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5241,0,3,0,0,1439,1,'2022-05-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5242,0,3,0,0,1439,2,'2022-05-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5243,0,3,0,0,1439,3,'2022-05-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5244,0,3,0,0,1439,4,'2022-05-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5245,0,3,0,0,1439,5,'2022-05-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5246,0,3,0,0,1439,6,'2022-05-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5247,0,3,0,0,1439,7,'2022-05-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5248,0,3,0,0,1439,1,'2022-05-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5249,0,3,0,0,1439,2,'2022-05-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5250,0,3,0,0,1439,3,'2022-05-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5251,0,3,0,0,1439,4,'2022-05-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5252,0,3,0,0,1439,5,'2022-05-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5253,0,3,0,0,1439,6,'2022-05-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5254,0,3,0,0,1439,7,'2022-05-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5255,0,3,0,0,1439,1,'2022-05-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5256,0,3,0,0,1439,2,'2022-05-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5257,0,3,0,0,1439,3,'2022-05-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5258,0,3,0,0,1439,4,'2022-05-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5259,0,3,0,0,1439,5,'2022-05-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5260,0,3,0,0,1439,6,'2022-05-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5261,0,3,0,0,1439,7,'2022-05-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5262,0,3,0,0,1439,1,'2022-05-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5263,0,3,0,0,1439,2,'2022-05-31','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5264,0,3,0,0,1439,3,'2022-06-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5265,0,3,0,0,1439,4,'2022-06-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5266,0,3,0,0,1439,5,'2022-06-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5267,0,3,0,0,1439,6,'2022-06-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5268,0,3,0,0,1439,7,'2022-06-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5269,0,3,0,0,1439,1,'2022-06-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5270,0,3,0,0,1439,2,'2022-06-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5271,0,3,0,0,1439,3,'2022-06-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5272,0,3,0,0,1439,4,'2022-06-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5273,0,3,0,0,1439,5,'2022-06-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5274,0,3,0,0,1439,6,'2022-06-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5275,0,3,0,0,1439,7,'2022-06-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5276,0,3,0,0,1439,1,'2022-06-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5277,0,3,0,0,1439,2,'2022-06-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5278,0,3,0,0,1439,3,'2022-06-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5279,0,3,0,0,1439,4,'2022-06-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5280,0,3,0,0,1439,5,'2022-06-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5281,0,3,0,0,1439,6,'2022-06-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5282,0,3,0,0,1439,7,'2022-06-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5283,0,3,0,0,1439,1,'2022-06-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5284,0,3,0,0,1439,2,'2022-06-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5285,0,3,0,0,1439,3,'2022-06-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5286,0,3,0,0,1439,4,'2022-06-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5287,0,3,0,0,1439,5,'2022-06-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5288,0,3,0,0,1439,6,'2022-06-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5289,0,3,0,0,1439,7,'2022-06-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5290,0,3,0,0,1439,1,'2022-06-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5291,0,3,0,0,1439,2,'2022-06-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5292,0,3,0,0,1439,3,'2022-06-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5293,0,3,0,0,1439,4,'2022-06-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5294,0,3,0,0,1439,5,'2022-07-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5295,0,3,0,0,1439,6,'2022-07-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5296,0,3,0,0,1439,7,'2022-07-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5297,0,3,0,0,1439,1,'2022-07-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5298,0,3,0,0,1439,2,'2022-07-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5299,0,3,0,0,1439,3,'2022-07-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5300,0,3,0,0,1439,4,'2022-07-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5301,0,3,0,0,1439,5,'2022-07-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5302,0,3,0,0,1439,6,'2022-07-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5303,0,3,0,0,1439,7,'2022-07-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5304,0,3,0,0,1439,1,'2022-07-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5305,0,3,0,0,1439,2,'2022-07-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5306,0,3,0,0,1439,3,'2022-07-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5307,0,3,0,0,1439,4,'2022-07-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5308,0,3,0,0,1439,5,'2022-07-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5309,0,3,0,0,1439,6,'2022-07-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5310,0,3,0,0,1439,7,'2022-07-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5311,0,3,0,0,1439,1,'2022-07-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5312,0,3,0,0,1439,2,'2022-07-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5313,0,3,0,0,1439,3,'2022-07-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5314,0,3,0,0,1439,4,'2022-07-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5315,0,3,0,0,1439,5,'2022-07-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5316,0,3,0,0,1439,6,'2022-07-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5317,0,3,0,0,1439,7,'2022-07-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5318,0,3,0,0,1439,1,'2022-07-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5319,0,3,0,0,1439,2,'2022-07-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5320,0,3,0,0,1439,3,'2022-07-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5321,0,3,0,0,1439,4,'2022-07-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5322,0,3,0,0,1439,5,'2022-07-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5323,0,3,0,0,1439,6,'2022-07-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5324,0,3,0,0,1439,7,'2022-07-31','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5325,0,3,0,0,1439,1,'2022-08-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5326,0,3,0,0,1439,2,'2022-08-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5327,0,3,0,0,1439,3,'2022-08-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5328,0,3,0,0,1439,4,'2022-08-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5329,0,3,0,0,1439,5,'2022-08-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5330,0,3,0,0,1439,6,'2022-08-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5331,0,3,0,0,1439,7,'2022-08-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5332,0,3,0,0,1439,1,'2022-08-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5333,0,3,0,0,1439,2,'2022-08-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5334,0,3,0,0,1439,3,'2022-08-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5335,0,3,0,0,1439,4,'2022-08-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5336,0,3,0,0,1439,5,'2022-08-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5337,0,3,0,0,1439,6,'2022-08-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5338,0,3,0,0,1439,7,'2022-08-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5339,0,3,0,0,1439,1,'2022-08-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5340,0,3,0,0,1439,2,'2022-08-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5341,0,3,0,0,1439,3,'2022-08-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5342,0,3,0,0,1439,4,'2022-08-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5343,0,3,0,0,1439,5,'2022-08-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5344,0,3,0,0,1439,6,'2022-08-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5345,0,3,0,0,1439,7,'2022-08-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5346,0,3,0,0,1439,1,'2022-08-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5347,0,3,0,0,1439,2,'2022-08-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5348,0,3,0,0,1439,3,'2022-08-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5349,0,3,0,0,1439,4,'2022-08-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5350,0,3,0,0,1439,5,'2022-08-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5351,0,3,0,0,1439,6,'2022-08-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5352,0,3,0,0,1439,7,'2022-08-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5353,0,3,0,0,1439,1,'2022-08-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5354,0,3,0,0,1439,2,'2022-08-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5355,0,3,0,0,1439,3,'2022-08-31','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5356,0,3,0,0,1439,4,'2022-09-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5357,0,3,0,0,1439,5,'2022-09-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5358,0,3,0,0,1439,6,'2022-09-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5359,0,3,0,0,1439,7,'2022-09-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5360,0,3,0,0,1439,1,'2022-09-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5361,0,3,0,0,1439,2,'2022-09-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5362,0,3,0,0,1439,3,'2022-09-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5363,0,3,0,0,1439,4,'2022-09-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5364,0,3,0,0,1439,5,'2022-09-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5365,0,3,0,0,1439,6,'2022-09-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5366,0,3,0,0,1439,7,'2022-09-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5367,0,3,0,0,1439,1,'2022-09-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5368,0,3,0,0,1439,2,'2022-09-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5369,0,3,0,0,1439,3,'2022-09-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5370,0,3,0,0,1439,4,'2022-09-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5371,0,3,0,0,1439,5,'2022-09-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5372,0,3,0,0,1439,6,'2022-09-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5373,0,3,0,0,1439,7,'2022-09-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5374,0,3,0,0,1439,1,'2022-09-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5375,0,3,0,0,1439,2,'2022-09-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5376,0,3,0,0,1439,3,'2022-09-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5377,0,3,0,0,1439,4,'2022-09-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5378,0,3,0,0,1439,5,'2022-09-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5379,0,3,0,0,1439,6,'2022-09-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5380,0,3,0,0,1439,7,'2022-09-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5381,0,3,0,0,1439,1,'2022-09-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5382,0,3,0,0,1439,2,'2022-09-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5383,0,3,0,0,1439,3,'2022-09-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5384,0,3,0,0,1439,4,'2022-09-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5385,0,3,0,0,1439,5,'2022-09-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5386,0,3,0,0,1439,6,'2022-10-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5387,0,3,0,0,1439,7,'2022-10-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5388,0,3,0,0,1439,1,'2022-10-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5389,0,3,0,0,1439,2,'2022-10-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5390,0,3,0,0,1439,3,'2022-10-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5391,0,3,0,0,1439,4,'2022-10-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5392,0,3,0,0,1439,5,'2022-10-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5393,0,3,0,0,1439,6,'2022-10-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5394,0,3,0,0,1439,7,'2022-10-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5395,0,3,0,0,1439,1,'2022-10-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5396,0,3,0,0,1439,2,'2022-10-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5397,0,3,0,0,1439,3,'2022-10-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5398,0,3,0,0,1439,4,'2022-10-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5399,0,3,0,0,1439,5,'2022-10-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5400,0,3,0,0,1439,6,'2022-10-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5401,0,3,0,0,1439,7,'2022-10-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5402,0,3,0,0,1439,1,'2022-10-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5403,0,3,0,0,1439,2,'2022-10-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5404,0,3,0,0,1439,3,'2022-10-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5405,0,3,0,0,1439,4,'2022-10-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5406,0,3,0,0,1439,5,'2022-10-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5407,0,3,0,0,1439,6,'2022-10-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5408,0,3,0,0,1439,7,'2022-10-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5409,0,3,0,0,1439,1,'2022-10-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5410,0,3,0,0,1439,2,'2022-10-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5411,0,3,0,0,1439,3,'2022-10-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5412,0,3,0,0,1439,4,'2022-10-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5413,0,3,0,0,1439,5,'2022-10-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5414,0,3,0,0,1439,6,'2022-10-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5415,0,3,0,0,1439,7,'2022-10-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5416,0,3,0,0,1439,1,'2022-10-31','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5417,0,3,0,0,1439,2,'2022-11-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5418,0,3,0,0,1439,3,'2022-11-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5419,0,3,0,0,1439,4,'2022-11-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5420,0,3,0,0,1439,5,'2022-11-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5421,0,3,0,0,1439,6,'2022-11-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5422,0,3,0,0,1439,7,'2022-11-06','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5423,0,3,0,0,1439,1,'2022-11-07','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5424,0,3,0,0,1439,2,'2022-11-08','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5425,0,3,0,0,1439,3,'2022-11-09','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5426,0,3,0,0,1439,4,'2022-11-10','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5427,0,3,0,0,1439,5,'2022-11-11','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5428,0,3,0,0,1439,6,'2022-11-12','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5429,0,3,0,0,1439,7,'2022-11-13','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5430,0,3,0,0,1439,1,'2022-11-14','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5431,0,3,0,0,1439,2,'2022-11-15','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5432,0,3,0,0,1439,3,'2022-11-16','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5433,0,3,0,0,1439,4,'2022-11-17','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5434,0,3,0,0,1439,5,'2022-11-18','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5435,0,3,0,0,1439,6,'2022-11-19','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5436,0,3,0,0,1439,7,'2022-11-20','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5437,0,3,0,0,1439,1,'2022-11-21','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5438,0,3,0,0,1439,2,'2022-11-22','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5439,0,3,0,0,1439,3,'2022-11-23','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5440,0,3,0,0,1439,4,'2022-11-24','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5441,0,3,0,0,1439,5,'2022-11-25','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5442,0,3,0,0,1439,6,'2022-11-26','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5443,0,3,0,0,1439,7,'2022-11-27','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5444,0,3,0,0,1439,1,'2022-11-28','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5445,0,3,0,0,1439,2,'2022-11-29','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5446,0,3,0,0,1439,3,'2022-11-30','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5447,0,3,0,0,1439,4,'2022-12-01','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5448,0,3,0,0,1439,5,'2022-12-02','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5449,0,3,0,0,1439,6,'2022-12-03','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5450,0,3,0,0,1439,7,'2022-12-04','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5451,0,3,0,0,1439,1,'2022-12-05','61d7d9bb1bd52','2022-01-07 14:12:11','2022-01-07 14:12:11'),(5452,0,3,0,0,1439,2,'2022-12-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5453,0,3,0,0,1439,3,'2022-12-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5454,0,3,0,0,1439,4,'2022-12-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5455,0,3,0,0,1439,5,'2022-12-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5456,0,3,0,0,1439,6,'2022-12-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5457,0,3,0,0,1439,7,'2022-12-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5458,0,3,0,0,1439,1,'2022-12-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5459,0,3,0,0,1439,2,'2022-12-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5460,0,3,0,0,1439,3,'2022-12-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5461,0,3,0,0,1439,4,'2022-12-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5462,0,3,0,0,1439,5,'2022-12-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5463,0,3,0,0,1439,6,'2022-12-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5464,0,3,0,0,1439,7,'2022-12-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5465,0,3,0,0,1439,1,'2022-12-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5466,0,3,0,0,1439,2,'2022-12-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5467,0,3,0,0,1439,3,'2022-12-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5468,0,3,0,0,1439,4,'2022-12-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5469,0,3,0,0,1439,5,'2022-12-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5470,0,3,0,0,1439,6,'2022-12-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5471,0,3,0,0,1439,7,'2022-12-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5472,0,3,0,0,1439,1,'2022-12-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5473,0,3,0,0,1439,2,'2022-12-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5474,0,3,0,0,1439,3,'2022-12-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5475,0,3,0,0,1439,4,'2022-12-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5476,0,3,0,0,1439,5,'2022-12-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5477,0,3,0,0,1439,6,'2022-12-31','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5478,0,3,0,0,1439,7,'2023-01-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5479,0,3,0,0,1439,1,'2023-01-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5480,0,3,0,0,1439,2,'2023-01-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5481,0,3,0,0,1439,3,'2023-01-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5482,0,3,0,0,1439,4,'2023-01-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5483,0,3,0,0,1439,5,'2023-01-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5484,0,3,0,0,1439,6,'2023-01-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5485,0,3,0,0,1439,7,'2023-01-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5486,0,3,0,0,1439,1,'2023-01-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5487,0,3,0,0,1439,2,'2023-01-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5488,0,3,0,0,1439,3,'2023-01-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5489,0,3,0,0,1439,4,'2023-01-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5490,0,3,0,0,1439,5,'2023-01-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5491,0,3,0,0,1439,6,'2023-01-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5492,0,3,0,0,1439,7,'2023-01-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5493,0,3,0,0,1439,1,'2023-01-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5494,0,3,0,0,1439,2,'2023-01-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5495,0,3,0,0,1439,3,'2023-01-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5496,0,3,0,0,1439,4,'2023-01-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5497,0,3,0,0,1439,5,'2023-01-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5498,0,3,0,0,1439,6,'2023-01-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5499,0,3,0,0,1439,7,'2023-01-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5500,0,3,0,0,1439,1,'2023-01-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5501,0,3,0,0,1439,2,'2023-01-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5502,0,3,0,0,1439,3,'2023-01-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5503,0,3,0,0,1439,4,'2023-01-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5504,0,3,0,0,1439,5,'2023-01-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5505,0,3,0,0,1439,6,'2023-01-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5506,0,3,0,0,1439,7,'2023-01-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5507,0,3,0,0,1439,1,'2023-01-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5508,0,3,0,0,1439,2,'2023-01-31','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5509,0,3,0,0,1439,3,'2023-02-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5510,0,3,0,0,1439,4,'2023-02-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5511,0,3,0,0,1439,5,'2023-02-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5512,0,3,0,0,1439,6,'2023-02-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5513,0,3,0,0,1439,7,'2023-02-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5514,0,3,0,0,1439,1,'2023-02-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5515,0,3,0,0,1439,2,'2023-02-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5516,0,3,0,0,1439,3,'2023-02-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5517,0,3,0,0,1439,4,'2023-02-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5518,0,3,0,0,1439,5,'2023-02-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5519,0,3,0,0,1439,6,'2023-02-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5520,0,3,0,0,1439,7,'2023-02-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5521,0,3,0,0,1439,1,'2023-02-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5522,0,3,0,0,1439,2,'2023-02-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5523,0,3,0,0,1439,3,'2023-02-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5524,0,3,0,0,1439,4,'2023-02-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5525,0,3,0,0,1439,5,'2023-02-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5526,0,3,0,0,1439,6,'2023-02-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5527,0,3,0,0,1439,7,'2023-02-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5528,0,3,0,0,1439,1,'2023-02-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5529,0,3,0,0,1439,2,'2023-02-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5530,0,3,0,0,1439,3,'2023-02-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5531,0,3,0,0,1439,4,'2023-02-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5532,0,3,0,0,1439,5,'2023-02-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5533,0,3,0,0,1439,6,'2023-02-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5534,0,3,0,0,1439,7,'2023-02-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5535,0,3,0,0,1439,1,'2023-02-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5536,0,3,0,0,1439,2,'2023-02-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5537,0,3,0,0,1439,3,'2023-03-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5538,0,3,0,0,1439,4,'2023-03-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5539,0,3,0,0,1439,5,'2023-03-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5540,0,3,0,0,1439,6,'2023-03-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5541,0,3,0,0,1439,7,'2023-03-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5542,0,3,0,0,1439,1,'2023-03-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5543,0,3,0,0,1439,2,'2023-03-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5544,0,3,0,0,1439,3,'2023-03-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5545,0,3,0,0,1439,4,'2023-03-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5546,0,3,0,0,1439,5,'2023-03-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5547,0,3,0,0,1439,6,'2023-03-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5548,0,3,0,0,1439,7,'2023-03-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5549,0,3,0,0,1439,1,'2023-03-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5550,0,3,0,0,1439,2,'2023-03-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5551,0,3,0,0,1439,3,'2023-03-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5552,0,3,0,0,1439,4,'2023-03-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5553,0,3,0,0,1439,5,'2023-03-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5554,0,3,0,0,1439,6,'2023-03-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5555,0,3,0,0,1439,7,'2023-03-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5556,0,3,0,0,1439,1,'2023-03-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5557,0,3,0,0,1439,2,'2023-03-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5558,0,3,0,0,1439,3,'2023-03-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5559,0,3,0,0,1439,4,'2023-03-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5560,0,3,0,0,1439,5,'2023-03-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5561,0,3,0,0,1439,6,'2023-03-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5562,0,3,0,0,1439,7,'2023-03-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5563,0,3,0,0,1439,1,'2023-03-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5564,0,3,0,0,1439,2,'2023-03-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5565,0,3,0,0,1439,3,'2023-03-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5566,0,3,0,0,1439,4,'2023-03-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5567,0,3,0,0,1439,5,'2023-03-31','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5568,0,3,0,0,1439,6,'2023-04-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5569,0,3,0,0,1439,7,'2023-04-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5570,0,3,0,0,1439,1,'2023-04-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5571,0,3,0,0,1439,2,'2023-04-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5572,0,3,0,0,1439,3,'2023-04-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5573,0,3,0,0,1439,4,'2023-04-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5574,0,3,0,0,1439,5,'2023-04-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5575,0,3,0,0,1439,6,'2023-04-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5576,0,3,0,0,1439,7,'2023-04-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5577,0,3,0,0,1439,1,'2023-04-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5578,0,3,0,0,1439,2,'2023-04-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5579,0,3,0,0,1439,3,'2023-04-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5580,0,3,0,0,1439,4,'2023-04-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5581,0,3,0,0,1439,5,'2023-04-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5582,0,3,0,0,1439,6,'2023-04-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5583,0,3,0,0,1439,7,'2023-04-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5584,0,3,0,0,1439,1,'2023-04-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5585,0,3,0,0,1439,2,'2023-04-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5586,0,3,0,0,1439,3,'2023-04-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5587,0,3,0,0,1439,4,'2023-04-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5588,0,3,0,0,1439,5,'2023-04-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5589,0,3,0,0,1439,6,'2023-04-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5590,0,3,0,0,1439,7,'2023-04-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5591,0,3,0,0,1439,1,'2023-04-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5592,0,3,0,0,1439,2,'2023-04-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5593,0,3,0,0,1439,3,'2023-04-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5594,0,3,0,0,1439,4,'2023-04-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5595,0,3,0,0,1439,5,'2023-04-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5596,0,3,0,0,1439,6,'2023-04-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5597,0,3,0,0,1439,7,'2023-04-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5598,0,3,0,0,1439,1,'2023-05-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5599,0,3,0,0,1439,2,'2023-05-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5600,0,3,0,0,1439,3,'2023-05-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5601,0,3,0,0,1439,4,'2023-05-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5602,0,3,0,0,1439,5,'2023-05-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5603,0,3,0,0,1439,6,'2023-05-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5604,0,3,0,0,1439,7,'2023-05-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5605,0,3,0,0,1439,1,'2023-05-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5606,0,3,0,0,1439,2,'2023-05-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5607,0,3,0,0,1439,3,'2023-05-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5608,0,3,0,0,1439,4,'2023-05-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5609,0,3,0,0,1439,5,'2023-05-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5610,0,3,0,0,1439,6,'2023-05-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5611,0,3,0,0,1439,7,'2023-05-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5612,0,3,0,0,1439,1,'2023-05-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5613,0,3,0,0,1439,2,'2023-05-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5614,0,3,0,0,1439,3,'2023-05-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5615,0,3,0,0,1439,4,'2023-05-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5616,0,3,0,0,1439,5,'2023-05-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5617,0,3,0,0,1439,6,'2023-05-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5618,0,3,0,0,1439,7,'2023-05-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5619,0,3,0,0,1439,1,'2023-05-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5620,0,3,0,0,1439,2,'2023-05-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5621,0,3,0,0,1439,3,'2023-05-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5622,0,3,0,0,1439,4,'2023-05-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5623,0,3,0,0,1439,5,'2023-05-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5624,0,3,0,0,1439,6,'2023-05-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5625,0,3,0,0,1439,7,'2023-05-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5626,0,3,0,0,1439,1,'2023-05-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5627,0,3,0,0,1439,2,'2023-05-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5628,0,3,0,0,1439,3,'2023-05-31','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5629,0,3,0,0,1439,4,'2023-06-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5630,0,3,0,0,1439,5,'2023-06-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5631,0,3,0,0,1439,6,'2023-06-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5632,0,3,0,0,1439,7,'2023-06-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5633,0,3,0,0,1439,1,'2023-06-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5634,0,3,0,0,1439,2,'2023-06-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5635,0,3,0,0,1439,3,'2023-06-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5636,0,3,0,0,1439,4,'2023-06-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5637,0,3,0,0,1439,5,'2023-06-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5638,0,3,0,0,1439,6,'2023-06-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5639,0,3,0,0,1439,7,'2023-06-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5640,0,3,0,0,1439,1,'2023-06-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5641,0,3,0,0,1439,2,'2023-06-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5642,0,3,0,0,1439,3,'2023-06-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5643,0,3,0,0,1439,4,'2023-06-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5644,0,3,0,0,1439,5,'2023-06-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5645,0,3,0,0,1439,6,'2023-06-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5646,0,3,0,0,1439,7,'2023-06-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5647,0,3,0,0,1439,1,'2023-06-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5648,0,3,0,0,1439,2,'2023-06-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5649,0,3,0,0,1439,3,'2023-06-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5650,0,3,0,0,1439,4,'2023-06-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5651,0,3,0,0,1439,5,'2023-06-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5652,0,3,0,0,1439,6,'2023-06-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5653,0,3,0,0,1439,7,'2023-06-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5654,0,3,0,0,1439,1,'2023-06-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5655,0,3,0,0,1439,2,'2023-06-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5656,0,3,0,0,1439,3,'2023-06-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5657,0,3,0,0,1439,4,'2023-06-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5658,0,3,0,0,1439,5,'2023-06-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5659,0,3,0,0,1439,6,'2023-07-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5660,0,3,0,0,1439,7,'2023-07-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5661,0,3,0,0,1439,1,'2023-07-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5662,0,3,0,0,1439,2,'2023-07-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5663,0,3,0,0,1439,3,'2023-07-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5664,0,3,0,0,1439,4,'2023-07-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5665,0,3,0,0,1439,5,'2023-07-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5666,0,3,0,0,1439,6,'2023-07-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5667,0,3,0,0,1439,7,'2023-07-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5668,0,3,0,0,1439,1,'2023-07-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5669,0,3,0,0,1439,2,'2023-07-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5670,0,3,0,0,1439,3,'2023-07-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5671,0,3,0,0,1439,4,'2023-07-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5672,0,3,0,0,1439,5,'2023-07-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5673,0,3,0,0,1439,6,'2023-07-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5674,0,3,0,0,1439,7,'2023-07-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5675,0,3,0,0,1439,1,'2023-07-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5676,0,3,0,0,1439,2,'2023-07-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5677,0,3,0,0,1439,3,'2023-07-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5678,0,3,0,0,1439,4,'2023-07-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5679,0,3,0,0,1439,5,'2023-07-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5680,0,3,0,0,1439,6,'2023-07-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5681,0,3,0,0,1439,7,'2023-07-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5682,0,3,0,0,1439,1,'2023-07-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5683,0,3,0,0,1439,2,'2023-07-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5684,0,3,0,0,1439,3,'2023-07-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5685,0,3,0,0,1439,4,'2023-07-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5686,0,3,0,0,1439,5,'2023-07-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5687,0,3,0,0,1439,6,'2023-07-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5688,0,3,0,0,1439,7,'2023-07-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5689,0,3,0,0,1439,1,'2023-07-31','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5690,0,3,0,0,1439,2,'2023-08-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5691,0,3,0,0,1439,3,'2023-08-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5692,0,3,0,0,1439,4,'2023-08-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5693,0,3,0,0,1439,5,'2023-08-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5694,0,3,0,0,1439,6,'2023-08-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5695,0,3,0,0,1439,7,'2023-08-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5696,0,3,0,0,1439,1,'2023-08-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5697,0,3,0,0,1439,2,'2023-08-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5698,0,3,0,0,1439,3,'2023-08-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5699,0,3,0,0,1439,4,'2023-08-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5700,0,3,0,0,1439,5,'2023-08-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5701,0,3,0,0,1439,6,'2023-08-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5702,0,3,0,0,1439,7,'2023-08-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5703,0,3,0,0,1439,1,'2023-08-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5704,0,3,0,0,1439,2,'2023-08-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5705,0,3,0,0,1439,3,'2023-08-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5706,0,3,0,0,1439,4,'2023-08-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5707,0,3,0,0,1439,5,'2023-08-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5708,0,3,0,0,1439,6,'2023-08-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5709,0,3,0,0,1439,7,'2023-08-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5710,0,3,0,0,1439,1,'2023-08-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5711,0,3,0,0,1439,2,'2023-08-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5712,0,3,0,0,1439,3,'2023-08-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5713,0,3,0,0,1439,4,'2023-08-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5714,0,3,0,0,1439,5,'2023-08-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5715,0,3,0,0,1439,6,'2023-08-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5716,0,3,0,0,1439,7,'2023-08-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5717,0,3,0,0,1439,1,'2023-08-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5718,0,3,0,0,1439,2,'2023-08-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5719,0,3,0,0,1439,3,'2023-08-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5720,0,3,0,0,1439,4,'2023-08-31','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5721,0,3,0,0,1439,5,'2023-09-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5722,0,3,0,0,1439,6,'2023-09-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5723,0,3,0,0,1439,7,'2023-09-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5724,0,3,0,0,1439,1,'2023-09-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5725,0,3,0,0,1439,2,'2023-09-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5726,0,3,0,0,1439,3,'2023-09-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5727,0,3,0,0,1439,4,'2023-09-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5728,0,3,0,0,1439,5,'2023-09-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5729,0,3,0,0,1439,6,'2023-09-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5730,0,3,0,0,1439,7,'2023-09-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5731,0,3,0,0,1439,1,'2023-09-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5732,0,3,0,0,1439,2,'2023-09-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5733,0,3,0,0,1439,3,'2023-09-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5734,0,3,0,0,1439,4,'2023-09-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5735,0,3,0,0,1439,5,'2023-09-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5736,0,3,0,0,1439,6,'2023-09-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5737,0,3,0,0,1439,7,'2023-09-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5738,0,3,0,0,1439,1,'2023-09-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5739,0,3,0,0,1439,2,'2023-09-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5740,0,3,0,0,1439,3,'2023-09-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5741,0,3,0,0,1439,4,'2023-09-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5742,0,3,0,0,1439,5,'2023-09-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5743,0,3,0,0,1439,6,'2023-09-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5744,0,3,0,0,1439,7,'2023-09-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5745,0,3,0,0,1439,1,'2023-09-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5746,0,3,0,0,1439,2,'2023-09-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5747,0,3,0,0,1439,3,'2023-09-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5748,0,3,0,0,1439,4,'2023-09-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5749,0,3,0,0,1439,5,'2023-09-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5750,0,3,0,0,1439,6,'2023-09-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5751,0,3,0,0,1439,7,'2023-10-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5752,0,3,0,0,1439,1,'2023-10-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5753,0,3,0,0,1439,2,'2023-10-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5754,0,3,0,0,1439,3,'2023-10-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5755,0,3,0,0,1439,4,'2023-10-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5756,0,3,0,0,1439,5,'2023-10-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5757,0,3,0,0,1439,6,'2023-10-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5758,0,3,0,0,1439,7,'2023-10-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5759,0,3,0,0,1439,1,'2023-10-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5760,0,3,0,0,1439,2,'2023-10-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5761,0,3,0,0,1439,3,'2023-10-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5762,0,3,0,0,1439,4,'2023-10-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5763,0,3,0,0,1439,5,'2023-10-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5764,0,3,0,0,1439,6,'2023-10-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5765,0,3,0,0,1439,7,'2023-10-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5766,0,3,0,0,1439,1,'2023-10-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5767,0,3,0,0,1439,2,'2023-10-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5768,0,3,0,0,1439,3,'2023-10-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5769,0,3,0,0,1439,4,'2023-10-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5770,0,3,0,0,1439,5,'2023-10-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5771,0,3,0,0,1439,6,'2023-10-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5772,0,3,0,0,1439,7,'2023-10-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5773,0,3,0,0,1439,1,'2023-10-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5774,0,3,0,0,1439,2,'2023-10-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5775,0,3,0,0,1439,3,'2023-10-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5776,0,3,0,0,1439,4,'2023-10-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5777,0,3,0,0,1439,5,'2023-10-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5778,0,3,0,0,1439,6,'2023-10-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5779,0,3,0,0,1439,7,'2023-10-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5780,0,3,0,0,1439,1,'2023-10-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5781,0,3,0,0,1439,2,'2023-10-31','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5782,0,3,0,0,1439,3,'2023-11-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5783,0,3,0,0,1439,4,'2023-11-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5784,0,3,0,0,1439,5,'2023-11-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5785,0,3,0,0,1439,6,'2023-11-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5786,0,3,0,0,1439,7,'2023-11-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5787,0,3,0,0,1439,1,'2023-11-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5788,0,3,0,0,1439,2,'2023-11-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5789,0,3,0,0,1439,3,'2023-11-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5790,0,3,0,0,1439,4,'2023-11-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5791,0,3,0,0,1439,5,'2023-11-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5792,0,3,0,0,1439,6,'2023-11-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5793,0,3,0,0,1439,7,'2023-11-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5794,0,3,0,0,1439,1,'2023-11-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5795,0,3,0,0,1439,2,'2023-11-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5796,0,3,0,0,1439,3,'2023-11-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5797,0,3,0,0,1439,4,'2023-11-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5798,0,3,0,0,1439,5,'2023-11-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5799,0,3,0,0,1439,6,'2023-11-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5800,0,3,0,0,1439,7,'2023-11-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5801,0,3,0,0,1439,1,'2023-11-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5802,0,3,0,0,1439,2,'2023-11-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5803,0,3,0,0,1439,3,'2023-11-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5804,0,3,0,0,1439,4,'2023-11-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5805,0,3,0,0,1439,5,'2023-11-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5806,0,3,0,0,1439,6,'2023-11-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5807,0,3,0,0,1439,7,'2023-11-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5808,0,3,0,0,1439,1,'2023-11-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5809,0,3,0,0,1439,2,'2023-11-28','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5810,0,3,0,0,1439,3,'2023-11-29','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5811,0,3,0,0,1439,4,'2023-11-30','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5812,0,3,0,0,1439,5,'2023-12-01','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5813,0,3,0,0,1439,6,'2023-12-02','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5814,0,3,0,0,1439,7,'2023-12-03','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5815,0,3,0,0,1439,1,'2023-12-04','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5816,0,3,0,0,1439,2,'2023-12-05','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5817,0,3,0,0,1439,3,'2023-12-06','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5818,0,3,0,0,1439,4,'2023-12-07','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5819,0,3,0,0,1439,5,'2023-12-08','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5820,0,3,0,0,1439,6,'2023-12-09','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5821,0,3,0,0,1439,7,'2023-12-10','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5822,0,3,0,0,1439,1,'2023-12-11','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5823,0,3,0,0,1439,2,'2023-12-12','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5824,0,3,0,0,1439,3,'2023-12-13','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5825,0,3,0,0,1439,4,'2023-12-14','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5826,0,3,0,0,1439,5,'2023-12-15','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5827,0,3,0,0,1439,6,'2023-12-16','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5828,0,3,0,0,1439,7,'2023-12-17','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5829,0,3,0,0,1439,1,'2023-12-18','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5830,0,3,0,0,1439,2,'2023-12-19','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5831,0,3,0,0,1439,3,'2023-12-20','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5832,0,3,0,0,1439,4,'2023-12-21','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5833,0,3,0,0,1439,5,'2023-12-22','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5834,0,3,0,0,1439,6,'2023-12-23','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5835,0,3,0,0,1439,7,'2023-12-24','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5836,0,3,0,0,1439,1,'2023-12-25','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5837,0,3,0,0,1439,2,'2023-12-26','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5838,0,3,0,0,1439,3,'2023-12-27','61d7d9bb1bd52','2022-01-07 14:12:12','2022-01-07 14:12:12'),(5839,0,3,0,0,1439,4,'2023-12-28','61d7d9bb1bd52','2022-01-07 14:12:13','2022-01-07 14:12:13'),(5840,0,3,0,0,1439,5,'2023-12-29','61d7d9bb1bd52','2022-01-07 14:12:13','2022-01-07 14:12:13'),(5841,0,3,0,0,1439,6,'2023-12-30','61d7d9bb1bd52','2022-01-07 14:12:13','2022-01-07 14:12:13'),(5842,0,3,0,0,1439,7,'2023-12-31','61d7d9bb1bd52','2022-01-07 14:12:13','2022-01-07 14:12:13');
/*!40000 ALTER TABLE `wp_latepoint_work_periods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_omnivo_calendar_event_hours`
--
DROP TABLE IF EXISTS `wp_omnivo_calendar_event_hours`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_omnivo_calendar_event_hours` (
`event_hours_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event_id` bigint(20) NOT NULL,
`weekday_id` bigint(20) NOT NULL,
`start` time NOT NULL,
`end` time NOT NULL,
`tooltip` text NOT NULL,
`before_hour_text` text NOT NULL,
`after_hour_text` text NOT NULL,
`category` varchar(255) NOT NULL,
`available_places` int(11) NOT NULL DEFAULT 0,
`slots_per_user` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (`event_hours_id`),
KEY `event_id` (`event_id`),
KEY `weekday_id` (`weekday_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_omnivo_calendar_event_hours`
--
LOCK TABLES `wp_omnivo_calendar_event_hours` WRITE;
/*!40000 ALTER TABLE `wp_omnivo_calendar_event_hours` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_omnivo_calendar_event_hours` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_omnivo_calendar_event_hours_booking`
--
DROP TABLE IF EXISTS `wp_omnivo_calendar_event_hours_booking`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_omnivo_calendar_event_hours_booking` (
`booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event_hours_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`booking_datetime` datetime NOT NULL,
`validation_code` varchar(32) NOT NULL,
`guest_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`booking_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_omnivo_calendar_event_hours_booking`
--
LOCK TABLES `wp_omnivo_calendar_event_hours_booking` WRITE;
/*!40000 ALTER TABLE `wp_omnivo_calendar_event_hours_booking` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_omnivo_calendar_event_hours_booking` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_omnivo_calendar_guests`
--
DROP TABLE IF EXISTS `wp_omnivo_calendar_guests`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_omnivo_calendar_guests` (
`guest_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) DEFAULT NULL,
`email` varchar(100) DEFAULT NULL,
`phone` varchar(50) DEFAULT NULL,
`message` text DEFAULT NULL,
PRIMARY KEY (`guest_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_omnivo_calendar_guests`
--
LOCK TABLES `wp_omnivo_calendar_guests` WRITE;
/*!40000 ALTER TABLE `wp_omnivo_calendar_guests` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_omnivo_calendar_guests` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=293 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://demo.gcreate.com.tw/gc_latepoint','yes'),(2,'home','https://demo.gcreate.com.tw/gc_latepoint','yes'),(3,'blogname','LatePoint','yes'),(4,'blogdescription','全新的繁體中文 WordPress 網站','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','gcreate@gcreate.com.tw','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','Y 年 n 月 j 日','yes'),(24,'time_format','a g:i','yes'),(25,'links_updated_date_format','Y 年 n 月 j 日a g:i','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:133:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:43:\"omnivo_weekdays/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"omnivo_weekdays/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"omnivo_weekdays/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"omnivo_weekdays/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"omnivo_weekdays/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"omnivo_weekdays/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"omnivo_weekdays/([^/]+)/embed/?$\";s:48:\"index.php?omnivo_weekdays=$matches[1]&embed=true\";s:36:\"omnivo_weekdays/([^/]+)/trackback/?$\";s:42:\"index.php?omnivo_weekdays=$matches[1]&tb=1\";s:44:\"omnivo_weekdays/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?omnivo_weekdays=$matches[1]&paged=$matches[2]\";s:51:\"omnivo_weekdays/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?omnivo_weekdays=$matches[1]&cpage=$matches[2]\";s:40:\"omnivo_weekdays/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?omnivo_weekdays=$matches[1]&page=$matches[2]\";s:32:\"omnivo_weekdays/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"omnivo_weekdays/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"omnivo_weekdays/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"omnivo_weekdays/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"omnivo_weekdays/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"omnivo_weekdays/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"omnivo_event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"omnivo_event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"omnivo_event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"omnivo_event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"omnivo_event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"omnivo_event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"omnivo_event/([^/]+)/embed/?$\";s:45:\"index.php?omnivo_event=$matches[1]&embed=true\";s:33:\"omnivo_event/([^/]+)/trackback/?$\";s:39:\"index.php?omnivo_event=$matches[1]&tb=1\";s:41:\"omnivo_event/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?omnivo_event=$matches[1]&paged=$matches[2]\";s:48:\"omnivo_event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?omnivo_event=$matches[1]&cpage=$matches[2]\";s:37:\"omnivo_event/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?omnivo_event=$matches[1]&page=$matches[2]\";s:29:\"omnivo_event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"omnivo_event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"omnivo_event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"omnivo_event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"omnivo_event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"omnivo_event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"events_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?events_category=$matches[1]&feed=$matches[2]\";s:51:\"events_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?events_category=$matches[1]&feed=$matches[2]\";s:32:\"events_category/([^/]+)/embed/?$\";s:48:\"index.php?events_category=$matches[1]&embed=true\";s:44:\"events_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?events_category=$matches[1]&paged=$matches[2]\";s:26:\"events_category/([^/]+)/?$\";s:37:\"index.php?events_category=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:6:{i:1;s:51:\"latepoint-custom-fields/latepoint-custom-fields.php\";i:2;s:53:\"latepoint-group-bookings/latepoint-group-bookings.php\";i:3;s:43:\"latepoint-locations/latepoint-locations.php\";i:4;s:59:\"latepoint-service-durations/latepoint-service-durations.php\";i:5;s:23:\"latepoint/latepoint.php\";i:6;s:23:\"loco-translate/loco.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:65:\"/var/www/html/gc_latepoint/wp-content/plugins/akismet/akismet.php\";i:1;s:0:\"\";}','no'),(40,'template','twentytwentyone','yes'),(41,'stylesheet','twentytwentyone','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','49752','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','Asia/Taipei','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1657068965','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','49752','yes'),(100,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"loco_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:15:\"latepoint_agent\";a:2:{s:4:\"name\";s:15:\"LatePoint Agent\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:12:\"upload_files\";b:1;s:13:\"edit_bookings\";b:1;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'WPLANG','zh_TW','yes'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"近期文章
\";}i:4;a:1:{s:7:\"content\";s:224:\"近期留言
\";}i:5;a:1:{s:7:\"content\";s:144:\"彙整
\";}i:6;a:1:{s:7:\"content\";s:146:\"分類
\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:9:{i:1643003768;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1643003867;a:1:{s:24:\"latepoint_send_reminders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1643028968;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1643072167;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1643072195;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1643072196;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1643072267;a:2:{s:30:\"latepoint_check_plugin_version\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:42:\"latepoint_check_if_addons_update_available\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1643417768;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'recovery_keys','a:0:{}','yes'),(120,'theme_mods_twentytwentyone','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(121,'https_detection_errors','a:0:{}','yes'),(138,'can_compress_scripts','0','no'),(151,'recently_activated','a:1:{s:15:\"hbook/index.php\";i:1641537071;}','yes'),(156,'finished_updating_comment_type','1','yes'),(161,'latepoint_db_version','1.3.8','yes'),(165,'latepoint_latest_available_version','4.3.8','yes'),(166,'latepoint_wizard_visited','1','yes'),(186,'latepoint-group-bookings_addon_db_version','1.0.0','yes'),(191,'latepoint-custom-fields_addon_db_version','1.0.0','yes'),(197,'latepoint-locations_addon_db_version','1.0.0','yes'),(203,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/zh_TW/wordpress-5.8.3.zip\";s:6:\"locale\";s:5:\"zh_TW\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/zh_TW/wordpress-5.8.3.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.3\";s:7:\"version\";s:5:\"5.8.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1643003440;s:15:\"version_checked\";s:5:\"5.8.3\";s:12:\"translations\";a:0:{}}','no'),(205,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1643003446;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(210,'loco_recent','a:4:{s:1:\"c\";s:21:\"Loco_data_RecentItems\";s:1:\"v\";i:0;s:1:\"d\";a:1:{s:6:\"bundle\";a:1:{s:30:\"plugin.latepoint/latepoint.php\";i:1641534411;}}s:1:\"t\";i:1641534411;}','no'),(217,'omnivo_calendar_events_settings','a:3:{s:4:\"slug\";s:12:\"omnivo_event\";s:14:\"label_singular\";s:5:\"Event\";s:12:\"label_plural\";s:6:\"Events\";}','yes'),(218,'widget_omnivo_calendar_upcoming_events','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(219,'omnivo_calendar_event_hours_table_installed','1','yes'),(220,'omnivo_calendar_event_hours_table_column_available_places','1','yes'),(221,'omnivo_calendar_event_hours_table_column_slots_per_user','1','yes'),(222,'omnivo_calendar_event_hours_booking_table_installed','1','yes'),(223,'omnivo_calendar_event_hours_booking_table_modify_1','1','yes'),(224,'omnivo_calendar_guests_table_installed','1','yes'),(225,'omnivo_calendar_contact_form_options','a:12:{s:10:\"admin_name\";s:22:\"gcreate@gcreate.com.tw\";s:11:\"admin_email\";s:22:\"gcreate@gcreate.com.tw\";s:10:\"mail_debug\";s:3:\"not\";s:9:\"smtp_host\";s:0:\"\";s:13:\"smtp_username\";s:0:\"\";s:13:\"smtp_password\";s:0:\"\";s:9:\"smtp_port\";s:0:\"\";s:11:\"smtp_secure\";s:0:\"\";s:20:\"email_subject_client\";s:44:\"You have been booked for event {event_title}\";s:15:\"template_client\";s:602:\"\r\n\r\n\r\n\r\n Thank you for using our services.
\r\n Booking details
\r\n User: {user_name}
\r\n Mail: {user_email}
\r\n Date: {booking_datetime}
\r\n Event details
\r\n Event: {event_title}
\r\n Day: {column_title}
\r\n Time: {event_start} - {event_end}
\r\n Description 1: {event_description_1}
\r\n Description 2: {event_description_2}
\r\n Slots number: {slots_number}
\r\n {cancel_booking}
\r\n\r\n\";s:19:\"email_subject_admin\";s:36:\"New booking for event: {event_title}\";s:14:\"template_admin\";s:549:\"\r\n\r\n\r\n\r\n New client
\r\n Booking details
\r\n User: {user_name}
\r\n Mail: {user_email}
\r\n Date: {booking_datetime}
\r\n Event details
\r\n Event: {event_title}
\r\n Day: {column_title}
\r\n Time: {event_start} - {event_end}
\r\n Description 1: {event_description_1}
\r\n Description 2: {event_description_2}
\r\n Slots number: {slots_number}
\r\n\r\n\";}','yes'),(226,'omnivo_calendar_google_calendar_options','a:2:{s:11:\"calendar_id\";s:0:\"\";s:17:\"calendar_settings\";s:0:\"\";}','yes'),(227,'omnivo_calendar_google_calendar','a:6:{s:2:\"id\";s:0:\"\";s:23:\"service_account_encoded\";s:0:\"\";s:5:\"token\";s:0:\"\";s:16:\"token_expiration\";i:0;s:11:\"events_data\";s:0:\"\";s:14:\"events_mapping\";s:0:\"\";}','yes'),(241,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":2,\"critical\":1}','yes'),(242,'latepoint_addons_update_available','1','yes'),(281,'_site_transient_timeout_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9','1643116897','no'),(282,'_site_transient_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(290,'_site_transient_timeout_theme_roots','1643005245','no'),(291,'_site_transient_theme_roots','a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(292,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1643003450;s:8:\"response\";a:4:{s:23:\"loco-translate/loco.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/loco-translate\";s:4:\"slug\";s:14:\"loco-translate\";s:6:\"plugin\";s:23:\"loco-translate/loco.php\";s:11:\"new_version\";s:5:\"2.5.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/loco-translate.2.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676\";s:2:\"1x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-128x128.png?rev=1000676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/loco-translate/assets/banner-772x250.jpg?rev=745046\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:14:\"upgrade_notice\";s:54:\"\n- Various improvements and bug fixes
\n
\";}s:23:\"latepoint/latepoint.php\";O:8:\"stdClass\":4:{s:4:\"slug\";s:9:\"latepoint\";s:11:\"new_version\";s:5:\"4.3.8\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";}s:51:\"latepoint-custom-fields/latepoint-custom-fields.php\";O:8:\"stdClass\":4:{s:4:\"slug\";s:23:\"latepoint-custom-fields\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";}s:43:\"latepoint-locations/latepoint-locations.php\";O:8:\"stdClass\":4:{s:4:\"slug\";s:19:\"latepoint-locations\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:6:{s:23:\"latepoint/latepoint.php\";s:5:\"4.3.7\";s:51:\"latepoint-custom-fields/latepoint-custom-fields.php\";s:5:\"1.0.5\";s:53:\"latepoint-group-bookings/latepoint-group-bookings.php\";s:5:\"1.0.4\";s:43:\"latepoint-locations/latepoint-locations.php\";s:5:\"1.0.2\";s:59:\"latepoint-service-durations/latepoint-service-durations.php\";s:5:\"1.0.3\";s:23:\"loco-translate/loco.php\";s:5:\"2.5.5\";}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(5,6,'_wp_attached_file','2022/01/home_img01.png'),(6,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:606;s:6:\"height\";i:606;s:4:\"file\";s:22:\"2022/01/home_img01.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"home_img01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"home_img01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7,7,'_wp_attached_file','2022/01/1-2-people.png'),(8,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:666;s:6:\"height\";i:440;s:4:\"file\";s:22:\"2022/01/1-2-people.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"1-2-people-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1-2-people-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9,8,'_wp_attached_file','2022/01/2-4-people.png'),(10,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:726;s:6:\"height\";i:388;s:4:\"file\";s:22:\"2022/01/2-4-people.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"2-4-people-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"2-4-people-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11,9,'_edit_lock','1641533828:1'),(20,16,'_wp_attached_file','2022/01/Snipaste_2022-01-07_14-09-52.png'),(21,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:313;s:6:\"height\";i:241;s:4:\"file\";s:40:\"2022/01/Snipaste_2022-01-07_14-09-52.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Snipaste_2022-01-07_14-09-52-300x231.png\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Snipaste_2022-01-07_14-09-52-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,31,'_edit_lock','1641536864:1');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2022-01-07 08:56:06','2022-01-07 00:56:06','\n歡迎使用 WordPress。這是這個網站的第一篇文章,試試為這篇文章進行編輯或直接刪除,然後開始撰寫新文章!
\n','網站第一篇文章','','publish','open','open','','hello-world','','','2022-01-07 08:56:06','2022-01-07 00:56:06','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=1',0,'post','',1),(2,1,'2022-01-07 08:56:06','2022-01-07 00:56:06','\n這是一個範例頁面。頁面與網站文章不同,因為它顯示的位置為固定位置,並且大多數的佈景主題會將它顯示在網站導覽選單中。大多數人會新增一個〈關於〉頁面,以便向網站訪客介紹自己。〈關於〉頁面的內容類似以下示範:
\n\n\n\n嗨,你好!白天我是一位郵差,晚上則是個滿懷抱負的演員,這是用來展現自我的網站。我住在高雄,養了一隻極通人性的狗叫小黑;最愛喝啤酒,目標是為市面上買的到的所有啤酒都寫一篇評論。
\n\n\n\n或是像這樣:
\n\n\n\nXYZ Doohickey Comany 成立於 1971 年,公司成立以來,我們一直為大眾提供高品質的網站客製化服務。目前公司位於台北市,有超過 2,000 名員工,並持續為開源社群提供資源及場地。
\n\n\n\n身為一位新的 WordPress 使用者,請前往控制台刪除這個頁面,並建立屬於自己的頁面。祝使用愉快!
\n','範例頁面','','publish','closed','open','','sample-page','','','2022-01-07 08:56:06','2022-01-07 00:56:06','',0,'https://demo.gcreate.com.tw/gc_latepoint/?page_id=2',0,'page','',0),(3,1,'2022-01-07 08:56:06','2022-01-07 00:56:06','我們是誰
建議內容: 我們的網站網址為 https://demo.gcreate.com.tw/gc_latepoint。
留言
建議內容: 使用者在這個網站發佈留言後,我們會收集顯示於留言表單中的資料、使用者的來源 IP 位址及瀏覽器的使用者代理程式字串,以協助網站偵測垃圾留言。
這個網站會根據使用者的電子郵件地址建立匿名化字串 (亦稱為雜湊值),並提供給 Gravatar 個人頭像服務以查詢這個使用者是否為這項服務的使用者。如需了解 Gravatar 個人頭像服務的隱私權政策,請造訪 https://automattic.com/privacy/。網站管理員核准使用者發佈的留言後,使用者的個人資料圖片便會在留言內容中公開顯示。
媒體
建議內容: 如需將圖片上傳至這個網站,請避免上傳內嵌 EXIF GPS 位置資料的圖片,因為其他使用者可以從網站上下載圖片並擷取當中的位置資料。
Cookie
建議內容: 使用者在這個網站發佈留言時,可以選擇是否在 Cookie 中儲存使用者姓名、電子郵件地址及網站網址;儲存這些資料是為了使用者更加方便,以便讓使用者發佈其他留言時,無需再次填寫個人資料。在使用者不自行清除裝置 Cookie 的狀況下,這些 Cookie 在個人裝置上保留一年。
如果使用者造訪這個網站的登入頁面,系統會設定一個臨時 Cookie 以確定使用者的瀏覽器是否接受 Cookie;這個 Cookie 不包含任何個人資料,並會在使用者關閉瀏覽器時捨棄。
使用者登入網站後,系統會設定幾個 Cookie 以儲存使用者的登入資訊及顯示項目設定;登入資訊 Cookie 會保留兩天,顯示項目設定 Cookie 則會保留一年。如果登入時核取了 [保持登入] 這項設定,使用者的登入狀態會維持兩週;帳號登出後,便會移除使用者裝置上的登入資訊 Cookie。
使用者編輯或發佈文章時,會在瀏覽器中儲存其他 Cookie。這個 Cookie 不包含任何個人資料,僅記錄表示使用者撰寫的文章的文章 ID,並會在一天後過期。
來自第三方網站的嵌入內容
建議內容: 這個網站上的文章可能會嵌入視訊、圖片、文章等內容,而來自第三方網站的嵌入內容,其隱私權處理方式與使用者造訪這些網站時的規定完全相同。
無論使用者是否有這些第三方網站的帳號或是否登入網站,他們都會以各種方式收集與使用者相關的資料,如 Cookie、嵌入第三方追蹤程式碼、監視使用者與嵌入內容的互動等。
這個網站的個人資料分享對象
建議內容: 如果你提出密碼重設要求,你目前進行連線的 IP 位址會顯示於密碼重設電子郵件中。
這個網站的個人資料保留期限
建議內容: 當使用者在這個網站發佈留言後,該則留言及其中繼資料將會無限期保留。這樣系統便可以自動辨識及核准任何後續留言,而不須將其保留在待審核的佇列中。
針對在這個網站上註冊的使用者,這個網站還會儲存他們在使用者 [個人資料] 頁面中提供的個人資訊。全部使用者都可以隨時查看、編輯或刪除自己的個人資訊 (無法變更的使用者名稱除外)。請注意,網站管理員也可以查看及編輯這些個人資訊。
使用者對個人資料擁有哪些權利
建議內容: 如果使用者在這個網站擁有帳戶或曾發佈留言,便可以要求下載使用者在這個網站上的個人資料的資料匯出檔,這個檔案包含使用者提供給這個網站的全部個人資料。使用者也可以要求清除曾提供給這個網站的全部個人資料,但這項要求不包含站方為了管理、法律或安全目的而必須保留的相關資料。
這個網站會將使用者資料傳送至何處
建議內容: 使用者留言資料會傳送至垃圾留言自動偵測服務進行檢查。
','隱私權政策','','draft','closed','open','','privacy-policy','','','2022-01-07 08:56:06','2022-01-07 00:56:06','',0,'https://demo.gcreate.com.tw/gc_latepoint/?page_id=3',0,'page','',0),(6,1,'2022-01-07 09:00:40','2022-01-07 01:00:40','','home_img01','','inherit','open','closed','','home_img01','','','2022-01-07 09:00:40','2022-01-07 01:00:40','',0,'https://demo.gcreate.com.tw/gc_latepoint/wp-content/uploads/2022/01/home_img01.png',0,'attachment','image/png',0),(7,1,'2022-01-07 09:02:24','2022-01-07 01:02:24','','1-2 people','','inherit','open','closed','','1-2-people','','','2022-01-07 09:02:24','2022-01-07 01:02:24','',0,'https://demo.gcreate.com.tw/gc_latepoint/wp-content/uploads/2022/01/1-2-people.png',0,'attachment','image/png',0),(8,1,'2022-01-07 09:03:37','2022-01-07 01:03:37','','2-4 people','','inherit','open','closed','','2-4-people','','','2022-01-07 09:03:37','2022-01-07 01:03:37','',0,'https://demo.gcreate.com.tw/gc_latepoint/wp-content/uploads/2022/01/2-4-people.png',0,'attachment','image/png',0),(9,1,'2022-01-07 09:05:45','2022-01-07 01:05:45','\n[latepoint_book_form]
\n','露營','','publish','closed','closed','','luin','','','2022-01-07 13:34:18','2022-01-07 05:34:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?page_id=9',0,'page','',0),(10,1,'2022-01-07 09:05:45','2022-01-07 01:05:45','\n[latepoint_book_form]
\n','營區','','inherit','closed','closed','','9-revision-v1','','','2022-01-07 09:05:45','2022-01-07 01:05:45','',9,'https://demo.gcreate.com.tw/gc_latepoint/?p=10',0,'revision','',0),(15,1,'2022-01-07 13:34:18','2022-01-07 05:34:18','\n[latepoint_book_form]
\n','露營','','inherit','closed','closed','','9-revision-v1','','','2022-01-07 13:34:18','2022-01-07 05:34:18','',9,'https://demo.gcreate.com.tw/gc_latepoint/?p=15',0,'revision','',0),(16,1,'2022-01-07 14:10:24','2022-01-07 06:10:24','','Snipaste_2022-01-07_14-09-52','','inherit','open','closed','','snipaste_2022-01-07_14-09-52','','','2022-01-07 14:10:24','2022-01-07 06:10:24','',0,'https://demo.gcreate.com.tw/gc_latepoint/wp-content/uploads/2022/01/Snipaste_2022-01-07_14-09-52.png',0,'attachment','image/png',0),(17,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','','Monday','','publish','closed','closed','','monday','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=17',0,'omnivo_weekdays','',0),(18,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','','Tuesday','','publish','closed','closed','','tuesday','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=18',1,'omnivo_weekdays','',0),(19,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','','Wednesday','','publish','closed','closed','','wednesday','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=19',2,'omnivo_weekdays','',0),(20,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','','Thursday','','publish','closed','closed','','thursday','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=20',3,'omnivo_weekdays','',0),(21,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','','Friday','','publish','closed','closed','','friday','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=21',4,'omnivo_weekdays','',0),(22,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','','Saturday','','publish','closed','closed','','saturday','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=22',5,'omnivo_weekdays','',0),(23,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','','Sunday','','publish','closed','closed','','sunday','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=23',6,'omnivo_weekdays','',0),(24,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Cardio Fitness','','publish','closed','closed','','omnivo-calendar-cardio-fitness','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=24',0,'omnivo_event','',0),(25,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Open Gym','','publish','closed','closed','','omnivo-calendar-open-gym','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=25',0,'omnivo_event','',0),(26,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Body Building','','publish','closed','closed','','omnivo-calendar-body-building','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=26',0,'omnivo_event','',0),(27,1,'2022-01-07 14:27:18','2022-01-07 06:27:18','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Zumba','','publish','closed','closed','','omnivo-calendar-zumba','','','2022-01-07 14:27:18','2022-01-07 06:27:18','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=27',0,'omnivo_event','',0),(28,1,'2022-01-07 14:27:19','2022-01-07 06:27:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Boxing','','publish','closed','closed','','omnivo-calendar-boxing','','','2022-01-07 14:27:19','2022-01-07 06:27:19','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=28',0,'omnivo_event','',0),(29,1,'2022-01-07 14:27:19','2022-01-07 06:27:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','CrossFit','','publish','closed','closed','','omnivo-calendar-crossfit','','','2022-01-07 14:27:19','2022-01-07 06:27:19','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=29',0,'omnivo_event','',0),(30,1,'2022-01-07 14:27:19','2022-01-07 06:27:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Power Fitness','','publish','closed','closed','','omnivo-calendar-power-fitness','','','2022-01-07 14:27:19','2022-01-07 06:27:19','',0,'https://demo.gcreate.com.tw/gc_latepoint/?p=30',0,'omnivo_event','',0),(31,1,'2022-01-07 14:29:58','2022-01-07 06:29:58','\n[omnivo_calendar]\n','HBook','','publish','closed','closed','','hbook','','','2022-01-07 14:29:58','2022-01-07 06:29:58','',0,'https://demo.gcreate.com.tw/gc_latepoint/?page_id=31',0,'page','',0),(32,1,'2022-01-07 14:29:58','2022-01-07 06:29:58','\n[omnivo_calendar]\n','HBook','','inherit','closed','closed','','31-revision-v1','','','2022-01-07 14:29:58','2022-01-07 06:29:58','',31,'https://demo.gcreate.com.tw/gc_latepoint/?p=32',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'未分類','uncategorized',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','gcreate'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','plugin_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"1a6eaf9689d149569df01d764dfe3318525d9f20c92224b5a070a8c47b08c04b\";a:4:{s:10:\"expiration\";i:1641956956;s:2:\"ip\";s:14:\"111.243.19.238\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\";s:5:\"login\";i:1641784156;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"111.243.19.0\";}'),(19,1,'wp_user-settings','libraryContent=browse'),(20,1,'wp_user-settings-time','1641517425'),(21,2,'nickname','chandler'),(22,2,'first_name','chandler'),(23,2,'last_name',''),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'syntax_highlighting','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'locale',''),(32,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33,2,'wp_user_level','0'),(34,2,'dismissed_wp_pointers','');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'gcreate','$P$BIkVD9jkRg5v62RxFRu8fx88rHHRkn0','gcreate','gcreate@gcreate.com.tw','https://demo.gcreate.com.tw/gc_latepoint','2022-01-07 00:56:06','',0,'gcreate'),(2,'chandler','$P$BkqJFJa/u.6WaLVrYU0LxEAdG0CkCl0','chandler','gc.chandlerk@gmail.com','','2022-01-07 06:04:11','1641535451:$P$BrVECBNbR6Q1M3rZRy2ctEppQT9BaF.',0,'chandler');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-03-23 3:03:37