diff --git a/app/Controllers/Admin/Customer/ServiceController.php b/app/Controllers/Admin/Customer/ServiceController.php index f87942f..1d6788f 100644 --- a/app/Controllers/Admin/Customer/ServiceController.php +++ b/app/Controllers/Admin/Customer/ServiceController.php @@ -2,21 +2,15 @@ namespace App\Controllers\Admin\Customer; -use App\Helpers\Customer\ServiceHelper; -use App\Services\Customer\ServiceService; -use App\Services\Equipment\IpService; - -use App\Services\Equipment\LineService; -use App\Services\Equipment\ServerService; use CodeIgniter\HTTP\RequestInterface; use CodeIgniter\HTTP\ResponseInterface; use Psr\Log\LoggerInterface; +use App\Helpers\Customer\ServiceHelper; +use App\Services\Customer\ServiceService; + class ServiceController extends CustomerController { - private ?LineService $_lineService = null; - private ?ServerService $_serverService = null; - private ?IpService $_ipService = null; public function initController(RequestInterface $request, ResponseInterface $response, LoggerInterface $logger) { parent::initController($request, $response, $logger); @@ -41,27 +35,6 @@ class ServiceController extends CustomerController // dd($this->_helper); return $this->_helper; } - final public function getLineService(): LineService - { - if (!$this->_lineService) { - $this->_lineService = new LineService(); - } - return $this->_lineService; - } - final public function getServerService(): ServerService - { - if (!$this->_serverService) { - $this->_serverService = new ServerService(); - } - return $this->_serverService; - } - final public function getIpService(): IpService - { - if (!$this->_ipService) { - $this->_ipService = new IpService(); - } - return $this->_ipService; - } //Index,FieldForm관련 // protected function create_process(): mixed @@ -74,7 +47,7 @@ class ServiceController extends CustomerController protected function index_process(): array { $fields = [ - 'fields' => ['clientinfo_uid', 'type', 'billing_at', 'rack', 'LINE', 'SERVER', 'IP', 'CPU', 'RAM', 'DISK', 'SOFTWARE', 'DEFENCE', 'start_at', 'status'], + 'fields' => ['clientinfo_uid', 'item_type', 'billing_at', 'rack', 'LINE', 'SERVER', 'IP', 'CPU', 'RAM', 'DISK', 'SOFTWARE', 'DEFENCE', 'start_at', 'status'], ]; $this->init('index', $fields); return parent::index_process(); diff --git a/app/Database/dbms_init.sql b/app/Database/dbms_init.sql index e063730..cf67130 100644 --- a/app/Database/dbms_init.sql +++ b/app/Database/dbms_init.sql @@ -313,7 +313,7 @@ CREATE TABLE `logger` ( `status` varchar(20) DEFAULT 'default', `created_at` timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`uid`) -) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci COMMENT='작업 기록 로그'; +) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci COMMENT='작업 기록 로그'; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -322,7 +322,7 @@ CREATE TABLE `logger` ( LOCK TABLES `logger` WRITE; /*!40000 ALTER TABLE `logger` DISABLE KEYS */; -INSERT INTO `logger` VALUES (22,1,'Equipment\\Line','create','작업이 성공적으로 완료되었습니다.','12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'clientinfo_uid' => '',\n 'type' => 'general',\n 'title' => '일반라인1',\n 'bandwith' => '27.125.207.128/25',\n 'start_at' => '2025-05-01',\n 'status' => 'default',\n)\n12:23:42[debug]: [1/일반라인1] 입력 후 내용\n12:23:42[debug]: array (\n 'type' => 'general',\n 'title' => '일반라인1',\n 'bandwith' => '27.125.207.128/25',\n 'start_at' => '2025-05-01',\n 'status' => 'default',\n 'uid' => 1,\n)\n12:23:42[info]: [일반라인1]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.128',\n 'status' => 'default',\n)\n12:23:42[debug]: [1/27.125.207.128] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.128',\n 'status' => 'default',\n 'uid' => 1,\n)\n12:23:42[info]: [27.125.207.128]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.129',\n 'status' => 'default',\n)\n12:23:42[debug]: [2/27.125.207.129] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.129',\n 'status' => 'default',\n 'uid' => 2,\n)\n12:23:42[info]: [27.125.207.129]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.130',\n 'status' => 'default',\n)\n12:23:42[debug]: [3/27.125.207.130] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.130',\n 'status' => 'default',\n 'uid' => 3,\n)\n12:23:42[info]: [27.125.207.130]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.131',\n 'status' => 'default',\n)\n12:23:42[debug]: [4/27.125.207.131] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.131',\n 'status' => 'default',\n 'uid' => 4,\n)\n12:23:42[info]: [27.125.207.131]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.132',\n 'status' => 'default',\n)\n12:23:42[debug]: [5/27.125.207.132] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.132',\n 'status' => 'default',\n 'uid' => 5,\n)\n12:23:42[info]: [27.125.207.132]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.133',\n 'status' => 'default',\n)\n12:23:42[debug]: [6/27.125.207.133] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.133',\n 'status' => 'default',\n 'uid' => 6,\n)\n12:23:42[info]: [27.125.207.133]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.134',\n 'status' => 'default',\n)\n12:23:42[debug]: [7/27.125.207.134] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.134',\n 'status' => 'default',\n 'uid' => 7,\n)\n12:23:42[info]: [27.125.207.134]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.135',\n 'status' => 'default',\n)\n12:23:42[debug]: [8/27.125.207.135] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.135',\n 'status' => 'default',\n 'uid' => 8,\n)\n12:23:42[info]: [27.125.207.135]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.136',\n 'status' => 'default',\n)\n12:23:42[debug]: [9/27.125.207.136] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.136',\n 'status' => 'default',\n 'uid' => 9,\n)\n12:23:42[info]: [27.125.207.136]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.137',\n 'status' => 'default',\n)\n12:23:42[debug]: [10/27.125.207.137] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.137',\n 'status' => 'default',\n 'uid' => 10,\n)\n12:23:42[info]: [27.125.207.137]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.138',\n 'status' => 'default',\n)\n12:23:42[debug]: [11/27.125.207.138] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.138',\n 'status' => 'default',\n 'uid' => 11,\n)\n12:23:42[info]: [27.125.207.138]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.139',\n 'status' => 'default',\n)\n12:23:42[debug]: [12/27.125.207.139] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.139',\n 'status' => 'default',\n 'uid' => 12,\n)\n12:23:42[info]: [27.125.207.139]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.140',\n 'status' => 'default',\n)\n12:23:42[debug]: [13/27.125.207.140] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.140',\n 'status' => 'default',\n 'uid' => 13,\n)\n12:23:42[info]: [27.125.207.140]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.141',\n 'status' => 'default',\n)\n12:23:42[debug]: [14/27.125.207.141] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.141',\n 'status' => 'default',\n 'uid' => 14,\n)\n12:23:42[info]: [27.125.207.141]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.142',\n 'status' => 'default',\n)\n12:23:42[debug]: [15/27.125.207.142] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.142',\n 'status' => 'default',\n 'uid' => 15,\n)\n12:23:42[info]: [27.125.207.142]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.143',\n 'status' => 'default',\n)\n12:23:42[debug]: [16/27.125.207.143] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.143',\n 'status' => 'default',\n 'uid' => 16,\n)\n12:23:42[info]: [27.125.207.143]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.144',\n 'status' => 'default',\n)\n12:23:42[debug]: [17/27.125.207.144] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.144',\n 'status' => 'default',\n 'uid' => 17,\n)\n12:23:42[info]: [27.125.207.144]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.145',\n 'status' => 'default',\n)\n12:23:42[debug]: [18/27.125.207.145] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.145',\n 'status' => 'default',\n 'uid' => 18,\n)\n12:23:42[info]: [27.125.207.145]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.146',\n 'status' => 'default',\n)\n12:23:42[debug]: [19/27.125.207.146] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.146',\n 'status' => 'default',\n 'uid' => 19,\n)\n12:23:42[info]: [27.125.207.146]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.147',\n 'status' => 'default',\n)\n12:23:42[debug]: [20/27.125.207.147] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.147',\n 'status' => 'default',\n 'uid' => 20,\n)\n12:23:42[info]: [27.125.207.147]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.148',\n 'status' => 'default',\n)\n12:23:42[debug]: [21/27.125.207.148] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.148',\n 'status' => 'default',\n 'uid' => 21,\n)\n12:23:42[info]: [27.125.207.148]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.149',\n 'status' => 'default',\n)\n12:23:43[debug]: [22/27.125.207.149] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.149',\n 'status' => 'default',\n 'uid' => 22,\n)\n12:23:43[info]: [27.125.207.149]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.150',\n 'status' => 'default',\n)\n12:23:43[debug]: [23/27.125.207.150] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.150',\n 'status' => 'default',\n 'uid' => 23,\n)\n12:23:43[info]: [27.125.207.150]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.151',\n 'status' => 'default',\n)\n12:23:43[debug]: [24/27.125.207.151] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.151',\n 'status' => 'default',\n 'uid' => 24,\n)\n12:23:43[info]: [27.125.207.151]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.152',\n 'status' => 'default',\n)\n12:23:43[debug]: [25/27.125.207.152] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.152',\n 'status' => 'default',\n 'uid' => 25,\n)\n12:23:43[info]: [27.125.207.152]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.153',\n 'status' => 'default',\n)\n12:23:43[debug]: [26/27.125.207.153] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.153',\n 'status' => 'default',\n 'uid' => 26,\n)\n12:23:43[info]: [27.125.207.153]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.154',\n 'status' => 'default',\n)\n12:23:43[debug]: [27/27.125.207.154] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.154',\n 'status' => 'default',\n 'uid' => 27,\n)\n12:23:43[info]: [27.125.207.154]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.155',\n 'status' => 'default',\n)\n12:23:43[debug]: [28/27.125.207.155] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.155',\n 'status' => 'default',\n 'uid' => 28,\n)\n12:23:43[info]: [27.125.207.155]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.156',\n 'status' => 'default',\n)\n12:23:43[debug]: [29/27.125.207.156] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.156',\n 'status' => 'default',\n 'uid' => 29,\n)\n12:23:43[info]: [27.125.207.156]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.157',\n 'status' => 'default',\n)\n12:23:43[debug]: [30/27.125.207.157] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.157',\n 'status' => 'default',\n 'uid' => 30,\n)\n12:23:43[info]: [27.125.207.157]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.158',\n 'status' => 'default',\n)\n12:23:43[debug]: [31/27.125.207.158] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.158',\n 'status' => 'default',\n 'uid' => 31,\n)\n12:23:43[info]: [27.125.207.158]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.159',\n 'status' => 'default',\n)\n12:23:43[debug]: [32/27.125.207.159] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.159',\n 'status' => 'default',\n 'uid' => 32,\n)\n12:23:43[info]: [27.125.207.159]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.160',\n 'status' => 'default',\n)\n12:23:43[debug]: [33/27.125.207.160] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.160',\n 'status' => 'default',\n 'uid' => 33,\n)\n12:23:43[info]: [27.125.207.160]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.161',\n 'status' => 'default',\n)\n12:23:43[debug]: [34/27.125.207.161] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.161',\n 'status' => 'default',\n 'uid' => 34,\n)\n12:23:43[info]: [27.125.207.161]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.162',\n 'status' => 'default',\n)\n12:23:43[debug]: [35/27.125.207.162] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.162',\n 'status' => 'default',\n 'uid' => 35,\n)\n12:23:43[info]: [27.125.207.162]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.163',\n 'status' => 'default',\n)\n12:23:43[debug]: [36/27.125.207.163] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.163',\n 'status' => 'default',\n 'uid' => 36,\n)\n12:23:43[info]: [27.125.207.163]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.164',\n 'status' => 'default',\n)\n12:23:43[debug]: [37/27.125.207.164] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.164',\n 'status' => 'default',\n 'uid' => 37,\n)\n12:23:43[info]: [27.125.207.164]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.165',\n 'status' => 'default',\n)\n12:23:43[debug]: [38/27.125.207.165] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.165',\n 'status' => 'default',\n 'uid' => 38,\n)\n12:23:43[info]: [27.125.207.165]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.166',\n 'status' => 'default',\n)\n12:23:43[debug]: [39/27.125.207.166] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.166',\n 'status' => 'default',\n 'uid' => 39,\n)\n12:23:43[info]: [27.125.207.166]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.167',\n 'status' => 'default',\n)\n12:23:43[debug]: [40/27.125.207.167] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.167',\n 'status' => 'default',\n 'uid' => 40,\n)\n12:23:43[info]: [27.125.207.167]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.168',\n 'status' => 'default',\n)\n12:23:43[debug]: [41/27.125.207.168] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.168',\n 'status' => 'default',\n 'uid' => 41,\n)\n12:23:43[info]: [27.125.207.168]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.169',\n 'status' => 'default',\n)\n12:23:43[debug]: [42/27.125.207.169] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.169',\n 'status' => 'default',\n 'uid' => 42,\n)\n12:23:43[info]: [27.125.207.169]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.170',\n 'status' => 'default',\n)\n12:23:43[debug]: [43/27.125.207.170] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.170',\n 'status' => 'default',\n 'uid' => 43,\n)\n12:23:43[info]: [27.125.207.170]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.171',\n 'status' => 'default',\n)\n12:23:43[debug]: [44/27.125.207.171] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.171',\n 'status' => 'default',\n 'uid' => 44,\n)\n12:23:43[info]: [27.125.207.171]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.172',\n 'status' => 'default',\n)\n12:23:43[debug]: [45/27.125.207.172] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.172',\n 'status' => 'default',\n 'uid' => 45,\n)\n12:23:43[info]: [27.125.207.172]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.173',\n 'status' => 'default',\n)\n12:23:43[debug]: [46/27.125.207.173] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.173',\n 'status' => 'default',\n 'uid' => 46,\n)\n12:23:43[info]: [27.125.207.173]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.174',\n 'status' => 'default',\n)\n12:23:43[debug]: [47/27.125.207.174] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.174',\n 'status' => 'default',\n 'uid' => 47,\n)\n12:23:43[info]: [27.125.207.174]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.175',\n 'status' => 'default',\n)\n12:23:43[debug]: [48/27.125.207.175] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.175',\n 'status' => 'default',\n 'uid' => 48,\n)\n12:23:43[info]: [27.125.207.175]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.176',\n 'status' => 'default',\n)\n12:23:43[debug]: [49/27.125.207.176] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.176',\n 'status' => 'default',\n 'uid' => 49,\n)\n12:23:43[info]: [27.125.207.176]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.177',\n 'status' => 'default',\n)\n12:23:43[debug]: [50/27.125.207.177] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.177',\n 'status' => 'default',\n 'uid' => 50,\n)\n12:23:43[info]: [27.125.207.177]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.178',\n 'status' => 'default',\n)\n12:23:43[debug]: [51/27.125.207.178] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.178',\n 'status' => 'default',\n 'uid' => 51,\n)\n12:23:43[info]: [27.125.207.178]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.179',\n 'status' => 'default',\n)\n12:23:43[debug]: [52/27.125.207.179] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.179',\n 'status' => 'default',\n 'uid' => 52,\n)\n12:23:43[info]: [27.125.207.179]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.180',\n 'status' => 'default',\n)\n12:23:43[debug]: [53/27.125.207.180] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.180',\n 'status' => 'default',\n 'uid' => 53,\n)\n12:23:43[info]: [27.125.207.180]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.181',\n 'status' => 'default',\n)\n12:23:43[debug]: [54/27.125.207.181] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.181',\n 'status' => 'default',\n 'uid' => 54,\n)\n12:23:43[info]: [27.125.207.181]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.182',\n 'status' => 'default',\n)\n12:23:43[debug]: [55/27.125.207.182] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.182',\n 'status' => 'default',\n 'uid' => 55,\n)\n12:23:43[info]: [27.125.207.182]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.183',\n 'status' => 'default',\n)\n12:23:43[debug]: [56/27.125.207.183] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.183',\n 'status' => 'default',\n 'uid' => 56,\n)\n12:23:43[info]: [27.125.207.183]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.184',\n 'status' => 'default',\n)\n12:23:43[debug]: [57/27.125.207.184] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.184',\n 'status' => 'default',\n 'uid' => 57,\n)\n12:23:43[info]: [27.125.207.184]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.185',\n 'status' => 'default',\n)\n12:23:43[debug]: [58/27.125.207.185] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.185',\n 'status' => 'default',\n 'uid' => 58,\n)\n12:23:43[info]: [27.125.207.185]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.186',\n 'status' => 'default',\n)\n12:23:43[debug]: [59/27.125.207.186] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.186',\n 'status' => 'default',\n 'uid' => 59,\n)\n12:23:43[info]: [27.125.207.186]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.187',\n 'status' => 'default',\n)\n12:23:43[debug]: [60/27.125.207.187] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.187',\n 'status' => 'default',\n 'uid' => 60,\n)\n12:23:43[info]: [27.125.207.187]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.188',\n 'status' => 'default',\n)\n12:23:43[debug]: [61/27.125.207.188] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.188',\n 'status' => 'default',\n 'uid' => 61,\n)\n12:23:43[info]: [27.125.207.188]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.189',\n 'status' => 'default',\n)\n12:23:43[debug]: [62/27.125.207.189] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.189',\n 'status' => 'default',\n 'uid' => 62,\n)\n12:23:43[info]: [27.125.207.189]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.190',\n 'status' => 'default',\n)\n12:23:43[debug]: [63/27.125.207.190] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.190',\n 'status' => 'default',\n 'uid' => 63,\n)\n12:23:43[info]: [27.125.207.190]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.191',\n 'status' => 'default',\n)\n12:23:43[debug]: [64/27.125.207.191] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.191',\n 'status' => 'default',\n 'uid' => 64,\n)\n12:23:43[info]: [27.125.207.191]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.192',\n 'status' => 'default',\n)\n12:23:43[debug]: [65/27.125.207.192] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.192',\n 'status' => 'default',\n 'uid' => 65,\n)\n12:23:43[info]: [27.125.207.192]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.193',\n 'status' => 'default',\n)\n12:23:43[debug]: [66/27.125.207.193] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.193',\n 'status' => 'default',\n 'uid' => 66,\n)\n12:23:43[info]: [27.125.207.193]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.194',\n 'status' => 'default',\n)\n12:23:43[debug]: [67/27.125.207.194] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.194',\n 'status' => 'default',\n 'uid' => 67,\n)\n12:23:43[info]: [27.125.207.194]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.195',\n 'status' => 'default',\n)\n12:23:43[debug]: [68/27.125.207.195] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.195',\n 'status' => 'default',\n 'uid' => 68,\n)\n12:23:43[info]: [27.125.207.195]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.196',\n 'status' => 'default',\n)\n12:23:43[debug]: [69/27.125.207.196] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.196',\n 'status' => 'default',\n 'uid' => 69,\n)\n12:23:43[info]: [27.125.207.196]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.197',\n 'status' => 'default',\n)\n12:23:43[debug]: [70/27.125.207.197] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.197',\n 'status' => 'default',\n 'uid' => 70,\n)\n12:23:43[info]: [27.125.207.197]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.198',\n 'status' => 'default',\n)\n12:23:43[debug]: [71/27.125.207.198] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.198',\n 'status' => 'default',\n 'uid' => 71,\n)\n12:23:43[info]: [27.125.207.198]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.199',\n 'status' => 'default',\n)\n12:23:43[debug]: [72/27.125.207.199] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.199',\n 'status' => 'default',\n 'uid' => 72,\n)\n12:23:43[info]: [27.125.207.199]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.200',\n 'status' => 'default',\n)\n12:23:43[debug]: [73/27.125.207.200] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.200',\n 'status' => 'default',\n 'uid' => 73,\n)\n12:23:43[info]: [27.125.207.200]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.201',\n 'status' => 'default',\n)\n12:23:43[debug]: [74/27.125.207.201] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.201',\n 'status' => 'default',\n 'uid' => 74,\n)\n12:23:43[info]: [27.125.207.201]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.202',\n 'status' => 'default',\n)\n12:23:43[debug]: [75/27.125.207.202] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.202',\n 'status' => 'default',\n 'uid' => 75,\n)\n12:23:43[info]: [27.125.207.202]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.203',\n 'status' => 'default',\n)\n12:23:43[debug]: [76/27.125.207.203] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.203',\n 'status' => 'default',\n 'uid' => 76,\n)\n12:23:43[info]: [27.125.207.203]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.204',\n 'status' => 'default',\n)\n12:23:43[debug]: [77/27.125.207.204] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.204',\n 'status' => 'default',\n 'uid' => 77,\n)\n12:23:43[info]: [27.125.207.204]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.205',\n 'status' => 'default',\n)\n12:23:43[debug]: [78/27.125.207.205] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.205',\n 'status' => 'default',\n 'uid' => 78,\n)\n12:23:43[info]: [27.125.207.205]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.206',\n 'status' => 'default',\n)\n12:23:43[debug]: [79/27.125.207.206] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.206',\n 'status' => 'default',\n 'uid' => 79,\n)\n12:23:43[info]: [27.125.207.206]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.207',\n 'status' => 'default',\n)\n12:23:43[debug]: [80/27.125.207.207] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.207',\n 'status' => 'default',\n 'uid' => 80,\n)\n12:23:43[info]: [27.125.207.207]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.208',\n 'status' => 'default',\n)\n12:23:43[debug]: [81/27.125.207.208] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.208',\n 'status' => 'default',\n 'uid' => 81,\n)\n12:23:43[info]: [27.125.207.208]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.209',\n 'status' => 'default',\n)\n12:23:43[debug]: [82/27.125.207.209] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.209',\n 'status' => 'default',\n 'uid' => 82,\n)\n12:23:43[info]: [27.125.207.209]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.210',\n 'status' => 'default',\n)\n12:23:43[debug]: [83/27.125.207.210] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.210',\n 'status' => 'default',\n 'uid' => 83,\n)\n12:23:43[info]: [27.125.207.210]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.211',\n 'status' => 'default',\n)\n12:23:43[debug]: [84/27.125.207.211] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.211',\n 'status' => 'default',\n 'uid' => 84,\n)\n12:23:43[info]: [27.125.207.211]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.212',\n 'status' => 'default',\n)\n12:23:43[debug]: [85/27.125.207.212] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.212',\n 'status' => 'default',\n 'uid' => 85,\n)\n12:23:43[info]: [27.125.207.212]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.213',\n 'status' => 'default',\n)\n12:23:43[debug]: [86/27.125.207.213] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.213',\n 'status' => 'default',\n 'uid' => 86,\n)\n12:23:43[info]: [27.125.207.213]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.214',\n 'status' => 'default',\n)\n12:23:43[debug]: [87/27.125.207.214] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.214',\n 'status' => 'default',\n 'uid' => 87,\n)\n12:23:43[info]: [27.125.207.214]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.215',\n 'status' => 'default',\n)\n12:23:43[debug]: [88/27.125.207.215] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.215',\n 'status' => 'default',\n 'uid' => 88,\n)\n12:23:43[info]: [27.125.207.215]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.216',\n 'status' => 'default',\n)\n12:23:43[debug]: [89/27.125.207.216] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.216',\n 'status' => 'default',\n 'uid' => 89,\n)\n12:23:43[info]: [27.125.207.216]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.217',\n 'status' => 'default',\n)\n12:23:43[debug]: [90/27.125.207.217] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.217',\n 'status' => 'default',\n 'uid' => 90,\n)\n12:23:43[info]: [27.125.207.217]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.218',\n 'status' => 'default',\n)\n12:23:43[debug]: [91/27.125.207.218] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.218',\n 'status' => 'default',\n 'uid' => 91,\n)\n12:23:43[info]: [27.125.207.218]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.219',\n 'status' => 'default',\n)\n12:23:43[debug]: [92/27.125.207.219] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.219',\n 'status' => 'default',\n 'uid' => 92,\n)\n12:23:43[info]: [27.125.207.219]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.220',\n 'status' => 'default',\n)\n12:23:43[debug]: [93/27.125.207.220] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.220',\n 'status' => 'default',\n 'uid' => 93,\n)\n12:23:43[info]: [27.125.207.220]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.221',\n 'status' => 'default',\n)\n12:23:43[debug]: [94/27.125.207.221] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.221',\n 'status' => 'default',\n 'uid' => 94,\n)\n12:23:43[info]: [27.125.207.221]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.222',\n 'status' => 'default',\n)\n12:23:43[debug]: [95/27.125.207.222] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.222',\n 'status' => 'default',\n 'uid' => 95,\n)\n12:23:43[info]: [27.125.207.222]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.223',\n 'status' => 'default',\n)\n12:23:43[debug]: [96/27.125.207.223] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.223',\n 'status' => 'default',\n 'uid' => 96,\n)\n12:23:43[info]: [27.125.207.223]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.224',\n 'status' => 'default',\n)\n12:23:43[debug]: [97/27.125.207.224] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.224',\n 'status' => 'default',\n 'uid' => 97,\n)\n12:23:43[info]: [27.125.207.224]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.225',\n 'status' => 'default',\n)\n12:23:43[debug]: [98/27.125.207.225] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.225',\n 'status' => 'default',\n 'uid' => 98,\n)\n12:23:43[info]: [27.125.207.225]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.226',\n 'status' => 'default',\n)\n12:23:43[debug]: [99/27.125.207.226] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.226',\n 'status' => 'default',\n 'uid' => 99,\n)\n12:23:43[info]: [27.125.207.226]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.227',\n 'status' => 'default',\n)\n12:23:43[debug]: [100/27.125.207.227] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.227',\n 'status' => 'default',\n 'uid' => 100,\n)\n12:23:43[info]: [27.125.207.227]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.228',\n 'status' => 'default',\n)\n12:23:43[debug]: [101/27.125.207.228] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.228',\n 'status' => 'default',\n 'uid' => 101,\n)\n12:23:43[info]: [27.125.207.228]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.229',\n 'status' => 'default',\n)\n12:23:43[debug]: [102/27.125.207.229] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.229',\n 'status' => 'default',\n 'uid' => 102,\n)\n12:23:43[info]: [27.125.207.229]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.230',\n 'status' => 'default',\n)\n12:23:43[debug]: [103/27.125.207.230] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.230',\n 'status' => 'default',\n 'uid' => 103,\n)\n12:23:43[info]: [27.125.207.230]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.231',\n 'status' => 'default',\n)\n12:23:43[debug]: [104/27.125.207.231] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.231',\n 'status' => 'default',\n 'uid' => 104,\n)\n12:23:43[info]: [27.125.207.231]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.232',\n 'status' => 'default',\n)\n12:23:43[debug]: [105/27.125.207.232] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.232',\n 'status' => 'default',\n 'uid' => 105,\n)\n12:23:43[info]: [27.125.207.232]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.233',\n 'status' => 'default',\n)\n12:23:43[debug]: [106/27.125.207.233] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.233',\n 'status' => 'default',\n 'uid' => 106,\n)\n12:23:43[info]: [27.125.207.233]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.234',\n 'status' => 'default',\n)\n12:23:43[debug]: [107/27.125.207.234] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.234',\n 'status' => 'default',\n 'uid' => 107,\n)\n12:23:43[info]: [27.125.207.234]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.235',\n 'status' => 'default',\n)\n12:23:43[debug]: [108/27.125.207.235] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.235',\n 'status' => 'default',\n 'uid' => 108,\n)\n12:23:43[info]: [27.125.207.235]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.236',\n 'status' => 'default',\n)\n12:23:43[debug]: [109/27.125.207.236] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.236',\n 'status' => 'default',\n 'uid' => 109,\n)\n12:23:43[info]: [27.125.207.236]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.237',\n 'status' => 'default',\n)\n12:23:43[debug]: [110/27.125.207.237] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.237',\n 'status' => 'default',\n 'uid' => 110,\n)\n12:23:43[info]: [27.125.207.237]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.238',\n 'status' => 'default',\n)\n12:23:43[debug]: [111/27.125.207.238] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.238',\n 'status' => 'default',\n 'uid' => 111,\n)\n12:23:43[info]: [27.125.207.238]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.239',\n 'status' => 'default',\n)\n12:23:43[debug]: [112/27.125.207.239] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.239',\n 'status' => 'default',\n 'uid' => 112,\n)\n12:23:43[info]: [27.125.207.239]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.240',\n 'status' => 'default',\n)\n12:23:43[debug]: [113/27.125.207.240] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.240',\n 'status' => 'default',\n 'uid' => 113,\n)\n12:23:43[info]: [27.125.207.240]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.241',\n 'status' => 'default',\n)\n12:23:43[debug]: [114/27.125.207.241] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.241',\n 'status' => 'default',\n 'uid' => 114,\n)\n12:23:43[info]: [27.125.207.241]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.242',\n 'status' => 'default',\n)\n12:23:43[debug]: [115/27.125.207.242] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.242',\n 'status' => 'default',\n 'uid' => 115,\n)\n12:23:43[info]: [27.125.207.242]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.243',\n 'status' => 'default',\n)\n12:23:43[debug]: [116/27.125.207.243] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.243',\n 'status' => 'default',\n 'uid' => 116,\n)\n12:23:43[info]: [27.125.207.243]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.244',\n 'status' => 'default',\n)\n12:23:43[debug]: [117/27.125.207.244] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.244',\n 'status' => 'default',\n 'uid' => 117,\n)\n12:23:43[info]: [27.125.207.244]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.245',\n 'status' => 'default',\n)\n12:23:43[debug]: [118/27.125.207.245] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.245',\n 'status' => 'default',\n 'uid' => 118,\n)\n12:23:43[info]: [27.125.207.245]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.246',\n 'status' => 'default',\n)\n12:23:43[debug]: [119/27.125.207.246] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.246',\n 'status' => 'default',\n 'uid' => 119,\n)\n12:23:43[info]: [27.125.207.246]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.247',\n 'status' => 'default',\n)\n12:23:43[debug]: [120/27.125.207.247] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.247',\n 'status' => 'default',\n 'uid' => 120,\n)\n12:23:43[info]: [27.125.207.247]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.248',\n 'status' => 'default',\n)\n12:23:43[debug]: [121/27.125.207.248] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.248',\n 'status' => 'default',\n 'uid' => 121,\n)\n12:23:43[info]: [27.125.207.248]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.249',\n 'status' => 'default',\n)\n12:23:43[debug]: [122/27.125.207.249] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.249',\n 'status' => 'default',\n 'uid' => 122,\n)\n12:23:44[info]: [27.125.207.249]생성되었습니다.:\n12:23:44[debug]: 입력내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.250',\n 'status' => 'default',\n)\n12:23:44[debug]: [123/27.125.207.250] 입력 후 내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.250',\n 'status' => 'default',\n 'uid' => 123,\n)\n12:23:44[info]: [27.125.207.250]생성되었습니다.:\n12:23:44[debug]: 입력내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.251',\n 'status' => 'default',\n)\n12:23:44[debug]: [124/27.125.207.251] 입력 후 내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.251',\n 'status' => 'default',\n 'uid' => 124,\n)\n12:23:44[info]: [27.125.207.251]생성되었습니다.:\n12:23:44[debug]: 입력내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.252',\n 'status' => 'default',\n)\n12:23:44[debug]: [125/27.125.207.252] 입력 후 내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.252',\n 'status' => 'default',\n 'uid' => 125,\n)\n12:23:44[info]: [27.125.207.252]생성되었습니다.:\n12:23:44[debug]: 입력내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => ','default','2025-05-26 03:23:44'),(23,1,'Equipment\\Part\\Cpu','create','작업이 성공적으로 완료되었습니다.','13:21:21[debug]: 입력내용\n13:21:21[debug]: array (\n 'model' => 'Xeon(R) CPU E5-2690 v2 @3.00GHz',\n 'price' => '50000',\n 'status' => 'default',\n)\n13:21:21[debug]: [2/Xeon(R) CPU E5-2690 v2 @3.00GHz] 입력 후 내용\n13:21:21[debug]: array (\n 'model' => 'Xeon(R) CPU E5-2690 v2 @3.00GHz',\n 'price' => '50000',\n 'status' => 'default',\n 'uid' => 2,\n)\n13:21:21[info]: [Xeon(R) CPU E5-2690 v2 @3.00GHz]생성되었습니다.:','default','2025-05-26 04:21:21'),(24,1,'Equipment\\Part\\Cpu','create','작업이 성공적으로 완료되었습니다.','13:21:46[debug]: 입력내용\n13:21:46[debug]: array (\n 'model' => 'Xeon(R) CPU E5-2690 v4 @ 2.60GHz',\n 'price' => '70000',\n 'status' => 'default',\n)\n13:21:46[debug]: [3/Xeon(R) CPU E5-2690 v4 @ 2.60GHz] 입력 후 내용\n13:21:46[debug]: array (\n 'model' => 'Xeon(R) CPU E5-2690 v4 @ 2.60GHz',\n 'price' => '70000',\n 'status' => 'default',\n 'uid' => 3,\n)\n13:21:46[info]: [Xeon(R) CPU E5-2690 v4 @ 2.60GHz]생성되었습니다.:','default','2025-05-26 04:21:46'),(25,1,'Equipment\\Part\\Ram','create','작업이 성공적으로 완료되었습니다.','13:22:54[debug]: 입력내용\n13:22:54[debug]: array (\n 'model' => 'ECC 2G',\n 'price' => '5000',\n 'status' => 'default',\n)\n13:22:54[debug]: [1/ECC 2G] 입력 후 내용\n13:22:54[debug]: array (\n 'model' => 'ECC 2G',\n 'price' => '5000',\n 'status' => 'default',\n 'uid' => 1,\n)\n13:22:54[info]: [ECC 2G]생성되었습니다.:','default','2025-05-26 04:22:54'),(26,1,'Equipment\\Part\\Ram','create','작업이 성공적으로 완료되었습니다.','13:23:09[debug]: 입력내용\n13:23:09[debug]: array (\n 'model' => 'ECC 4G',\n 'price' => '10000',\n 'status' => 'default',\n)\n13:23:09[debug]: [2/ECC 4G] 입력 후 내용\n13:23:09[debug]: array (\n 'model' => 'ECC 4G',\n 'price' => '10000',\n 'status' => 'default',\n 'uid' => 2,\n)\n13:23:09[info]: [ECC 4G]생성되었습니다.:','default','2025-05-26 04:23:09'),(27,1,'Equipment\\Part\\Ram','create','작업이 성공적으로 완료되었습니다.','13:23:37[debug]: 입력내용\n13:23:37[debug]: array (\n 'model' => 'ECC 8G',\n 'price' => '20000',\n 'status' => 'default',\n)\n13:23:37[debug]: [3/ECC 8G] 입력 후 내용\n13:23:37[debug]: array (\n 'model' => 'ECC 8G',\n 'price' => '20000',\n 'status' => 'default',\n 'uid' => 3,\n)\n13:23:37[info]: [ECC 8G]생성되었습니다.:','default','2025-05-26 04:23:37'),(28,1,'Equipment\\Part\\Disk','create','작업이 성공적으로 완료되었습니다.','13:24:11[debug]: 입력내용\n13:24:11[debug]: array (\n 'model' => 'Samsung SSD 860 256G',\n 'price' => '100000',\n 'status' => 'default',\n)\n13:24:11[debug]: [1/Samsung SSD 860 256G] 입력 후 내용\n13:24:11[debug]: array (\n 'model' => 'Samsung SSD 860 256G',\n 'price' => '100000',\n 'status' => 'default',\n 'uid' => 1,\n)\n13:24:11[info]: [Samsung SSD 860 256G]생성되었습니다.:','default','2025-05-26 04:24:11'),(29,1,'Equipment\\Part\\Disk','create','작업이 성공적으로 완료되었습니다.','13:24:31[debug]: 입력내용\n13:24:31[debug]: array (\n 'model' => 'Samsung SSD 870 EVO 500G',\n 'price' => '150000',\n 'status' => 'default',\n)\n13:24:31[debug]: [2/Samsung SSD 870 EVO 500G] 입력 후 내용\n13:24:31[debug]: array (\n 'model' => 'Samsung SSD 870 EVO 500G',\n 'price' => '150000',\n 'status' => 'default',\n 'uid' => 2,\n)\n13:24:31[info]: [Samsung SSD 870 EVO 500G]생성되었습니다.:','default','2025-05-26 04:24:31'),(30,1,'Equipment\\Part\\Disk','create','작업이 성공적으로 완료되었습니다.','13:24:43[debug]: 입력내용\n13:24:43[debug]: array (\n 'model' => 'Samsung SSD 870 Pro 500G',\n 'price' => '170000',\n 'status' => 'default',\n)\n13:24:43[debug]: [3/Samsung SSD 870 Pro 500G] 입력 후 내용\n13:24:43[debug]: array (\n 'model' => 'Samsung SSD 870 Pro 500G',\n 'price' => '170000',\n 'status' => 'default',\n 'uid' => 3,\n)\n13:24:43[info]: [Samsung SSD 870 Pro 500G]생성되었습니다.:','default','2025-05-26 04:24:43'),(31,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:26:52[debug]: 입력내용\n13:26:52[debug]: array (\n 'type' => 'Windows',\n 'model' => 'Windows 2008R2 Ent',\n 'price' => '10000',\n 'status' => 'default',\n 'description' => '',\n)\n13:26:52[debug]: [1/Windows 2008R2 Ent] 입력 후 내용\n13:26:52[debug]: array (\n 'type' => 'Windows',\n 'model' => 'Windows 2008R2 Ent',\n 'price' => '10000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 1,\n)\n13:26:52[info]: [Windows 2008R2 Ent]생성되었습니다.:','default','2025-05-26 04:26:52'),(32,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:27:20[debug]: 입력내용\n13:27:20[debug]: array (\n 'type' => 'Linux',\n 'model' => 'CentOS 7.9',\n 'price' => '1000',\n 'status' => 'default',\n 'description' => '',\n)\n13:27:20[debug]: [2/CentOS 7.9] 입력 후 내용\n13:27:20[debug]: array (\n 'type' => 'Linux',\n 'model' => 'CentOS 7.9',\n 'price' => '1000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 2,\n)\n13:27:20[info]: [CentOS 7.9]생성되었습니다.:','default','2025-05-26 04:27:20'),(33,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:27:50[debug]: 입력내용\n13:27:50[debug]: array (\n 'type' => 'Security',\n 'model' => '닷디펜더',\n 'price' => '100000',\n 'status' => 'default',\n 'description' => '',\n)\n13:27:50[debug]: [3/닷디펜더] 입력 후 내용\n13:27:50[debug]: array (\n 'type' => 'Security',\n 'model' => '닷디펜더',\n 'price' => '100000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 3,\n)\n13:27:50[info]: [닷디펜더]생성되었습니다.:','default','2025-05-26 04:27:50'),(34,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:28:27[debug]: 입력내용\n13:28:27[debug]: array (\n 'type' => 'Virus',\n 'model' => '비트디펜더',\n 'price' => '100000',\n 'status' => 'default',\n 'description' => '',\n)\n13:28:27[debug]: [4/비트디펜더] 입력 후 내용\n13:28:27[debug]: array (\n 'type' => 'Virus',\n 'model' => '비트디펜더',\n 'price' => '100000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 4,\n)\n13:28:27[info]: [비트디펜더]생성되었습니다.:','default','2025-05-26 04:28:27'),(35,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:28:57[debug]: 입력내용\n13:28:57[debug]: array (\n 'type' => 'Linux',\n 'model' => 'Ubuntu 20.04',\n 'price' => '1000',\n 'status' => 'default',\n 'description' => '',\n)\n13:28:57[debug]: [5/Ubuntu 20.04] 입력 후 내용\n13:28:57[debug]: array (\n 'type' => 'Linux',\n 'model' => 'Ubuntu 20.04',\n 'price' => '1000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 5,\n)\n13:28:57[info]: [Ubuntu 20.04]생성되었습니다.:','default','2025-05-26 04:28:57'),(36,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:29:26[debug]: 입력내용\n13:29:26[debug]: array (\n 'type' => 'Windows',\n 'model' => 'Windows 10',\n 'price' => '10000',\n 'status' => 'default',\n 'description' => '',\n)\n13:29:26[debug]: [6/Windows 10] 입력 후 내용\n13:29:26[debug]: array (\n 'type' => 'Windows',\n 'model' => 'Windows 10',\n 'price' => '10000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 6,\n)\n13:29:26[info]: [Windows 10]생성되었습니다.:','default','2025-05-26 04:29:26'),(37,1,'Equipment\\Defence','create','작업이 성공적으로 완료되었습니다.','13:33:17[debug]: 입력내용\n13:33:17[debug]: array (\n 'type' => 'VPC-CS',\n 'ip' => '13.23.4.2',\n 'price' => '100000',\n 'accountid' => 'VPC-X21',\n 'domain' => '',\n 'status' => 'default',\n 'description' => '',\n)\n13:33:17[debug]: [1/13.23.4.2] 입력 후 내용\n13:33:17[debug]: array (\n 'type' => 'VPC-CS',\n 'ip' => '13.23.4.2',\n 'price' => '100000',\n 'accountid' => 'VPC-X21',\n 'domain' => '',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 1,\n)\n13:33:17[info]: [13.23.4.2]생성되었습니다.:','default','2025-05-26 04:33:17'),(38,1,'Equipment\\Defence','create','작업이 성공적으로 완료되었습니다.','13:34:17[debug]: 입력내용\n13:34:17[debug]: array (\n 'type' => 'KT-CS',\n 'ip' => '21.238.234.34',\n 'price' => '100000',\n 'accountid' => 'KT-X23',\n 'domain' => '',\n 'status' => 'default',\n 'description' => '',\n)\n13:34:17[debug]: [2/21.238.234.34] 입력 후 내용\n13:34:17[debug]: array (\n 'type' => 'KT-CS',\n 'ip' => '21.238.234.34',\n 'price' => '100000',\n 'accountid' => 'KT-X23',\n 'domain' => '',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 2,\n)\n13:34:17[info]: [21.238.234.34]생성되었습니다.:','default','2025-05-26 04:34:17'),(39,1,'Equipment\\Server','create','작업이 성공적으로 완료되었습니다.','13:34:53[debug]: 입력내용\n13:34:53[debug]: array (\n 'code' => 'X386',\n 'type' => 'Rack',\n 'model' => 'HP DL360 Gen 7',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'status' => 'default',\n 'description' => '',\n)\n13:34:53[debug]: [1/X386 [HP DL360 Gen 7]] 입력 후 내용\n13:34:53[debug]: array (\n 'code' => 'X386',\n 'type' => 'Rack',\n 'model' => 'HP DL360 Gen 7',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 1,\n)\n13:34:53[info]: [X386 [HP DL360 Gen 7]]생성되었습니다.:','default','2025-05-26 04:34:53'),(40,1,'Equipment\\Link\\Cpu','create','작업이 성공적으로 완료되었습니다.','14:10:38[debug]: 입력내용\n14:10:38[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '2',\n)\n14:10:38[debug]: [1/1] 입력 후 내용\n14:10:38[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '2',\n 'uid' => 1,\n)\n14:10:38[info]: [1]생성되었습니다.:','default','2025-05-26 05:10:38'),(41,1,'Equipment\\Link\\Cpu','create','작업이 성공적으로 완료되었습니다.','14:14:50[debug]: 입력내용\n14:14:50[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '2',\n)\n14:14:50[debug]: [2/2] 입력 후 내용\n14:14:50[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '2',\n 'uid' => 2,\n)\n14:14:50[info]: [2]생성되었습니다.:','default','2025-05-26 05:14:50'),(42,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','14:16:27[debug]: 입력내용\n14:16:27[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n14:16:27[debug]: [1/1] 입력 후 내용\n14:16:27[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 1,\n)\n14:16:27[info]: [1]생성되었습니다.:','default','2025-05-26 05:16:27'),(43,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','14:16:58[debug]: 입력내용\n14:16:58[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n14:16:58[debug]: [2/2] 입력 후 내용\n14:16:58[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 2,\n)\n14:16:58[info]: [2]생성되었습니다.:','default','2025-05-26 05:16:58'),(44,1,'Equipment\\Link\\Disk','create','작업이 성공적으로 완료되었습니다.','14:17:27[debug]: 입력내용\n14:17:27[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '2',\n)\n14:17:27[debug]: [1/1] 입력 후 내용\n14:17:27[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '2',\n 'uid' => 1,\n)\n14:17:27[info]: [1]생성되었습니다.:','default','2025-05-26 05:17:27'),(45,1,'Equipment\\Link\\Disk','create','작업이 성공적으로 완료되었습니다.','14:17:48[debug]: 입력내용\n14:17:48[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '2',\n)\n14:17:48[debug]: [2/2] 입력 후 내용\n14:17:48[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '2',\n 'uid' => 2,\n)\n14:17:48[info]: [2]생성되었습니다.:','default','2025-05-26 05:17:48'),(46,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','14:19:34[debug]: 입력내용\n14:19:34[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n14:19:34[debug]: [3/3] 입력 후 내용\n14:19:34[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 3,\n)\n14:19:34[info]: [3]생성되었습니다.:','default','2025-05-26 05:19:34'),(47,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','14:28:06[debug]: 입력내용\n14:28:06[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n14:28:06[debug]: [4/4] 입력 후 내용\n14:28:06[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 4,\n)\n14:28:06[info]: [4]생성되었습니다.:','default','2025-05-26 05:28:07'),(48,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','14:28:24[info]: [1]삭제되였습니다.:','default','2025-05-26 05:28:24'),(49,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','16:06:44[debug]: 입력내용\n16:06:44[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n16:06:44[debug]: [5/5] 입력 후 내용\n16:06:44[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 5,\n)\n16:06:44[info]: [5]생성되었습니다.:','default','2025-05-26 07:06:44'),(50,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','16:08:05[info]: [2]삭제되였습니다.:','default','2025-05-26 07:08:05'),(51,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','16:08:12[debug]: 입력내용\n16:08:12[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n16:08:12[debug]: [6/6] 입력 후 내용\n16:08:12[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 6,\n)\n16:08:12[info]: [6]생성되었습니다.:','default','2025-05-26 07:08:12'),(52,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','16:08:50[info]: [3]삭제되였습니다.:','default','2025-05-26 07:08:50'),(53,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','16:08:55[debug]: 입력내용\n16:08:55[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n16:08:55[debug]: [7/7] 입력 후 내용\n16:08:55[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 7,\n)\n16:08:55[info]: [7]생성되었습니다.:','default','2025-05-26 07:08:55'),(54,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','16:11:02[info]: [4]삭제되였습니다.:','default','2025-05-26 07:11:02'),(55,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','16:11:08[debug]: 입력내용\n16:11:08[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n16:11:08[debug]: [8/8] 입력 후 내용\n16:11:08[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 8,\n)\n16:11:08[info]: [8]생성되었습니다.:','default','2025-05-26 07:11:08'),(56,1,'Equipment\\Link\\Cpu','create','작업이 성공적으로 완료되었습니다.','18:00:29[debug]: 입력내용\n18:00:29[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '3',\n)\n18:00:29[debug]: [3/3] 입력 후 내용\n18:00:29[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '3',\n 'uid' => 3,\n)\n18:00:29[info]: [3]생성되었습니다.:','default','2025-05-26 09:00:29'),(57,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','18:01:05[debug]: 입력내용\n18:01:05[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '3',\n)\n18:01:05[debug]: [9/9] 입력 후 내용\n18:01:05[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '3',\n 'uid' => 9,\n)\n18:01:05[info]: [9]생성되었습니다.:','default','2025-05-26 09:01:05'),(58,1,'Equipment\\Link\\Disk','create','작업이 성공적으로 완료되었습니다.','18:01:31[debug]: 입력내용\n18:01:31[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '3',\n)\n18:01:31[debug]: [3/3] 입력 후 내용\n18:01:31[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '3',\n 'uid' => 3,\n)\n18:01:31[info]: [3]생성되었습니다.:','default','2025-05-26 09:01:31'),(59,1,'Equipment\\Link\\Cpu','delete','작업이 성공적으로 완료되었습니다.','18:02:17[info]: [3]삭제되였습니다.:','default','2025-05-26 09:02:17'),(60,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','18:02:26[info]: [9]삭제되였습니다.:','default','2025-05-26 09:02:26'),(61,1,'Equipment\\Link\\Disk','delete','작업이 성공적으로 완료되었습니다.','18:02:36[info]: [3]삭제되였습니다.:','default','2025-05-26 09:02:36'),(62,1,'Equipment\\Link\\Defence','create','작업이 실패하였습니다.','11:49:58[debug]: 입력내용\n11:49:58[debug]: array (\n 'serverinfo_uid' => '1',\n 'defenceinfo_uid' => '1',\n)\n11:49:58[error]: \n------save_process 오류-----\nINSERT INTO `serverinfos_domaininfos` (`serverinfo_uid`, `defenceinfo_uid`) VALUES ('1', '1')\narray (\n 'CodeIgniter\\\\Database\\\\MySQLi\\\\Connection' => 'Unknown column \\'defenceinfo_uid\\' in \\'field list\\'',\n)\n------------------------------\n\n11:49:58[debug]: \n------save_process 오류-----\nINSERT INTO `serverinfos_domaininfos` (`serverinfo_uid`, `defenceinfo_uid`) VALUES ('1', '1')\narray (\n 'CodeIgniter\\\\Database\\\\MySQLi\\\\Connection' => 'Unknown column \\'defenceinfo_uid\\' in \\'field list\\'',\n)\n------------------------------\n','default','2025-05-27 02:49:58'),(63,1,'Equipment\\Server','toggle','작업이 성공적으로 완료되었습니다.','12:51:48[debug]: [1/X386 [HP DL360 Gen 7]] 변경 전 내용\n12:51:49[debug]: array (\n 'type' => 'default',\n)\n12:51:49[debug]: array (\n 'uid' => '1',\n 'code' => 'X386',\n 'type' => 'Rack',\n 'model' => 'HP DL360 Gen 7',\n 'price_type' => 'month',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'description' => '',\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-26 13:34:53.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n12:51:49[debug]: [1/X386 [HP DL360 Gen 7]] 변경 후 내용\n12:51:49[debug]: array (\n 'uid' => '1',\n 'code' => 'X386',\n 'type' => 'default',\n 'model' => 'HP DL360 Gen 7',\n 'price_type' => 'month',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'description' => '',\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 12:51:49.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-26 13:34:53.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n12:51:49[info]: [X386 [HP DL360 Gen 7]]수정되였습니다.:','default','2025-05-27 03:51:49'),(64,1,'Customer\\Client','create','작업이 성공적으로 완료되었습니다.','14:09:40[debug]: 입력내용\n14:09:40[debug]: array (\n 'name' => 'Test111',\n 'email' => 'test111@co.kr',\n 'phone' => '1111',\n 'role' => 'user',\n)\n14:09:40[debug]: [1/Test111] 입력 후 내용\n14:09:40[debug]: array (\n 'name' => 'Test111',\n 'email' => 'test111@co.kr',\n 'phone' => '1111',\n 'role' => 'user',\n 'uid' => 1,\n)\n14:09:40[info]: [Test111]생성되었습니다.:','default','2025-05-27 05:09:40'),(65,1,'Customer\\Client','create','작업이 성공적으로 완료되었습니다.','14:09:55[debug]: 입력내용\n14:09:55[debug]: array (\n 'name' => 'Test222',\n 'email' => 'test222@co.kr',\n 'phone' => '2222',\n 'role' => 'user,vip',\n)\n14:09:55[debug]: [2/Test222] 입력 후 내용\n14:09:55[debug]: array (\n 'name' => 'Test222',\n 'email' => 'test222@co.kr',\n 'phone' => '2222',\n 'role' => 'user,vip',\n 'uid' => 2,\n)\n14:09:55[info]: [Test222]생성되었습니다.:','default','2025-05-27 05:09:55'),(66,1,'Customer\\Client','create','작업이 성공적으로 완료되었습니다.','14:10:12[debug]: 입력내용\n14:10:12[debug]: array (\n 'name' => 'Test333',\n 'email' => 'test333@co.kr',\n 'phone' => '3333',\n 'role' => 'user,vip,reseller',\n)\n14:10:12[debug]: [3/Test333] 입력 후 내용\n14:10:12[debug]: array (\n 'name' => 'Test333',\n 'email' => 'test333@co.kr',\n 'phone' => '3333',\n 'role' => 'user,vip,reseller',\n 'uid' => 3,\n)\n14:10:12[info]: [Test333]생성되었습니다.:','default','2025-05-27 05:10:12'),(67,1,'Customer\\Client','create','작업이 성공적으로 완료되었습니다.','14:10:27[debug]: 입력내용\n14:10:27[debug]: array (\n 'name' => 'Test444',\n 'email' => 'test444@co.kr',\n 'phone' => '4444',\n 'role' => 'user,vip',\n)\n14:10:27[debug]: [4/Test444] 입력 후 내용\n14:10:27[debug]: array (\n 'name' => 'Test444',\n 'email' => 'test444@co.kr',\n 'phone' => '4444',\n 'role' => 'user,vip',\n 'uid' => 4,\n)\n14:10:27[info]: [Test444]생성되었습니다.:','default','2025-05-27 05:10:27'),(68,1,'Customer\\Account','create','작업이 성공적으로 완료되었습니다.','14:11:30[debug]: [1/Test111] 변경 전 내용\n14:11:30[debug]: array (\n 'account_balance' => 100000,\n)\n14:11:30[debug]: array (\n 'uid' => '1',\n 'role' => 'user',\n 'name' => 'Test111',\n 'phone' => '1111',\n 'email' => 'test111@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:11:30[debug]: [1/Test111] 변경 후 내용\n14:11:30[debug]: array (\n 'uid' => '1',\n 'role' => 'user',\n 'name' => 'Test111',\n 'phone' => '1111',\n 'email' => 'test111@co.kr',\n 'account_balance' => 100000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:11:30.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:11:30[info]: [Test111]수정되였습니다.:\n14:11:30[debug]: 입력내용\n14:11:30[debug]: array (\n 'clientinfo_uid' => '1',\n 'status' => 'default',\n 'alias' => '고객111',\n 'title' => '5월예치금입금',\n 'amount' => '100000',\n)\n14:11:30[debug]: [1/5월예치금입금] 입력 후 내용\n14:11:30[debug]: array (\n 'clientinfo_uid' => '1',\n 'status' => 'default',\n 'alias' => '고객111',\n 'title' => '5월예치금입금',\n 'amount' => '100000',\n 'uid' => 1,\n)\n14:11:30[info]: [5월예치금입금]생성되었습니다.:','default','2025-05-27 05:11:30'),(69,1,'Customer\\Account','create','작업이 실패하였습니다.','14:12:02[debug]: 예치금:100000 < 출금액:500000 출금이 불가합니다.','default','2025-05-27 05:12:02'),(70,1,'Customer\\Account','create','작업이 성공적으로 완료되었습니다.','14:12:07[debug]: [1/Test111] 변경 전 내용\n14:12:07[debug]: array (\n 'account_balance' => 50000,\n)\n14:12:07[debug]: array (\n 'uid' => '1',\n 'role' => 'user',\n 'name' => 'Test111',\n 'phone' => '1111',\n 'email' => 'test111@co.kr',\n 'account_balance' => 100000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:11:30.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:07[debug]: [1/Test111] 변경 후 내용\n14:12:07[debug]: array (\n 'uid' => '1',\n 'role' => 'user',\n 'name' => 'Test111',\n 'phone' => '1111',\n 'email' => 'test111@co.kr',\n 'account_balance' => 50000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:12:07.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:07[info]: [Test111]수정되였습니다.:\n14:12:07[debug]: 입력내용\n14:12:07[debug]: array (\n 'clientinfo_uid' => '1',\n 'status' => 'out',\n 'alias' => 'Test111',\n 'title' => '5월예치금출금',\n 'amount' => '50000',\n)\n14:12:07[debug]: [2/5월예치금출금] 입력 후 내용\n14:12:07[debug]: array (\n 'clientinfo_uid' => '1',\n 'status' => 'out',\n 'alias' => 'Test111',\n 'title' => '5월예치금출금',\n 'amount' => '50000',\n 'uid' => 2,\n)\n14:12:07[info]: [5월예치금출금]생성되었습니다.:','default','2025-05-27 05:12:07'),(71,1,'Customer\\Coupon','create','작업이 성공적으로 완료되었습니다.','14:12:33[debug]: [2/Test222] 변경 전 내용\n14:12:33[debug]: array (\n 'coupon_balance' => 100,\n)\n14:12:33[debug]: array (\n 'uid' => '2',\n 'role' => 'user,vip',\n 'name' => 'Test222',\n 'phone' => '2222',\n 'email' => 'test222@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:33[debug]: [2/Test222] 변경 후 내용\n14:12:33[debug]: array (\n 'uid' => '2',\n 'role' => 'user,vip',\n 'name' => 'Test222',\n 'phone' => '2222',\n 'email' => 'test222@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 100,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:12:33.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:33[info]: [Test222]수정되였습니다.:\n14:12:33[debug]: 입력내용\n14:12:33[debug]: array (\n 'clientinfo_uid' => '2',\n 'status' => 'default',\n 'title' => '5월쿠폰추가',\n 'amount' => '100',\n)\n14:12:33[debug]: [1/5월쿠폰추가] 입력 후 내용\n14:12:33[debug]: array (\n 'clientinfo_uid' => '2',\n 'status' => 'default',\n 'title' => '5월쿠폰추가',\n 'amount' => '100',\n 'uid' => 1,\n)\n14:12:33[info]: [5월쿠폰추가]생성되었습니다.:','default','2025-05-27 05:12:33'),(72,1,'Customer\\Coupon','create','작업이 성공적으로 완료되었습니다.','14:12:47[debug]: [2/Test222] 변경 전 내용\n14:12:47[debug]: array (\n 'coupon_balance' => 80,\n)\n14:12:48[debug]: array (\n 'uid' => '2',\n 'role' => 'user,vip',\n 'name' => 'Test222',\n 'phone' => '2222',\n 'email' => 'test222@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 100,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:12:33.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:48[debug]: [2/Test222] 변경 후 내용\n14:12:48[debug]: array (\n 'uid' => '2',\n 'role' => 'user,vip',\n 'name' => 'Test222',\n 'phone' => '2222',\n 'email' => 'test222@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 80,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:12:48.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:48[info]: [Test222]수정되였습니다.:\n14:12:48[debug]: 입력내용\n14:12:48[debug]: array (\n 'clientinfo_uid' => '2',\n 'status' => 'out',\n 'title' => '5월쿠폰사용',\n 'amount' => '20',\n)\n14:12:48[debug]: [2/5월쿠폰사용] 입력 후 내용\n14:12:48[debug]: array (\n 'clientinfo_uid' => '2',\n 'status' => 'out',\n 'title' => '5월쿠폰사용',\n 'amount' => '20',\n 'uid' => 2,\n)\n14:12:48[info]: [5월쿠폰사용]생성되었습니다.:','default','2025-05-27 05:12:48'),(73,1,'Customer\\Point','create','작업이 성공적으로 완료되었습니다.','14:13:23[debug]: [3/Test333] 변경 전 내용\n14:13:23[debug]: array (\n 'point_balance' => 200000,\n)\n14:13:23[debug]: array (\n 'uid' => '3',\n 'role' => 'user,vip,reseller',\n 'name' => 'Test333',\n 'phone' => '3333',\n 'email' => 'test333@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:10:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:13:23[debug]: [3/Test333] 변경 후 내용\n14:13:23[debug]: array (\n 'uid' => '3',\n 'role' => 'user,vip,reseller',\n 'name' => 'Test333',\n 'phone' => '3333',\n 'email' => 'test333@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 200000,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:13:23.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:10:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:13:23[info]: [Test333]수정되였습니다.:\n14:13:23[debug]: 입력내용\n14:13:23[debug]: array (\n 'clientinfo_uid' => '3',\n 'status' => 'default',\n 'title' => '5월포인트입금',\n 'amount' => '200000',\n)\n14:13:23[debug]: [1/5월포인트입금] 입력 후 내용\n14:13:23[debug]: array (\n 'clientinfo_uid' => '3',\n 'status' => 'default',\n 'title' => '5월포인트입금',\n 'amount' => '200000',\n 'uid' => 1,\n)\n14:13:23[info]: [5월포인트입금]생성되었습니다.:','default','2025-05-27 05:13:23'),(74,1,'Customer\\Point','create','작업이 성공적으로 완료되었습니다.','14:13:50[debug]: [3/Test333] 변경 전 내용\n14:13:50[debug]: array (\n 'point_balance' => 50000,\n)\n14:13:50[debug]: array (\n 'uid' => '3',\n 'role' => 'user,vip,reseller',\n 'name' => 'Test333',\n 'phone' => '3333',\n 'email' => 'test333@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 200000,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:13:23.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:10:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:13:50[debug]: [3/Test333] 변경 후 내용\n14:13:50[debug]: array (\n 'uid' => '3',\n 'role' => 'user,vip,reseller',\n 'name' => 'Test333',\n 'phone' => '3333',\n 'email' => 'test333@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 50000,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:13:50.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:10:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:13:50[info]: [Test333]수정되였습니다.:\n14:13:50[debug]: 입력내용\n14:13:50[debug]: array (\n 'clientinfo_uid' => '3',\n 'status' => 'out',\n 'title' => '5월포인트출금',\n 'amount' => '150000',\n)\n14:13:50[debug]: [2/5월포인트출금] 입력 후 내용\n14:13:50[debug]: array (\n 'clientinfo_uid' => '3',\n 'status' => 'out',\n 'title' => '5월포인트출금',\n 'amount' => '150000',\n 'uid' => 2,\n)\n14:13:50[info]: [5월포인트출금]생성되었습니다.:','default','2025-05-27 05:13:50'); +INSERT INTO `logger` VALUES (22,1,'Equipment\\Line','create','작업이 성공적으로 완료되었습니다.','12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'clientinfo_uid' => '',\n 'type' => 'general',\n 'title' => '일반라인1',\n 'bandwith' => '27.125.207.128/25',\n 'start_at' => '2025-05-01',\n 'status' => 'default',\n)\n12:23:42[debug]: [1/일반라인1] 입력 후 내용\n12:23:42[debug]: array (\n 'type' => 'general',\n 'title' => '일반라인1',\n 'bandwith' => '27.125.207.128/25',\n 'start_at' => '2025-05-01',\n 'status' => 'default',\n 'uid' => 1,\n)\n12:23:42[info]: [일반라인1]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.128',\n 'status' => 'default',\n)\n12:23:42[debug]: [1/27.125.207.128] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.128',\n 'status' => 'default',\n 'uid' => 1,\n)\n12:23:42[info]: [27.125.207.128]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.129',\n 'status' => 'default',\n)\n12:23:42[debug]: [2/27.125.207.129] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.129',\n 'status' => 'default',\n 'uid' => 2,\n)\n12:23:42[info]: [27.125.207.129]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.130',\n 'status' => 'default',\n)\n12:23:42[debug]: [3/27.125.207.130] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.130',\n 'status' => 'default',\n 'uid' => 3,\n)\n12:23:42[info]: [27.125.207.130]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.131',\n 'status' => 'default',\n)\n12:23:42[debug]: [4/27.125.207.131] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.131',\n 'status' => 'default',\n 'uid' => 4,\n)\n12:23:42[info]: [27.125.207.131]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.132',\n 'status' => 'default',\n)\n12:23:42[debug]: [5/27.125.207.132] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.132',\n 'status' => 'default',\n 'uid' => 5,\n)\n12:23:42[info]: [27.125.207.132]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.133',\n 'status' => 'default',\n)\n12:23:42[debug]: [6/27.125.207.133] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.133',\n 'status' => 'default',\n 'uid' => 6,\n)\n12:23:42[info]: [27.125.207.133]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.134',\n 'status' => 'default',\n)\n12:23:42[debug]: [7/27.125.207.134] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.134',\n 'status' => 'default',\n 'uid' => 7,\n)\n12:23:42[info]: [27.125.207.134]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.135',\n 'status' => 'default',\n)\n12:23:42[debug]: [8/27.125.207.135] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.135',\n 'status' => 'default',\n 'uid' => 8,\n)\n12:23:42[info]: [27.125.207.135]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.136',\n 'status' => 'default',\n)\n12:23:42[debug]: [9/27.125.207.136] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.136',\n 'status' => 'default',\n 'uid' => 9,\n)\n12:23:42[info]: [27.125.207.136]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.137',\n 'status' => 'default',\n)\n12:23:42[debug]: [10/27.125.207.137] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.137',\n 'status' => 'default',\n 'uid' => 10,\n)\n12:23:42[info]: [27.125.207.137]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.138',\n 'status' => 'default',\n)\n12:23:42[debug]: [11/27.125.207.138] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.138',\n 'status' => 'default',\n 'uid' => 11,\n)\n12:23:42[info]: [27.125.207.138]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.139',\n 'status' => 'default',\n)\n12:23:42[debug]: [12/27.125.207.139] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.139',\n 'status' => 'default',\n 'uid' => 12,\n)\n12:23:42[info]: [27.125.207.139]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.140',\n 'status' => 'default',\n)\n12:23:42[debug]: [13/27.125.207.140] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.140',\n 'status' => 'default',\n 'uid' => 13,\n)\n12:23:42[info]: [27.125.207.140]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.141',\n 'status' => 'default',\n)\n12:23:42[debug]: [14/27.125.207.141] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.141',\n 'status' => 'default',\n 'uid' => 14,\n)\n12:23:42[info]: [27.125.207.141]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.142',\n 'status' => 'default',\n)\n12:23:42[debug]: [15/27.125.207.142] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.142',\n 'status' => 'default',\n 'uid' => 15,\n)\n12:23:42[info]: [27.125.207.142]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.143',\n 'status' => 'default',\n)\n12:23:42[debug]: [16/27.125.207.143] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.143',\n 'status' => 'default',\n 'uid' => 16,\n)\n12:23:42[info]: [27.125.207.143]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.144',\n 'status' => 'default',\n)\n12:23:42[debug]: [17/27.125.207.144] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.144',\n 'status' => 'default',\n 'uid' => 17,\n)\n12:23:42[info]: [27.125.207.144]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.145',\n 'status' => 'default',\n)\n12:23:42[debug]: [18/27.125.207.145] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.145',\n 'status' => 'default',\n 'uid' => 18,\n)\n12:23:42[info]: [27.125.207.145]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.146',\n 'status' => 'default',\n)\n12:23:42[debug]: [19/27.125.207.146] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.146',\n 'status' => 'default',\n 'uid' => 19,\n)\n12:23:42[info]: [27.125.207.146]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.147',\n 'status' => 'default',\n)\n12:23:42[debug]: [20/27.125.207.147] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.147',\n 'status' => 'default',\n 'uid' => 20,\n)\n12:23:42[info]: [27.125.207.147]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.148',\n 'status' => 'default',\n)\n12:23:42[debug]: [21/27.125.207.148] 입력 후 내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.148',\n 'status' => 'default',\n 'uid' => 21,\n)\n12:23:42[info]: [27.125.207.148]생성되었습니다.:\n12:23:42[debug]: 입력내용\n12:23:42[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.149',\n 'status' => 'default',\n)\n12:23:43[debug]: [22/27.125.207.149] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.149',\n 'status' => 'default',\n 'uid' => 22,\n)\n12:23:43[info]: [27.125.207.149]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.150',\n 'status' => 'default',\n)\n12:23:43[debug]: [23/27.125.207.150] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.150',\n 'status' => 'default',\n 'uid' => 23,\n)\n12:23:43[info]: [27.125.207.150]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.151',\n 'status' => 'default',\n)\n12:23:43[debug]: [24/27.125.207.151] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.151',\n 'status' => 'default',\n 'uid' => 24,\n)\n12:23:43[info]: [27.125.207.151]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.152',\n 'status' => 'default',\n)\n12:23:43[debug]: [25/27.125.207.152] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.152',\n 'status' => 'default',\n 'uid' => 25,\n)\n12:23:43[info]: [27.125.207.152]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.153',\n 'status' => 'default',\n)\n12:23:43[debug]: [26/27.125.207.153] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.153',\n 'status' => 'default',\n 'uid' => 26,\n)\n12:23:43[info]: [27.125.207.153]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.154',\n 'status' => 'default',\n)\n12:23:43[debug]: [27/27.125.207.154] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.154',\n 'status' => 'default',\n 'uid' => 27,\n)\n12:23:43[info]: [27.125.207.154]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.155',\n 'status' => 'default',\n)\n12:23:43[debug]: [28/27.125.207.155] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.155',\n 'status' => 'default',\n 'uid' => 28,\n)\n12:23:43[info]: [27.125.207.155]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.156',\n 'status' => 'default',\n)\n12:23:43[debug]: [29/27.125.207.156] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.156',\n 'status' => 'default',\n 'uid' => 29,\n)\n12:23:43[info]: [27.125.207.156]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.157',\n 'status' => 'default',\n)\n12:23:43[debug]: [30/27.125.207.157] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.157',\n 'status' => 'default',\n 'uid' => 30,\n)\n12:23:43[info]: [27.125.207.157]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.158',\n 'status' => 'default',\n)\n12:23:43[debug]: [31/27.125.207.158] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.158',\n 'status' => 'default',\n 'uid' => 31,\n)\n12:23:43[info]: [27.125.207.158]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.159',\n 'status' => 'default',\n)\n12:23:43[debug]: [32/27.125.207.159] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.159',\n 'status' => 'default',\n 'uid' => 32,\n)\n12:23:43[info]: [27.125.207.159]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.160',\n 'status' => 'default',\n)\n12:23:43[debug]: [33/27.125.207.160] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.160',\n 'status' => 'default',\n 'uid' => 33,\n)\n12:23:43[info]: [27.125.207.160]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.161',\n 'status' => 'default',\n)\n12:23:43[debug]: [34/27.125.207.161] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.161',\n 'status' => 'default',\n 'uid' => 34,\n)\n12:23:43[info]: [27.125.207.161]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.162',\n 'status' => 'default',\n)\n12:23:43[debug]: [35/27.125.207.162] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.162',\n 'status' => 'default',\n 'uid' => 35,\n)\n12:23:43[info]: [27.125.207.162]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.163',\n 'status' => 'default',\n)\n12:23:43[debug]: [36/27.125.207.163] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.163',\n 'status' => 'default',\n 'uid' => 36,\n)\n12:23:43[info]: [27.125.207.163]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.164',\n 'status' => 'default',\n)\n12:23:43[debug]: [37/27.125.207.164] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.164',\n 'status' => 'default',\n 'uid' => 37,\n)\n12:23:43[info]: [27.125.207.164]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.165',\n 'status' => 'default',\n)\n12:23:43[debug]: [38/27.125.207.165] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.165',\n 'status' => 'default',\n 'uid' => 38,\n)\n12:23:43[info]: [27.125.207.165]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.166',\n 'status' => 'default',\n)\n12:23:43[debug]: [39/27.125.207.166] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.166',\n 'status' => 'default',\n 'uid' => 39,\n)\n12:23:43[info]: [27.125.207.166]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.167',\n 'status' => 'default',\n)\n12:23:43[debug]: [40/27.125.207.167] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.167',\n 'status' => 'default',\n 'uid' => 40,\n)\n12:23:43[info]: [27.125.207.167]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.168',\n 'status' => 'default',\n)\n12:23:43[debug]: [41/27.125.207.168] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.168',\n 'status' => 'default',\n 'uid' => 41,\n)\n12:23:43[info]: [27.125.207.168]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.169',\n 'status' => 'default',\n)\n12:23:43[debug]: [42/27.125.207.169] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.169',\n 'status' => 'default',\n 'uid' => 42,\n)\n12:23:43[info]: [27.125.207.169]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.170',\n 'status' => 'default',\n)\n12:23:43[debug]: [43/27.125.207.170] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.170',\n 'status' => 'default',\n 'uid' => 43,\n)\n12:23:43[info]: [27.125.207.170]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.171',\n 'status' => 'default',\n)\n12:23:43[debug]: [44/27.125.207.171] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.171',\n 'status' => 'default',\n 'uid' => 44,\n)\n12:23:43[info]: [27.125.207.171]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.172',\n 'status' => 'default',\n)\n12:23:43[debug]: [45/27.125.207.172] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.172',\n 'status' => 'default',\n 'uid' => 45,\n)\n12:23:43[info]: [27.125.207.172]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.173',\n 'status' => 'default',\n)\n12:23:43[debug]: [46/27.125.207.173] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.173',\n 'status' => 'default',\n 'uid' => 46,\n)\n12:23:43[info]: [27.125.207.173]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.174',\n 'status' => 'default',\n)\n12:23:43[debug]: [47/27.125.207.174] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.174',\n 'status' => 'default',\n 'uid' => 47,\n)\n12:23:43[info]: [27.125.207.174]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.175',\n 'status' => 'default',\n)\n12:23:43[debug]: [48/27.125.207.175] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.175',\n 'status' => 'default',\n 'uid' => 48,\n)\n12:23:43[info]: [27.125.207.175]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.176',\n 'status' => 'default',\n)\n12:23:43[debug]: [49/27.125.207.176] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.176',\n 'status' => 'default',\n 'uid' => 49,\n)\n12:23:43[info]: [27.125.207.176]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.177',\n 'status' => 'default',\n)\n12:23:43[debug]: [50/27.125.207.177] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.177',\n 'status' => 'default',\n 'uid' => 50,\n)\n12:23:43[info]: [27.125.207.177]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.178',\n 'status' => 'default',\n)\n12:23:43[debug]: [51/27.125.207.178] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.178',\n 'status' => 'default',\n 'uid' => 51,\n)\n12:23:43[info]: [27.125.207.178]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.179',\n 'status' => 'default',\n)\n12:23:43[debug]: [52/27.125.207.179] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.179',\n 'status' => 'default',\n 'uid' => 52,\n)\n12:23:43[info]: [27.125.207.179]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.180',\n 'status' => 'default',\n)\n12:23:43[debug]: [53/27.125.207.180] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.180',\n 'status' => 'default',\n 'uid' => 53,\n)\n12:23:43[info]: [27.125.207.180]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.181',\n 'status' => 'default',\n)\n12:23:43[debug]: [54/27.125.207.181] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.181',\n 'status' => 'default',\n 'uid' => 54,\n)\n12:23:43[info]: [27.125.207.181]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.182',\n 'status' => 'default',\n)\n12:23:43[debug]: [55/27.125.207.182] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.182',\n 'status' => 'default',\n 'uid' => 55,\n)\n12:23:43[info]: [27.125.207.182]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.183',\n 'status' => 'default',\n)\n12:23:43[debug]: [56/27.125.207.183] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.183',\n 'status' => 'default',\n 'uid' => 56,\n)\n12:23:43[info]: [27.125.207.183]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.184',\n 'status' => 'default',\n)\n12:23:43[debug]: [57/27.125.207.184] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.184',\n 'status' => 'default',\n 'uid' => 57,\n)\n12:23:43[info]: [27.125.207.184]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.185',\n 'status' => 'default',\n)\n12:23:43[debug]: [58/27.125.207.185] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.185',\n 'status' => 'default',\n 'uid' => 58,\n)\n12:23:43[info]: [27.125.207.185]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.186',\n 'status' => 'default',\n)\n12:23:43[debug]: [59/27.125.207.186] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.186',\n 'status' => 'default',\n 'uid' => 59,\n)\n12:23:43[info]: [27.125.207.186]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.187',\n 'status' => 'default',\n)\n12:23:43[debug]: [60/27.125.207.187] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.187',\n 'status' => 'default',\n 'uid' => 60,\n)\n12:23:43[info]: [27.125.207.187]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.188',\n 'status' => 'default',\n)\n12:23:43[debug]: [61/27.125.207.188] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.188',\n 'status' => 'default',\n 'uid' => 61,\n)\n12:23:43[info]: [27.125.207.188]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.189',\n 'status' => 'default',\n)\n12:23:43[debug]: [62/27.125.207.189] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.189',\n 'status' => 'default',\n 'uid' => 62,\n)\n12:23:43[info]: [27.125.207.189]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.190',\n 'status' => 'default',\n)\n12:23:43[debug]: [63/27.125.207.190] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.190',\n 'status' => 'default',\n 'uid' => 63,\n)\n12:23:43[info]: [27.125.207.190]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.191',\n 'status' => 'default',\n)\n12:23:43[debug]: [64/27.125.207.191] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.191',\n 'status' => 'default',\n 'uid' => 64,\n)\n12:23:43[info]: [27.125.207.191]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.192',\n 'status' => 'default',\n)\n12:23:43[debug]: [65/27.125.207.192] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.192',\n 'status' => 'default',\n 'uid' => 65,\n)\n12:23:43[info]: [27.125.207.192]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.193',\n 'status' => 'default',\n)\n12:23:43[debug]: [66/27.125.207.193] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.193',\n 'status' => 'default',\n 'uid' => 66,\n)\n12:23:43[info]: [27.125.207.193]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.194',\n 'status' => 'default',\n)\n12:23:43[debug]: [67/27.125.207.194] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.194',\n 'status' => 'default',\n 'uid' => 67,\n)\n12:23:43[info]: [27.125.207.194]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.195',\n 'status' => 'default',\n)\n12:23:43[debug]: [68/27.125.207.195] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.195',\n 'status' => 'default',\n 'uid' => 68,\n)\n12:23:43[info]: [27.125.207.195]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.196',\n 'status' => 'default',\n)\n12:23:43[debug]: [69/27.125.207.196] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.196',\n 'status' => 'default',\n 'uid' => 69,\n)\n12:23:43[info]: [27.125.207.196]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.197',\n 'status' => 'default',\n)\n12:23:43[debug]: [70/27.125.207.197] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.197',\n 'status' => 'default',\n 'uid' => 70,\n)\n12:23:43[info]: [27.125.207.197]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.198',\n 'status' => 'default',\n)\n12:23:43[debug]: [71/27.125.207.198] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.198',\n 'status' => 'default',\n 'uid' => 71,\n)\n12:23:43[info]: [27.125.207.198]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.199',\n 'status' => 'default',\n)\n12:23:43[debug]: [72/27.125.207.199] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.199',\n 'status' => 'default',\n 'uid' => 72,\n)\n12:23:43[info]: [27.125.207.199]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.200',\n 'status' => 'default',\n)\n12:23:43[debug]: [73/27.125.207.200] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.200',\n 'status' => 'default',\n 'uid' => 73,\n)\n12:23:43[info]: [27.125.207.200]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.201',\n 'status' => 'default',\n)\n12:23:43[debug]: [74/27.125.207.201] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.201',\n 'status' => 'default',\n 'uid' => 74,\n)\n12:23:43[info]: [27.125.207.201]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.202',\n 'status' => 'default',\n)\n12:23:43[debug]: [75/27.125.207.202] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.202',\n 'status' => 'default',\n 'uid' => 75,\n)\n12:23:43[info]: [27.125.207.202]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.203',\n 'status' => 'default',\n)\n12:23:43[debug]: [76/27.125.207.203] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.203',\n 'status' => 'default',\n 'uid' => 76,\n)\n12:23:43[info]: [27.125.207.203]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.204',\n 'status' => 'default',\n)\n12:23:43[debug]: [77/27.125.207.204] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.204',\n 'status' => 'default',\n 'uid' => 77,\n)\n12:23:43[info]: [27.125.207.204]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.205',\n 'status' => 'default',\n)\n12:23:43[debug]: [78/27.125.207.205] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.205',\n 'status' => 'default',\n 'uid' => 78,\n)\n12:23:43[info]: [27.125.207.205]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.206',\n 'status' => 'default',\n)\n12:23:43[debug]: [79/27.125.207.206] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.206',\n 'status' => 'default',\n 'uid' => 79,\n)\n12:23:43[info]: [27.125.207.206]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.207',\n 'status' => 'default',\n)\n12:23:43[debug]: [80/27.125.207.207] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.207',\n 'status' => 'default',\n 'uid' => 80,\n)\n12:23:43[info]: [27.125.207.207]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.208',\n 'status' => 'default',\n)\n12:23:43[debug]: [81/27.125.207.208] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.208',\n 'status' => 'default',\n 'uid' => 81,\n)\n12:23:43[info]: [27.125.207.208]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.209',\n 'status' => 'default',\n)\n12:23:43[debug]: [82/27.125.207.209] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.209',\n 'status' => 'default',\n 'uid' => 82,\n)\n12:23:43[info]: [27.125.207.209]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.210',\n 'status' => 'default',\n)\n12:23:43[debug]: [83/27.125.207.210] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.210',\n 'status' => 'default',\n 'uid' => 83,\n)\n12:23:43[info]: [27.125.207.210]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.211',\n 'status' => 'default',\n)\n12:23:43[debug]: [84/27.125.207.211] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.211',\n 'status' => 'default',\n 'uid' => 84,\n)\n12:23:43[info]: [27.125.207.211]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.212',\n 'status' => 'default',\n)\n12:23:43[debug]: [85/27.125.207.212] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.212',\n 'status' => 'default',\n 'uid' => 85,\n)\n12:23:43[info]: [27.125.207.212]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.213',\n 'status' => 'default',\n)\n12:23:43[debug]: [86/27.125.207.213] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.213',\n 'status' => 'default',\n 'uid' => 86,\n)\n12:23:43[info]: [27.125.207.213]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.214',\n 'status' => 'default',\n)\n12:23:43[debug]: [87/27.125.207.214] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.214',\n 'status' => 'default',\n 'uid' => 87,\n)\n12:23:43[info]: [27.125.207.214]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.215',\n 'status' => 'default',\n)\n12:23:43[debug]: [88/27.125.207.215] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.215',\n 'status' => 'default',\n 'uid' => 88,\n)\n12:23:43[info]: [27.125.207.215]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.216',\n 'status' => 'default',\n)\n12:23:43[debug]: [89/27.125.207.216] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.216',\n 'status' => 'default',\n 'uid' => 89,\n)\n12:23:43[info]: [27.125.207.216]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.217',\n 'status' => 'default',\n)\n12:23:43[debug]: [90/27.125.207.217] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.217',\n 'status' => 'default',\n 'uid' => 90,\n)\n12:23:43[info]: [27.125.207.217]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.218',\n 'status' => 'default',\n)\n12:23:43[debug]: [91/27.125.207.218] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.218',\n 'status' => 'default',\n 'uid' => 91,\n)\n12:23:43[info]: [27.125.207.218]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.219',\n 'status' => 'default',\n)\n12:23:43[debug]: [92/27.125.207.219] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.219',\n 'status' => 'default',\n 'uid' => 92,\n)\n12:23:43[info]: [27.125.207.219]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.220',\n 'status' => 'default',\n)\n12:23:43[debug]: [93/27.125.207.220] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.220',\n 'status' => 'default',\n 'uid' => 93,\n)\n12:23:43[info]: [27.125.207.220]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.221',\n 'status' => 'default',\n)\n12:23:43[debug]: [94/27.125.207.221] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.221',\n 'status' => 'default',\n 'uid' => 94,\n)\n12:23:43[info]: [27.125.207.221]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.222',\n 'status' => 'default',\n)\n12:23:43[debug]: [95/27.125.207.222] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.222',\n 'status' => 'default',\n 'uid' => 95,\n)\n12:23:43[info]: [27.125.207.222]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.223',\n 'status' => 'default',\n)\n12:23:43[debug]: [96/27.125.207.223] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.223',\n 'status' => 'default',\n 'uid' => 96,\n)\n12:23:43[info]: [27.125.207.223]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.224',\n 'status' => 'default',\n)\n12:23:43[debug]: [97/27.125.207.224] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.224',\n 'status' => 'default',\n 'uid' => 97,\n)\n12:23:43[info]: [27.125.207.224]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.225',\n 'status' => 'default',\n)\n12:23:43[debug]: [98/27.125.207.225] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.225',\n 'status' => 'default',\n 'uid' => 98,\n)\n12:23:43[info]: [27.125.207.225]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.226',\n 'status' => 'default',\n)\n12:23:43[debug]: [99/27.125.207.226] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.226',\n 'status' => 'default',\n 'uid' => 99,\n)\n12:23:43[info]: [27.125.207.226]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.227',\n 'status' => 'default',\n)\n12:23:43[debug]: [100/27.125.207.227] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.227',\n 'status' => 'default',\n 'uid' => 100,\n)\n12:23:43[info]: [27.125.207.227]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.228',\n 'status' => 'default',\n)\n12:23:43[debug]: [101/27.125.207.228] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.228',\n 'status' => 'default',\n 'uid' => 101,\n)\n12:23:43[info]: [27.125.207.228]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.229',\n 'status' => 'default',\n)\n12:23:43[debug]: [102/27.125.207.229] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.229',\n 'status' => 'default',\n 'uid' => 102,\n)\n12:23:43[info]: [27.125.207.229]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.230',\n 'status' => 'default',\n)\n12:23:43[debug]: [103/27.125.207.230] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.230',\n 'status' => 'default',\n 'uid' => 103,\n)\n12:23:43[info]: [27.125.207.230]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.231',\n 'status' => 'default',\n)\n12:23:43[debug]: [104/27.125.207.231] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.231',\n 'status' => 'default',\n 'uid' => 104,\n)\n12:23:43[info]: [27.125.207.231]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.232',\n 'status' => 'default',\n)\n12:23:43[debug]: [105/27.125.207.232] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.232',\n 'status' => 'default',\n 'uid' => 105,\n)\n12:23:43[info]: [27.125.207.232]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.233',\n 'status' => 'default',\n)\n12:23:43[debug]: [106/27.125.207.233] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.233',\n 'status' => 'default',\n 'uid' => 106,\n)\n12:23:43[info]: [27.125.207.233]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.234',\n 'status' => 'default',\n)\n12:23:43[debug]: [107/27.125.207.234] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.234',\n 'status' => 'default',\n 'uid' => 107,\n)\n12:23:43[info]: [27.125.207.234]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.235',\n 'status' => 'default',\n)\n12:23:43[debug]: [108/27.125.207.235] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.235',\n 'status' => 'default',\n 'uid' => 108,\n)\n12:23:43[info]: [27.125.207.235]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.236',\n 'status' => 'default',\n)\n12:23:43[debug]: [109/27.125.207.236] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.236',\n 'status' => 'default',\n 'uid' => 109,\n)\n12:23:43[info]: [27.125.207.236]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.237',\n 'status' => 'default',\n)\n12:23:43[debug]: [110/27.125.207.237] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.237',\n 'status' => 'default',\n 'uid' => 110,\n)\n12:23:43[info]: [27.125.207.237]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.238',\n 'status' => 'default',\n)\n12:23:43[debug]: [111/27.125.207.238] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.238',\n 'status' => 'default',\n 'uid' => 111,\n)\n12:23:43[info]: [27.125.207.238]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.239',\n 'status' => 'default',\n)\n12:23:43[debug]: [112/27.125.207.239] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.239',\n 'status' => 'default',\n 'uid' => 112,\n)\n12:23:43[info]: [27.125.207.239]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.240',\n 'status' => 'default',\n)\n12:23:43[debug]: [113/27.125.207.240] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.240',\n 'status' => 'default',\n 'uid' => 113,\n)\n12:23:43[info]: [27.125.207.240]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.241',\n 'status' => 'default',\n)\n12:23:43[debug]: [114/27.125.207.241] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.241',\n 'status' => 'default',\n 'uid' => 114,\n)\n12:23:43[info]: [27.125.207.241]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.242',\n 'status' => 'default',\n)\n12:23:43[debug]: [115/27.125.207.242] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.242',\n 'status' => 'default',\n 'uid' => 115,\n)\n12:23:43[info]: [27.125.207.242]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.243',\n 'status' => 'default',\n)\n12:23:43[debug]: [116/27.125.207.243] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.243',\n 'status' => 'default',\n 'uid' => 116,\n)\n12:23:43[info]: [27.125.207.243]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.244',\n 'status' => 'default',\n)\n12:23:43[debug]: [117/27.125.207.244] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.244',\n 'status' => 'default',\n 'uid' => 117,\n)\n12:23:43[info]: [27.125.207.244]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.245',\n 'status' => 'default',\n)\n12:23:43[debug]: [118/27.125.207.245] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.245',\n 'status' => 'default',\n 'uid' => 118,\n)\n12:23:43[info]: [27.125.207.245]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.246',\n 'status' => 'default',\n)\n12:23:43[debug]: [119/27.125.207.246] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.246',\n 'status' => 'default',\n 'uid' => 119,\n)\n12:23:43[info]: [27.125.207.246]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.247',\n 'status' => 'default',\n)\n12:23:43[debug]: [120/27.125.207.247] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.247',\n 'status' => 'default',\n 'uid' => 120,\n)\n12:23:43[info]: [27.125.207.247]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.248',\n 'status' => 'default',\n)\n12:23:43[debug]: [121/27.125.207.248] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.248',\n 'status' => 'default',\n 'uid' => 121,\n)\n12:23:43[info]: [27.125.207.248]생성되었습니다.:\n12:23:43[debug]: 입력내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.249',\n 'status' => 'default',\n)\n12:23:43[debug]: [122/27.125.207.249] 입력 후 내용\n12:23:43[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.249',\n 'status' => 'default',\n 'uid' => 122,\n)\n12:23:44[info]: [27.125.207.249]생성되었습니다.:\n12:23:44[debug]: 입력내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.250',\n 'status' => 'default',\n)\n12:23:44[debug]: [123/27.125.207.250] 입력 후 내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.250',\n 'status' => 'default',\n 'uid' => 123,\n)\n12:23:44[info]: [27.125.207.250]생성되었습니다.:\n12:23:44[debug]: 입력내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.251',\n 'status' => 'default',\n)\n12:23:44[debug]: [124/27.125.207.251] 입력 후 내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.251',\n 'status' => 'default',\n 'uid' => 124,\n)\n12:23:44[info]: [27.125.207.251]생성되었습니다.:\n12:23:44[debug]: 입력내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.252',\n 'status' => 'default',\n)\n12:23:44[debug]: [125/27.125.207.252] 입력 후 내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => '1',\n 'ip' => '27.125.207.252',\n 'status' => 'default',\n 'uid' => 125,\n)\n12:23:44[info]: [27.125.207.252]생성되었습니다.:\n12:23:44[debug]: 입력내용\n12:23:44[debug]: array (\n 'lineinfo_uid' => ','default','2025-05-26 03:23:44'),(23,1,'Equipment\\Part\\Cpu','create','작업이 성공적으로 완료되었습니다.','13:21:21[debug]: 입력내용\n13:21:21[debug]: array (\n 'model' => 'Xeon(R) CPU E5-2690 v2 @3.00GHz',\n 'price' => '50000',\n 'status' => 'default',\n)\n13:21:21[debug]: [2/Xeon(R) CPU E5-2690 v2 @3.00GHz] 입력 후 내용\n13:21:21[debug]: array (\n 'model' => 'Xeon(R) CPU E5-2690 v2 @3.00GHz',\n 'price' => '50000',\n 'status' => 'default',\n 'uid' => 2,\n)\n13:21:21[info]: [Xeon(R) CPU E5-2690 v2 @3.00GHz]생성되었습니다.:','default','2025-05-26 04:21:21'),(24,1,'Equipment\\Part\\Cpu','create','작업이 성공적으로 완료되었습니다.','13:21:46[debug]: 입력내용\n13:21:46[debug]: array (\n 'model' => 'Xeon(R) CPU E5-2690 v4 @ 2.60GHz',\n 'price' => '70000',\n 'status' => 'default',\n)\n13:21:46[debug]: [3/Xeon(R) CPU E5-2690 v4 @ 2.60GHz] 입력 후 내용\n13:21:46[debug]: array (\n 'model' => 'Xeon(R) CPU E5-2690 v4 @ 2.60GHz',\n 'price' => '70000',\n 'status' => 'default',\n 'uid' => 3,\n)\n13:21:46[info]: [Xeon(R) CPU E5-2690 v4 @ 2.60GHz]생성되었습니다.:','default','2025-05-26 04:21:46'),(25,1,'Equipment\\Part\\Ram','create','작업이 성공적으로 완료되었습니다.','13:22:54[debug]: 입력내용\n13:22:54[debug]: array (\n 'model' => 'ECC 2G',\n 'price' => '5000',\n 'status' => 'default',\n)\n13:22:54[debug]: [1/ECC 2G] 입력 후 내용\n13:22:54[debug]: array (\n 'model' => 'ECC 2G',\n 'price' => '5000',\n 'status' => 'default',\n 'uid' => 1,\n)\n13:22:54[info]: [ECC 2G]생성되었습니다.:','default','2025-05-26 04:22:54'),(26,1,'Equipment\\Part\\Ram','create','작업이 성공적으로 완료되었습니다.','13:23:09[debug]: 입력내용\n13:23:09[debug]: array (\n 'model' => 'ECC 4G',\n 'price' => '10000',\n 'status' => 'default',\n)\n13:23:09[debug]: [2/ECC 4G] 입력 후 내용\n13:23:09[debug]: array (\n 'model' => 'ECC 4G',\n 'price' => '10000',\n 'status' => 'default',\n 'uid' => 2,\n)\n13:23:09[info]: [ECC 4G]생성되었습니다.:','default','2025-05-26 04:23:09'),(27,1,'Equipment\\Part\\Ram','create','작업이 성공적으로 완료되었습니다.','13:23:37[debug]: 입력내용\n13:23:37[debug]: array (\n 'model' => 'ECC 8G',\n 'price' => '20000',\n 'status' => 'default',\n)\n13:23:37[debug]: [3/ECC 8G] 입력 후 내용\n13:23:37[debug]: array (\n 'model' => 'ECC 8G',\n 'price' => '20000',\n 'status' => 'default',\n 'uid' => 3,\n)\n13:23:37[info]: [ECC 8G]생성되었습니다.:','default','2025-05-26 04:23:37'),(28,1,'Equipment\\Part\\Disk','create','작업이 성공적으로 완료되었습니다.','13:24:11[debug]: 입력내용\n13:24:11[debug]: array (\n 'model' => 'Samsung SSD 860 256G',\n 'price' => '100000',\n 'status' => 'default',\n)\n13:24:11[debug]: [1/Samsung SSD 860 256G] 입력 후 내용\n13:24:11[debug]: array (\n 'model' => 'Samsung SSD 860 256G',\n 'price' => '100000',\n 'status' => 'default',\n 'uid' => 1,\n)\n13:24:11[info]: [Samsung SSD 860 256G]생성되었습니다.:','default','2025-05-26 04:24:11'),(29,1,'Equipment\\Part\\Disk','create','작업이 성공적으로 완료되었습니다.','13:24:31[debug]: 입력내용\n13:24:31[debug]: array (\n 'model' => 'Samsung SSD 870 EVO 500G',\n 'price' => '150000',\n 'status' => 'default',\n)\n13:24:31[debug]: [2/Samsung SSD 870 EVO 500G] 입력 후 내용\n13:24:31[debug]: array (\n 'model' => 'Samsung SSD 870 EVO 500G',\n 'price' => '150000',\n 'status' => 'default',\n 'uid' => 2,\n)\n13:24:31[info]: [Samsung SSD 870 EVO 500G]생성되었습니다.:','default','2025-05-26 04:24:31'),(30,1,'Equipment\\Part\\Disk','create','작업이 성공적으로 완료되었습니다.','13:24:43[debug]: 입력내용\n13:24:43[debug]: array (\n 'model' => 'Samsung SSD 870 Pro 500G',\n 'price' => '170000',\n 'status' => 'default',\n)\n13:24:43[debug]: [3/Samsung SSD 870 Pro 500G] 입력 후 내용\n13:24:43[debug]: array (\n 'model' => 'Samsung SSD 870 Pro 500G',\n 'price' => '170000',\n 'status' => 'default',\n 'uid' => 3,\n)\n13:24:43[info]: [Samsung SSD 870 Pro 500G]생성되었습니다.:','default','2025-05-26 04:24:43'),(31,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:26:52[debug]: 입력내용\n13:26:52[debug]: array (\n 'type' => 'Windows',\n 'model' => 'Windows 2008R2 Ent',\n 'price' => '10000',\n 'status' => 'default',\n 'description' => '',\n)\n13:26:52[debug]: [1/Windows 2008R2 Ent] 입력 후 내용\n13:26:52[debug]: array (\n 'type' => 'Windows',\n 'model' => 'Windows 2008R2 Ent',\n 'price' => '10000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 1,\n)\n13:26:52[info]: [Windows 2008R2 Ent]생성되었습니다.:','default','2025-05-26 04:26:52'),(32,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:27:20[debug]: 입력내용\n13:27:20[debug]: array (\n 'type' => 'Linux',\n 'model' => 'CentOS 7.9',\n 'price' => '1000',\n 'status' => 'default',\n 'description' => '',\n)\n13:27:20[debug]: [2/CentOS 7.9] 입력 후 내용\n13:27:20[debug]: array (\n 'type' => 'Linux',\n 'model' => 'CentOS 7.9',\n 'price' => '1000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 2,\n)\n13:27:20[info]: [CentOS 7.9]생성되었습니다.:','default','2025-05-26 04:27:20'),(33,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:27:50[debug]: 입력내용\n13:27:50[debug]: array (\n 'type' => 'Security',\n 'model' => '닷디펜더',\n 'price' => '100000',\n 'status' => 'default',\n 'description' => '',\n)\n13:27:50[debug]: [3/닷디펜더] 입력 후 내용\n13:27:50[debug]: array (\n 'type' => 'Security',\n 'model' => '닷디펜더',\n 'price' => '100000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 3,\n)\n13:27:50[info]: [닷디펜더]생성되었습니다.:','default','2025-05-26 04:27:50'),(34,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:28:27[debug]: 입력내용\n13:28:27[debug]: array (\n 'type' => 'Virus',\n 'model' => '비트디펜더',\n 'price' => '100000',\n 'status' => 'default',\n 'description' => '',\n)\n13:28:27[debug]: [4/비트디펜더] 입력 후 내용\n13:28:27[debug]: array (\n 'type' => 'Virus',\n 'model' => '비트디펜더',\n 'price' => '100000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 4,\n)\n13:28:27[info]: [비트디펜더]생성되었습니다.:','default','2025-05-26 04:28:27'),(35,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:28:57[debug]: 입력내용\n13:28:57[debug]: array (\n 'type' => 'Linux',\n 'model' => 'Ubuntu 20.04',\n 'price' => '1000',\n 'status' => 'default',\n 'description' => '',\n)\n13:28:57[debug]: [5/Ubuntu 20.04] 입력 후 내용\n13:28:57[debug]: array (\n 'type' => 'Linux',\n 'model' => 'Ubuntu 20.04',\n 'price' => '1000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 5,\n)\n13:28:57[info]: [Ubuntu 20.04]생성되었습니다.:','default','2025-05-26 04:28:57'),(36,1,'Equipment\\Software','create','작업이 성공적으로 완료되었습니다.','13:29:26[debug]: 입력내용\n13:29:26[debug]: array (\n 'type' => 'Windows',\n 'model' => 'Windows 10',\n 'price' => '10000',\n 'status' => 'default',\n 'description' => '',\n)\n13:29:26[debug]: [6/Windows 10] 입력 후 내용\n13:29:26[debug]: array (\n 'type' => 'Windows',\n 'model' => 'Windows 10',\n 'price' => '10000',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 6,\n)\n13:29:26[info]: [Windows 10]생성되었습니다.:','default','2025-05-26 04:29:26'),(37,1,'Equipment\\Defence','create','작업이 성공적으로 완료되었습니다.','13:33:17[debug]: 입력내용\n13:33:17[debug]: array (\n 'type' => 'VPC-CS',\n 'ip' => '13.23.4.2',\n 'price' => '100000',\n 'accountid' => 'VPC-X21',\n 'domain' => '',\n 'status' => 'default',\n 'description' => '',\n)\n13:33:17[debug]: [1/13.23.4.2] 입력 후 내용\n13:33:17[debug]: array (\n 'type' => 'VPC-CS',\n 'ip' => '13.23.4.2',\n 'price' => '100000',\n 'accountid' => 'VPC-X21',\n 'domain' => '',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 1,\n)\n13:33:17[info]: [13.23.4.2]생성되었습니다.:','default','2025-05-26 04:33:17'),(38,1,'Equipment\\Defence','create','작업이 성공적으로 완료되었습니다.','13:34:17[debug]: 입력내용\n13:34:17[debug]: array (\n 'type' => 'KT-CS',\n 'ip' => '21.238.234.34',\n 'price' => '100000',\n 'accountid' => 'KT-X23',\n 'domain' => '',\n 'status' => 'default',\n 'description' => '',\n)\n13:34:17[debug]: [2/21.238.234.34] 입력 후 내용\n13:34:17[debug]: array (\n 'type' => 'KT-CS',\n 'ip' => '21.238.234.34',\n 'price' => '100000',\n 'accountid' => 'KT-X23',\n 'domain' => '',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 2,\n)\n13:34:17[info]: [21.238.234.34]생성되었습니다.:','default','2025-05-26 04:34:17'),(39,1,'Equipment\\Server','create','작업이 성공적으로 완료되었습니다.','13:34:53[debug]: 입력내용\n13:34:53[debug]: array (\n 'code' => 'X386',\n 'type' => 'Rack',\n 'model' => 'HP DL360 Gen 7',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'status' => 'default',\n 'description' => '',\n)\n13:34:53[debug]: [1/X386 [HP DL360 Gen 7]] 입력 후 내용\n13:34:53[debug]: array (\n 'code' => 'X386',\n 'type' => 'Rack',\n 'model' => 'HP DL360 Gen 7',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'status' => 'default',\n 'description' => '',\n 'uid' => 1,\n)\n13:34:53[info]: [X386 [HP DL360 Gen 7]]생성되었습니다.:','default','2025-05-26 04:34:53'),(40,1,'Equipment\\Link\\Cpu','create','작업이 성공적으로 완료되었습니다.','14:10:38[debug]: 입력내용\n14:10:38[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '2',\n)\n14:10:38[debug]: [1/1] 입력 후 내용\n14:10:38[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '2',\n 'uid' => 1,\n)\n14:10:38[info]: [1]생성되었습니다.:','default','2025-05-26 05:10:38'),(41,1,'Equipment\\Link\\Cpu','create','작업이 성공적으로 완료되었습니다.','14:14:50[debug]: 입력내용\n14:14:50[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '2',\n)\n14:14:50[debug]: [2/2] 입력 후 내용\n14:14:50[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '2',\n 'uid' => 2,\n)\n14:14:50[info]: [2]생성되었습니다.:','default','2025-05-26 05:14:50'),(42,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','14:16:27[debug]: 입력내용\n14:16:27[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n14:16:27[debug]: [1/1] 입력 후 내용\n14:16:27[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 1,\n)\n14:16:27[info]: [1]생성되었습니다.:','default','2025-05-26 05:16:27'),(43,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','14:16:58[debug]: 입력내용\n14:16:58[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n14:16:58[debug]: [2/2] 입력 후 내용\n14:16:58[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 2,\n)\n14:16:58[info]: [2]생성되었습니다.:','default','2025-05-26 05:16:58'),(44,1,'Equipment\\Link\\Disk','create','작업이 성공적으로 완료되었습니다.','14:17:27[debug]: 입력내용\n14:17:27[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '2',\n)\n14:17:27[debug]: [1/1] 입력 후 내용\n14:17:27[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '2',\n 'uid' => 1,\n)\n14:17:27[info]: [1]생성되었습니다.:','default','2025-05-26 05:17:27'),(45,1,'Equipment\\Link\\Disk','create','작업이 성공적으로 완료되었습니다.','14:17:48[debug]: 입력내용\n14:17:48[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '2',\n)\n14:17:48[debug]: [2/2] 입력 후 내용\n14:17:48[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '2',\n 'uid' => 2,\n)\n14:17:48[info]: [2]생성되었습니다.:','default','2025-05-26 05:17:48'),(46,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','14:19:34[debug]: 입력내용\n14:19:34[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n14:19:34[debug]: [3/3] 입력 후 내용\n14:19:34[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 3,\n)\n14:19:34[info]: [3]생성되었습니다.:','default','2025-05-26 05:19:34'),(47,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','14:28:06[debug]: 입력내용\n14:28:06[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n14:28:06[debug]: [4/4] 입력 후 내용\n14:28:06[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 4,\n)\n14:28:06[info]: [4]생성되었습니다.:','default','2025-05-26 05:28:07'),(48,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','14:28:24[info]: [1]삭제되였습니다.:','default','2025-05-26 05:28:24'),(49,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','16:06:44[debug]: 입력내용\n16:06:44[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n16:06:44[debug]: [5/5] 입력 후 내용\n16:06:44[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 5,\n)\n16:06:44[info]: [5]생성되었습니다.:','default','2025-05-26 07:06:44'),(50,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','16:08:05[info]: [2]삭제되였습니다.:','default','2025-05-26 07:08:05'),(51,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','16:08:12[debug]: 입력내용\n16:08:12[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n16:08:12[debug]: [6/6] 입력 후 내용\n16:08:12[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 6,\n)\n16:08:12[info]: [6]생성되었습니다.:','default','2025-05-26 07:08:12'),(52,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','16:08:50[info]: [3]삭제되였습니다.:','default','2025-05-26 07:08:50'),(53,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','16:08:55[debug]: 입력내용\n16:08:55[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n16:08:55[debug]: [7/7] 입력 후 내용\n16:08:55[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 7,\n)\n16:08:55[info]: [7]생성되었습니다.:','default','2025-05-26 07:08:55'),(54,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','16:11:02[info]: [4]삭제되였습니다.:','default','2025-05-26 07:11:02'),(55,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','16:11:08[debug]: 입력내용\n16:11:08[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n)\n16:11:08[debug]: [8/8] 입력 후 내용\n16:11:08[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '2',\n 'uid' => 8,\n)\n16:11:08[info]: [8]생성되었습니다.:','default','2025-05-26 07:11:08'),(56,1,'Equipment\\Link\\Cpu','create','작업이 성공적으로 완료되었습니다.','18:00:29[debug]: 입력내용\n18:00:29[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '3',\n)\n18:00:29[debug]: [3/3] 입력 후 내용\n18:00:29[debug]: array (\n 'serverinfo_uid' => '1',\n 'cpuinfo_uid' => '3',\n 'uid' => 3,\n)\n18:00:29[info]: [3]생성되었습니다.:','default','2025-05-26 09:00:29'),(57,1,'Equipment\\Link\\Ram','create','작업이 성공적으로 완료되었습니다.','18:01:05[debug]: 입력내용\n18:01:05[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '3',\n)\n18:01:05[debug]: [9/9] 입력 후 내용\n18:01:05[debug]: array (\n 'serverinfo_uid' => '1',\n 'raminfo_uid' => '3',\n 'uid' => 9,\n)\n18:01:05[info]: [9]생성되었습니다.:','default','2025-05-26 09:01:05'),(58,1,'Equipment\\Link\\Disk','create','작업이 성공적으로 완료되었습니다.','18:01:31[debug]: 입력내용\n18:01:31[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '3',\n)\n18:01:31[debug]: [3/3] 입력 후 내용\n18:01:31[debug]: array (\n 'serverinfo_uid' => '1',\n 'diskinfo_uid' => '3',\n 'uid' => 3,\n)\n18:01:31[info]: [3]생성되었습니다.:','default','2025-05-26 09:01:31'),(59,1,'Equipment\\Link\\Cpu','delete','작업이 성공적으로 완료되었습니다.','18:02:17[info]: [3]삭제되였습니다.:','default','2025-05-26 09:02:17'),(60,1,'Equipment\\Link\\Ram','delete','작업이 성공적으로 완료되었습니다.','18:02:26[info]: [9]삭제되였습니다.:','default','2025-05-26 09:02:26'),(61,1,'Equipment\\Link\\Disk','delete','작업이 성공적으로 완료되었습니다.','18:02:36[info]: [3]삭제되였습니다.:','default','2025-05-26 09:02:36'),(62,1,'Equipment\\Link\\Defence','create','작업이 실패하였습니다.','11:49:58[debug]: 입력내용\n11:49:58[debug]: array (\n 'serverinfo_uid' => '1',\n 'defenceinfo_uid' => '1',\n)\n11:49:58[error]: \n------save_process 오류-----\nINSERT INTO `serverinfos_domaininfos` (`serverinfo_uid`, `defenceinfo_uid`) VALUES ('1', '1')\narray (\n 'CodeIgniter\\\\Database\\\\MySQLi\\\\Connection' => 'Unknown column \\'defenceinfo_uid\\' in \\'field list\\'',\n)\n------------------------------\n\n11:49:58[debug]: \n------save_process 오류-----\nINSERT INTO `serverinfos_domaininfos` (`serverinfo_uid`, `defenceinfo_uid`) VALUES ('1', '1')\narray (\n 'CodeIgniter\\\\Database\\\\MySQLi\\\\Connection' => 'Unknown column \\'defenceinfo_uid\\' in \\'field list\\'',\n)\n------------------------------\n','default','2025-05-27 02:49:58'),(63,1,'Equipment\\Server','toggle','작업이 성공적으로 완료되었습니다.','12:51:48[debug]: [1/X386 [HP DL360 Gen 7]] 변경 전 내용\n12:51:49[debug]: array (\n 'type' => 'default',\n)\n12:51:49[debug]: array (\n 'uid' => '1',\n 'code' => 'X386',\n 'type' => 'Rack',\n 'model' => 'HP DL360 Gen 7',\n 'price_type' => 'month',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'description' => '',\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-26 13:34:53.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n12:51:49[debug]: [1/X386 [HP DL360 Gen 7]] 변경 후 내용\n12:51:49[debug]: array (\n 'uid' => '1',\n 'code' => 'X386',\n 'type' => 'default',\n 'model' => 'HP DL360 Gen 7',\n 'price_type' => 'month',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'description' => '',\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 12:51:49.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-26 13:34:53.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n12:51:49[info]: [X386 [HP DL360 Gen 7]]수정되였습니다.:','default','2025-05-27 03:51:49'),(64,1,'Customer\\Client','create','작업이 성공적으로 완료되었습니다.','14:09:40[debug]: 입력내용\n14:09:40[debug]: array (\n 'name' => 'Test111',\n 'email' => 'test111@co.kr',\n 'phone' => '1111',\n 'role' => 'user',\n)\n14:09:40[debug]: [1/Test111] 입력 후 내용\n14:09:40[debug]: array (\n 'name' => 'Test111',\n 'email' => 'test111@co.kr',\n 'phone' => '1111',\n 'role' => 'user',\n 'uid' => 1,\n)\n14:09:40[info]: [Test111]생성되었습니다.:','default','2025-05-27 05:09:40'),(65,1,'Customer\\Client','create','작업이 성공적으로 완료되었습니다.','14:09:55[debug]: 입력내용\n14:09:55[debug]: array (\n 'name' => 'Test222',\n 'email' => 'test222@co.kr',\n 'phone' => '2222',\n 'role' => 'user,vip',\n)\n14:09:55[debug]: [2/Test222] 입력 후 내용\n14:09:55[debug]: array (\n 'name' => 'Test222',\n 'email' => 'test222@co.kr',\n 'phone' => '2222',\n 'role' => 'user,vip',\n 'uid' => 2,\n)\n14:09:55[info]: [Test222]생성되었습니다.:','default','2025-05-27 05:09:55'),(66,1,'Customer\\Client','create','작업이 성공적으로 완료되었습니다.','14:10:12[debug]: 입력내용\n14:10:12[debug]: array (\n 'name' => 'Test333',\n 'email' => 'test333@co.kr',\n 'phone' => '3333',\n 'role' => 'user,vip,reseller',\n)\n14:10:12[debug]: [3/Test333] 입력 후 내용\n14:10:12[debug]: array (\n 'name' => 'Test333',\n 'email' => 'test333@co.kr',\n 'phone' => '3333',\n 'role' => 'user,vip,reseller',\n 'uid' => 3,\n)\n14:10:12[info]: [Test333]생성되었습니다.:','default','2025-05-27 05:10:12'),(67,1,'Customer\\Client','create','작업이 성공적으로 완료되었습니다.','14:10:27[debug]: 입력내용\n14:10:27[debug]: array (\n 'name' => 'Test444',\n 'email' => 'test444@co.kr',\n 'phone' => '4444',\n 'role' => 'user,vip',\n)\n14:10:27[debug]: [4/Test444] 입력 후 내용\n14:10:27[debug]: array (\n 'name' => 'Test444',\n 'email' => 'test444@co.kr',\n 'phone' => '4444',\n 'role' => 'user,vip',\n 'uid' => 4,\n)\n14:10:27[info]: [Test444]생성되었습니다.:','default','2025-05-27 05:10:27'),(68,1,'Customer\\Account','create','작업이 성공적으로 완료되었습니다.','14:11:30[debug]: [1/Test111] 변경 전 내용\n14:11:30[debug]: array (\n 'account_balance' => 100000,\n)\n14:11:30[debug]: array (\n 'uid' => '1',\n 'role' => 'user',\n 'name' => 'Test111',\n 'phone' => '1111',\n 'email' => 'test111@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:11:30[debug]: [1/Test111] 변경 후 내용\n14:11:30[debug]: array (\n 'uid' => '1',\n 'role' => 'user',\n 'name' => 'Test111',\n 'phone' => '1111',\n 'email' => 'test111@co.kr',\n 'account_balance' => 100000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:11:30.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:11:30[info]: [Test111]수정되였습니다.:\n14:11:30[debug]: 입력내용\n14:11:30[debug]: array (\n 'clientinfo_uid' => '1',\n 'status' => 'default',\n 'alias' => '고객111',\n 'title' => '5월예치금입금',\n 'amount' => '100000',\n)\n14:11:30[debug]: [1/5월예치금입금] 입력 후 내용\n14:11:30[debug]: array (\n 'clientinfo_uid' => '1',\n 'status' => 'default',\n 'alias' => '고객111',\n 'title' => '5월예치금입금',\n 'amount' => '100000',\n 'uid' => 1,\n)\n14:11:30[info]: [5월예치금입금]생성되었습니다.:','default','2025-05-27 05:11:30'),(69,1,'Customer\\Account','create','작업이 실패하였습니다.','14:12:02[debug]: 예치금:100000 < 출금액:500000 출금이 불가합니다.','default','2025-05-27 05:12:02'),(70,1,'Customer\\Account','create','작업이 성공적으로 완료되었습니다.','14:12:07[debug]: [1/Test111] 변경 전 내용\n14:12:07[debug]: array (\n 'account_balance' => 50000,\n)\n14:12:07[debug]: array (\n 'uid' => '1',\n 'role' => 'user',\n 'name' => 'Test111',\n 'phone' => '1111',\n 'email' => 'test111@co.kr',\n 'account_balance' => 100000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:11:30.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:07[debug]: [1/Test111] 변경 후 내용\n14:12:07[debug]: array (\n 'uid' => '1',\n 'role' => 'user',\n 'name' => 'Test111',\n 'phone' => '1111',\n 'email' => 'test111@co.kr',\n 'account_balance' => 50000,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:12:07.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:40.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:07[info]: [Test111]수정되였습니다.:\n14:12:07[debug]: 입력내용\n14:12:07[debug]: array (\n 'clientinfo_uid' => '1',\n 'status' => 'out',\n 'alias' => 'Test111',\n 'title' => '5월예치금출금',\n 'amount' => '50000',\n)\n14:12:07[debug]: [2/5월예치금출금] 입력 후 내용\n14:12:07[debug]: array (\n 'clientinfo_uid' => '1',\n 'status' => 'out',\n 'alias' => 'Test111',\n 'title' => '5월예치금출금',\n 'amount' => '50000',\n 'uid' => 2,\n)\n14:12:07[info]: [5월예치금출금]생성되었습니다.:','default','2025-05-27 05:12:07'),(71,1,'Customer\\Coupon','create','작업이 성공적으로 완료되었습니다.','14:12:33[debug]: [2/Test222] 변경 전 내용\n14:12:33[debug]: array (\n 'coupon_balance' => 100,\n)\n14:12:33[debug]: array (\n 'uid' => '2',\n 'role' => 'user,vip',\n 'name' => 'Test222',\n 'phone' => '2222',\n 'email' => 'test222@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:33[debug]: [2/Test222] 변경 후 내용\n14:12:33[debug]: array (\n 'uid' => '2',\n 'role' => 'user,vip',\n 'name' => 'Test222',\n 'phone' => '2222',\n 'email' => 'test222@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 100,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:12:33.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:33[info]: [Test222]수정되였습니다.:\n14:12:33[debug]: 입력내용\n14:12:33[debug]: array (\n 'clientinfo_uid' => '2',\n 'status' => 'default',\n 'title' => '5월쿠폰추가',\n 'amount' => '100',\n)\n14:12:33[debug]: [1/5월쿠폰추가] 입력 후 내용\n14:12:33[debug]: array (\n 'clientinfo_uid' => '2',\n 'status' => 'default',\n 'title' => '5월쿠폰추가',\n 'amount' => '100',\n 'uid' => 1,\n)\n14:12:33[info]: [5월쿠폰추가]생성되었습니다.:','default','2025-05-27 05:12:33'),(72,1,'Customer\\Coupon','create','작업이 성공적으로 완료되었습니다.','14:12:47[debug]: [2/Test222] 변경 전 내용\n14:12:47[debug]: array (\n 'coupon_balance' => 80,\n)\n14:12:48[debug]: array (\n 'uid' => '2',\n 'role' => 'user,vip',\n 'name' => 'Test222',\n 'phone' => '2222',\n 'email' => 'test222@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 100,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:12:33.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:48[debug]: [2/Test222] 변경 후 내용\n14:12:48[debug]: array (\n 'uid' => '2',\n 'role' => 'user,vip',\n 'name' => 'Test222',\n 'phone' => '2222',\n 'email' => 'test222@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 80,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:12:48.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:09:55.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:12:48[info]: [Test222]수정되였습니다.:\n14:12:48[debug]: 입력내용\n14:12:48[debug]: array (\n 'clientinfo_uid' => '2',\n 'status' => 'out',\n 'title' => '5월쿠폰사용',\n 'amount' => '20',\n)\n14:12:48[debug]: [2/5월쿠폰사용] 입력 후 내용\n14:12:48[debug]: array (\n 'clientinfo_uid' => '2',\n 'status' => 'out',\n 'title' => '5월쿠폰사용',\n 'amount' => '20',\n 'uid' => 2,\n)\n14:12:48[info]: [5월쿠폰사용]생성되었습니다.:','default','2025-05-27 05:12:48'),(73,1,'Customer\\Point','create','작업이 성공적으로 완료되었습니다.','14:13:23[debug]: [3/Test333] 변경 전 내용\n14:13:23[debug]: array (\n 'point_balance' => 200000,\n)\n14:13:23[debug]: array (\n 'uid' => '3',\n 'role' => 'user,vip,reseller',\n 'name' => 'Test333',\n 'phone' => '3333',\n 'email' => 'test333@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 0,\n 'status' => 'default',\n 'updated_at' => NULL,\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:10:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:13:23[debug]: [3/Test333] 변경 후 내용\n14:13:23[debug]: array (\n 'uid' => '3',\n 'role' => 'user,vip,reseller',\n 'name' => 'Test333',\n 'phone' => '3333',\n 'email' => 'test333@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 200000,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:13:23.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:10:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:13:23[info]: [Test333]수정되였습니다.:\n14:13:23[debug]: 입력내용\n14:13:23[debug]: array (\n 'clientinfo_uid' => '3',\n 'status' => 'default',\n 'title' => '5월포인트입금',\n 'amount' => '200000',\n)\n14:13:23[debug]: [1/5월포인트입금] 입력 후 내용\n14:13:23[debug]: array (\n 'clientinfo_uid' => '3',\n 'status' => 'default',\n 'title' => '5월포인트입금',\n 'amount' => '200000',\n 'uid' => 1,\n)\n14:13:23[info]: [5월포인트입금]생성되었습니다.:','default','2025-05-27 05:13:23'),(74,1,'Customer\\Point','create','작업이 성공적으로 완료되었습니다.','14:13:50[debug]: [3/Test333] 변경 전 내용\n14:13:50[debug]: array (\n 'point_balance' => 50000,\n)\n14:13:50[debug]: array (\n 'uid' => '3',\n 'role' => 'user,vip,reseller',\n 'name' => 'Test333',\n 'phone' => '3333',\n 'email' => 'test333@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 200000,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:13:23.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:10:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:13:50[debug]: [3/Test333] 변경 후 내용\n14:13:50[debug]: array (\n 'uid' => '3',\n 'role' => 'user,vip,reseller',\n 'name' => 'Test333',\n 'phone' => '3333',\n 'email' => 'test333@co.kr',\n 'account_balance' => 0,\n 'coupon_balance' => 0,\n 'point_balance' => 50000,\n 'status' => 'default',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:13:50.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 14:10:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n14:13:50[info]: [Test333]수정되였습니다.:\n14:13:50[debug]: 입력내용\n14:13:50[debug]: array (\n 'clientinfo_uid' => '3',\n 'status' => 'out',\n 'title' => '5월포인트출금',\n 'amount' => '150000',\n)\n14:13:50[debug]: [2/5월포인트출금] 입력 후 내용\n14:13:50[debug]: array (\n 'clientinfo_uid' => '3',\n 'status' => 'out',\n 'title' => '5월포인트출금',\n 'amount' => '150000',\n 'uid' => 2,\n)\n14:13:50[info]: [5월포인트출금]생성되었습니다.:','default','2025-05-27 05:13:50'),(75,1,'Equipment\\Server','modify','작업이 성공적으로 완료되었습니다.','15:12:12[debug]: [1/X386 [HP DL360 Gen 7]] 변경 전 내용\n15:12:12[debug]: array (\n 'code' => 'X386',\n 'switch' => 'C35PA21',\n 'manufactur_at' => '2025-05-05',\n 'type' => 'default',\n 'model' => 'HP DL360 Gen 7',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'status' => 'default',\n 'description' => '',\n)\n15:12:12[debug]: array (\n 'uid' => '1',\n 'code' => 'X386',\n 'switch' => '',\n 'type' => 'default',\n 'model' => 'HP DL360 Gen 7',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'description' => '',\n 'status' => 'default',\n 'manufactur_at' => '2025-05-27',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 12:51:49.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-26 13:34:53.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n15:12:12[debug]: [1/X386 [HP DL360 Gen 7]] 변경 후 내용\n15:12:12[debug]: array (\n 'uid' => '1',\n 'code' => 'X386',\n 'switch' => 'C35PA21',\n 'type' => 'default',\n 'model' => 'HP DL360 Gen 7',\n 'price' => '200000',\n 'raid' => 'RAID1',\n 'description' => '',\n 'status' => 'default',\n 'manufactur_at' => '2025-05-05',\n 'updated_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-27 15:12:12.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'created_at' => \n \\CodeIgniter\\I18n\\Time::__set_state(array(\n 'timezone' => \n \\DateTimeZone::__set_state(array(\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n 'locale' => 'en',\n 'toStringFormat' => 'yyyy-MM-dd HH:mm:ss',\n 'date' => '2025-05-26 13:34:53.000000',\n 'timezone_type' => 3,\n 'timezone' => 'Asia/Seoul',\n )),\n)\n15:12:12[info]: [X386 [HP DL360 Gen 7]]수정되였습니다.:','default','2025-05-27 06:12:12'); /*!40000 ALTER TABLE `logger` ENABLE KEYS */; UNLOCK TABLES; @@ -497,6 +497,7 @@ CREATE TABLE `serverinfo` ( `raid` varchar(10) NOT NULL DEFAULT 'default', `description` text DEFAULT NULL, `status` varchar(20) NOT NULL DEFAULT 'default', + `manufactur_at` date NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`uid`), @@ -511,7 +512,7 @@ CREATE TABLE `serverinfo` ( LOCK TABLES `serverinfo` WRITE; /*!40000 ALTER TABLE `serverinfo` DISABLE KEYS */; -INSERT INTO `serverinfo` VALUES (1,'X386','','default','HP DL360 Gen 7',200000,'RAID1','','default','2025-05-27 03:51:49','2025-05-26 04:34:53'); +INSERT INTO `serverinfo` VALUES (1,'X386','C35PA21','default','HP DL360 Gen 7',200000,'RAID1','','default','2025-05-05','2025-05-27 06:12:12','2025-05-26 04:34:53'); /*!40000 ALTER TABLE `serverinfo` ENABLE KEYS */; UNLOCK TABLES; @@ -725,34 +726,32 @@ LOCK TABLES `serverinfos_softwareinfos` WRITE; UNLOCK TABLES; -- --- Table structure for table `servicweinfo` +-- Table structure for table `serviceinfo` -- -DROP TABLE IF EXISTS `servicweinfo`; +DROP TABLE IF EXISTS `serviceinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; -CREATE TABLE `servicweinfo` ( +CREATE TABLE `serviceinfo` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `clientinfo_uid` int(11) NOT NULL, `item_type` varchar(20) NOT NULL DEFAULT 'server', `item_uid` int(11) NOT NULL, - `reason` varchar(255) DEFAULT NULL COMMENT '이유', + `title` varchar(255) DEFAULT NULL COMMENT '이유', `status` varchar(20) NOT NULL DEFAULT 'default' COMMENT '상태', `updated_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), - PRIMARY KEY (`uid`), - KEY `FK_clientinfo_TO_servicweinfo` (`clientinfo_uid`), - CONSTRAINT `FK_clientinfo_TO_servicweinfo` FOREIGN KEY (`clientinfo_uid`) REFERENCES `clientinfo` (`uid`) + PRIMARY KEY (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci COMMENT='서비스 상황정보'; /*!40101 SET character_set_client = @saved_cs_client */; -- --- Dumping data for table `servicweinfo` +-- Dumping data for table `serviceinfo` -- -LOCK TABLES `servicweinfo` WRITE; -/*!40000 ALTER TABLE `servicweinfo` DISABLE KEYS */; -/*!40000 ALTER TABLE `servicweinfo` ENABLE KEYS */; +LOCK TABLES `serviceinfo` WRITE; +/*!40000 ALTER TABLE `serviceinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `serviceinfo` ENABLE KEYS */; UNLOCK TABLES; -- @@ -831,4 +830,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-05-27 15:03:28 +-- Dump completed on 2025-05-27 15:27:33 diff --git a/app/Database/erp2_1.vuerd.json b/app/Database/erp2_1.vuerd.json index 8473373..d44ef5d 100644 --- a/app/Database/erp2_1.vuerd.json +++ b/app/Database/erp2_1.vuerd.json @@ -4,9 +4,9 @@ "settings": { "width": 4000, "height": 4000, - "scrollTop": -1479.9394, - "scrollLeft": -1047.3419, - "zoomLevel": 0.76, + "scrollTop": -1389.8953, + "scrollLeft": -260.6984, + "zoomLevel": 0.73, "show": 511, "database": 4, "databaseName": "", @@ -49,7 +49,6 @@ "ne09vvne6LjZp75VVGiWV", "UuZoDcFNrKD0iTjVkA2Ew", "TZkszBNw47IF3fHl8bt74", - "iggJbjwkw3-xTK9Xkh67n", "4Phnxm-pTS6CW9EX4iqu1", "PxyXFfFpwwkq_8XYE9MRu", "fY4sPzjnlPRGToBG-WZeH", @@ -57,7 +56,8 @@ "XywAFAP3s5Xl6G-3txHTH", "kHLWAzQmZ3CCs0KpilqZ7", "x7rn2-q2i7C6Lin0XwIR_", - "QmgAf0ZVXXxPIZ-HUgQlY" + "QmgAf0ZVXXxPIZ-HUgQlY", + "wk_DcgA2-_K87rZ1gvwZ5" ], "relationshipIds": [ "gAVYXWnBSnCw-0ieO4Mil", @@ -69,7 +69,6 @@ "v46CChXRw5SF2MshWwutt", "SX8-IgbNqZeapxRW00EXs", "r6mAlLk8IvM88VwRAMRym", - "NoESNPo-vKCdbfZX-2e8J", "LcNQfyNLPKko1ikabCFSB", "CqlSt_m6HDGZuXBxuTx-P", "GXoV4vfYX8rPzJ-Ab3wy_", @@ -85,7 +84,7 @@ "7aO23DPo-ueZ6G-9dCKXu", "U2nR5f47vV7PnW-80gxhR", "iQCazIDeUufmN-nNXDo5I", - "qgPy4U4lAP_gp6rQEuti-" + "YzMfy9UvO12r1Blc-x9tG" ], "indexIds": [], "memoIds": [] @@ -121,15 +120,15 @@ "_Isvu_q8_Gsp82W0Lkk-r" ], "ui": { - "x": 265.2341, - "y": 40.2718, + "x": 255.8318, + "y": 107.3329, "zIndex": 2, "widthName": 60, "widthComment": 62, "color": "" }, "meta": { - "updateAt": 1748218196145, + "updateAt": 1748420915172, "createAt": 1745819764136 } }, @@ -268,15 +267,15 @@ "AlvBDBVGfLoVcNjd__kFZ" ], "ui": { - "x": 1162.0011, - "y": 1693.9169, + "x": 400.5463, + "y": 1976.6179, "zIndex": 2, "widthName": 60, "widthComment": 60, "color": "" }, "meta": { - "updateAt": 1748326092981, + "updateAt": 1748423562918, "createAt": 1745819764137 } }, @@ -308,15 +307,15 @@ "8ZPjmeG3NoO6C0icGibJP" ], "ui": { - "x": 1167.7414, - "y": 2846.6365, + "x": 2312.6873, + "y": 3058.0025, "zIndex": 2, "widthName": 68, "widthComment": 89, "color": "" }, "meta": { - "updateAt": 1748325348107, + "updateAt": 1748421611431, "createAt": 1745819764138 } }, @@ -354,15 +353,15 @@ "liJON6hIBB9aS-pQgM0Q6" ], "ui": { - "x": 1985.4168, - "y": 1320.6241, + "x": 1948.4305, + "y": 1227.4734, "zIndex": 2, "widthName": 60, "widthComment": 60, "color": "" }, "meta": { - "updateAt": 1748318179654, + "updateAt": 1748420792970, "createAt": 1745819764138 } }, @@ -396,15 +395,15 @@ "R-UjmO-S2UeQdddVNwH5M" ], "ui": { - "x": 1150.0778, - "y": 1433.0726, + "x": 2305.1318, + "y": 1667.3192, "zIndex": 2, "widthName": 60, "widthComment": 60, "color": "" }, "meta": { - "updateAt": 1748325276937, + "updateAt": 1748421592911, "createAt": 1745819764138 } }, @@ -571,15 +570,15 @@ "qHceMMaFcmVnWPlJ2T4Sg" ], "ui": { - "x": 1958.4526, - "y": 135.0175, + "x": 1153.1599, + "y": 198.6539, "zIndex": 2, "widthName": 60, "widthComment": 81, "color": "" }, "meta": { - "updateAt": 1748229188146, + "updateAt": 1748420936639, "createAt": 1745819764142 } }, @@ -613,15 +612,15 @@ "jav6q3L-HQhPYJBdcLIgz" ], "ui": { - "x": 1203.8458, - "y": 399.2148, + "x": 1153.1609, + "y": 478.6671, "zIndex": 287, "widthName": 60, "widthComment": 62, "color": "" }, "meta": { - "updateAt": 1747124830680, + "updateAt": 1748420930189, "createAt": 1745914844735 } }, @@ -658,15 +657,15 @@ "mwVYv9PaJFpoxYvTRJ223" ], "ui": { - "x": 1162.0777, - "y": 2078.6735, + "x": 2306.5059, + "y": 2275.0099, "zIndex": 495, "widthName": 60, "widthComment": 60, "color": "" }, "meta": { - "updateAt": 1748325310304, + "updateAt": 1748423502301, "createAt": 1746783410914 } }, @@ -702,15 +701,15 @@ "pzEFysMFfI2J8uB8YHXxA" ], "ui": { - "x": 1168.2675, - "y": 3160.8644, + "x": 2314.6205, + "y": 3354.126, "zIndex": 796, "widthName": 64, "widthComment": 71, "color": "" }, "meta": { - "updateAt": 1748325421181, + "updateAt": 1748421615081, "createAt": 1747374666215 } }, @@ -739,15 +738,15 @@ "K_QGLeRYAUneRz7KBswho" ], "ui": { - "x": 1167.9716, - "y": 2347.2306, + "x": 2308.29, + "y": 2571.9622, "zIndex": 1036, "widthName": 60, "widthComment": 60, "color": "" }, "meta": { - "updateAt": 1748325313953, + "updateAt": 1748419761772, "createAt": 1747808112554 } }, @@ -773,15 +772,15 @@ "ixmBlLhmVt4et6tZEwLPC" ], "ui": { - "x": 1168.2797, - "y": 2597.4913, + "x": 2311.3006, + "y": 2812.0784, "zIndex": 1118, "widthName": 60, "widthComment": 60, "color": "" }, "meta": { - "updateAt": 1748325333969, + "updateAt": 1748421608673, "createAt": 1747808548333 } }, @@ -829,7 +828,6 @@ "comment": "도메인 정보", "columnIds": [ "XnNj7H0bnTxo_NuZm7BOs", - "skdAqnMsTEE6ZKbCD14VX", "w404_rDrrYyt26iqY8Eur", "EcVzL-sPHB3OIUYfPrAs6", "E8iokQ-rKyw43cNe746kt", @@ -852,15 +850,15 @@ "6T7sNUPqpTPJm6TI7Qbbe" ], "ui": { - "x": 1985.5598, - "y": 1016.3294, + "x": 2285.1542, + "y": 1985.3203, "zIndex": 1276, "widthName": 63, "widthComment": 65, "color": "" }, "meta": { - "updateAt": 1748318220855, + "updateAt": 1748423494960, "createAt": 1748218895681 } }, @@ -890,21 +888,21 @@ "W3wh0h5zKLtV6LmBly1fv" ], "ui": { - "x": 312.4465, - "y": 1499.3948, + "x": 1952.4688, + "y": 870.6647, "zIndex": 1306, "widthName": 60, "widthComment": 60, "color": "" }, "meta": { - "updateAt": 1748244855192, + "updateAt": 1748421786031, "createAt": 1748223128194 } }, "UuZoDcFNrKD0iTjVkA2Ew": { "id": "UuZoDcFNrKD0iTjVkA2Ew", - "name": "orderiteminfo", + "name": "orderiinfo_items", "comment": "주문Item정보", "columnIds": [ "T4cTcTKn8tiZ4cXkI1yKe", @@ -932,22 +930,22 @@ "gWMUdAw0INZvmuuwLbkwH" ], "ui": { - "x": 37.5995, - "y": 1898.2412, + "x": 2869.2912, + "y": 643.7798, "zIndex": 1348, - "widthName": 75, + "widthName": 88, "widthComment": 74, "color": "" }, "meta": { - "updateAt": 1748229296872, + "updateAt": 1748422025557, "createAt": 1748223498531 } }, "TZkszBNw47IF3fHl8bt74": { "id": "TZkszBNw47IF3fHl8bt74", - "name": "paymentinfo", - "comment": "결제정보", + "name": "orderinfo_payment", + "comment": "주문결제정보", "columnIds": [ "FtMFDsdDMDrwscoxUMnJ5", "eCpp9N4KVZH6f5eRxZxvU", @@ -969,25 +967,24 @@ "HYNanPfS08M6xRE32jR_Q" ], "ui": { - "x": 641.5115, - "y": 1902.1859, + "x": 2871.7568, + "y": 1143.5782, "zIndex": 1406, - "widthName": 69, - "widthComment": 60, + "widthName": 103, + "widthComment": 74, "color": "" }, "meta": { - "updateAt": 1748325851902, + "updateAt": 1748422795551, "createAt": 1748224021135 } }, "iggJbjwkw3-xTK9Xkh67n": { "id": "iggJbjwkw3-xTK9Xkh67n", - "name": "renewalinfo", + "name": "serviceinfo_renewal", "comment": "자동갱신정보", "columnIds": [ "qbFSpJHuQASfTKxcC3RIX", - "s6Juv5DV5R4Yc_nxRzyQG", "nR_Q3crWVEb_xqW3WSaot", "pNxxLyI7ZCDfk3_Z82xop", "jPtofEaJEQQHMy1bc6bS2", @@ -1006,28 +1003,29 @@ "Ho9aHOXhQNaQYcJdaMz98" ], "ui": { - "x": 300.8149, - "y": 1196.0215, + "x": 213.847, + "y": 1326.167, "zIndex": 1446, - "widthName": 64, + "widthName": 105, "widthComment": 74, "color": "" }, "meta": { - "updateAt": 1748244860938, + "updateAt": 1748422248624, "createAt": 1748224348554 } }, "4Phnxm-pTS6CW9EX4iqu1": { "id": "4Phnxm-pTS6CW9EX4iqu1", - "name": "servicweinfo", - "comment": "서비스 상황정보", + "name": "serviceinfo", + "comment": "서비스정보", "columnIds": [ "W0i3aiC-uKIsGR49noc-s", "8TLeYhxU1ZWII8eSABTTP", - "3JGYnarc_4JvXzPKnqvEO", - "_yI7nTfn7jLJGqyzmreZf", "9bxqG90EvnSGBkyWVty3j", + "xxsfOYxYDFIkTNOPsOwH2", + "_e6HzrKj6WVo4ODljeK2W", + "OPFV4WV4a1K4l-jsKZOlH", "3e79SDuH1dBSkrCYrdPqT", "71ymy3xKN9WlySAw8EBoO", "0b3XIZcKMDp_3uSOXHEH4" @@ -1038,20 +1036,23 @@ "3JGYnarc_4JvXzPKnqvEO", "_yI7nTfn7jLJGqyzmreZf", "9bxqG90EvnSGBkyWVty3j", + "xxsfOYxYDFIkTNOPsOwH2", + "_e6HzrKj6WVo4ODljeK2W", + "OPFV4WV4a1K4l-jsKZOlH", "3e79SDuH1dBSkrCYrdPqT", "71ymy3xKN9WlySAw8EBoO", "0b3XIZcKMDp_3uSOXHEH4" ], "ui": { - "x": 311.1883, - "y": 875.0275, + "x": 364.3316, + "y": 1221.6059, "zIndex": 1593, - "widthName": 67, - "widthComment": 89, + "widthName": 60, + "widthComment": 62, "color": "" }, "meta": { - "updateAt": 1748325064428, + "updateAt": 1748423547266, "createAt": 1748226446838 } }, @@ -1072,15 +1073,15 @@ "8qAFg1S4o6WBlSMD-ehm1" ], "ui": { - "x": 2574.7156, - "y": 1905.5362, + "x": 1230.1908, + "y": 1749.1401, "zIndex": 1650, "widthName": 100, "widthComment": 65, "color": "" }, "meta": { - "updateAt": 1748244460026, + "updateAt": 1748423565368, "createAt": 1748227846189 } }, @@ -1101,15 +1102,15 @@ "HVV8J5AkMnozP0S65BeS2" ], "ui": { - "x": 2578.0383, - "y": 2141.1149, + "x": 1239.067, + "y": 1966.1521, "zIndex": 1683, "widthName": 109, "widthComment": 77, "color": "" }, "meta": { - "updateAt": 1748244338061, + "updateAt": 1748423568934, "createAt": 1748228149005 } }, @@ -1130,15 +1131,15 @@ "kP95mIVWhIRaVVvCLTXSH" ], "ui": { - "x": 2584.776, - "y": 2390.2982, + "x": 1250.8124, + "y": 2162.7579, "zIndex": 1720, "widthName": 110, "widthComment": 81, "color": "" }, "meta": { - "updateAt": 1748244345309, + "updateAt": 1748423573486, "createAt": 1748228343657 } }, @@ -1159,15 +1160,15 @@ "5hericEusqGgI1pg0jFc1" ], "ui": { - "x": 2592.2675, - "y": 2650.2895, + "x": 1255.7493, + "y": 2360.244, "zIndex": 1741, "widthName": 111, "widthComment": 80, "color": "" }, "meta": { - "updateAt": 1748244351015, + "updateAt": 1748423576868, "createAt": 1748228440581 } }, @@ -1188,15 +1189,15 @@ "4yuH6ZQUnURnk_U6roXVl" ], "ui": { - "x": 2581.4628, - "y": 3241.8824, + "x": 1252.7695, + "y": 2810.9189, "zIndex": 1763, "widthName": 132, "widthComment": 79, "color": "" }, "meta": { - "updateAt": 1748244557895, + "updateAt": 1748423585770, "createAt": 1748228523646 } }, @@ -1217,15 +1218,15 @@ "bLPLRDM9p3TWgZqOehkRR" ], "ui": { - "x": 2591.1532, - "y": 2930.3654, + "x": 1254.4357, + "y": 2580.0327, "zIndex": 1797, "widthName": 135, "widthComment": 101, "color": "" }, "meta": { - "updateAt": 1748244356258, + "updateAt": 1748423580733, "createAt": 1748228685683 } }, @@ -1276,17 +1277,81 @@ "aWrqV1qsSd5-Kp5nVsyhL" ], "ui": { - "x": 2574.4317, - "y": 1687.4416, + "x": 1216.8603, + "y": 1547.2713, "zIndex": 1861, "widthName": 109, "widthComment": 79, "color": "" }, "meta": { - "updateAt": 1748245019054, + "updateAt": 1748419895892, "createAt": 1748244397324 } + }, + "xPI8KuV9AYSd5x3edVJqe": { + "id": "xPI8KuV9AYSd5x3edVJqe", + "name": "serverinfos_domaininfos", + "comment": "", + "columnIds": [], + "seqColumnIds": [], + "ui": { + "x": 1262.107, + "y": 2967.6596, + "zIndex": 1980, + "widthName": 130, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748420041780, + "createAt": 1748420010431 + } + }, + "wk_DcgA2-_K87rZ1gvwZ5": { + "id": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "serviceinfo_items", + "comment": "서비스Item정보", + "columnIds": [ + "Wr8Hw0ovWlAvsxbTgm1Bn", + "giQAJBhsp7AWkDH61dkCD", + "Y0G8AB6NN4m9Q20y-5rAi", + "Afd9Yjd7lzERjTgxBCeSP", + "cPiJTafR27aq5q5ttd0Su", + "mUIiZiG8FWtNO5OZAIWNx", + "DN0UXnl7DwqEwEHxCUtdA", + "j-gQwq05mEmsKuYmK82Jt", + "QmZuQIJqMzbIOh8_bNDlo" + ], + "seqColumnIds": [ + "Wr8Hw0ovWlAvsxbTgm1Bn", + "5bQOgj7ikuvCPjUg3lmYT", + "giQAJBhsp7AWkDH61dkCD", + "Y0G8AB6NN4m9Q20y-5rAi", + "Afd9Yjd7lzERjTgxBCeSP", + "KOdnkFuvjIwAHCKMoDNOn", + "0Ux9Uk8OnwzbS7kNJwod_", + "lv7YRa1rWkXLBdiwJ5f2k", + "saRsL4N05x00p8YZjoH8t", + "cPiJTafR27aq5q5ttd0Su", + "mUIiZiG8FWtNO5OZAIWNx", + "Ck84-ecOK8ug5IjHCEdhd", + "DN0UXnl7DwqEwEHxCUtdA", + "j-gQwq05mEmsKuYmK82Jt", + "QmZuQIJqMzbIOh8_bNDlo" + ], + "ui": { + "x": 87.0322, + "y": 1611.3364, + "zIndex": 2101, + "widthName": 92, + "widthComment": 86, + "color": "" + }, + "meta": { + "updateAt": 1748423562159, + "createAt": 1748422726410 + } } }, "tableColumnEntities": { @@ -6899,7 +6964,7 @@ "default": "", "options": 8, "ui": { - "keys": 2, + "keys": 0, "widthName": 73, "widthComment": 60, "widthDataType": 60, @@ -7114,7 +7179,7 @@ "id": "9bxqG90EvnSGBkyWVty3j", "tableId": "4Phnxm-pTS6CW9EX4iqu1", "name": "title", - "comment": "이유", + "comment": "", "dataType": "VARCHAR(255)", "default": "", "options": 0, @@ -7126,7 +7191,7 @@ "widthDefault": 60 }, "meta": { - "updateAt": 1748325069591, + "updateAt": 1748422670953, "createAt": 1748226822189 } }, @@ -7799,7 +7864,7 @@ "default": "", "options": 8, "ui": { - "keys": 2, + "keys": 0, "widthName": 73, "widthComment": 60, "widthDataType": 60, @@ -7849,6 +7914,366 @@ "updateAt": 1748326090783, "createAt": 1748326062212 } + }, + "xxsfOYxYDFIkTNOPsOwH2": { + "id": "xxsfOYxYDFIkTNOPsOwH2", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "start_at", + "comment": "시작일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748421208608, + "createAt": 1748421155234 + } + }, + "_e6HzrKj6WVo4ODljeK2W": { + "id": "_e6HzrKj6WVo4ODljeK2W", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "end_at", + "comment": "종료일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748421201444, + "createAt": 1748421172742 + } + }, + "OPFV4WV4a1K4l-jsKZOlH": { + "id": "OPFV4WV4a1K4l-jsKZOlH", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "renewal_at", + "comment": "다음갱신일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 62, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422583916, + "createAt": 1748422583916 + } + }, + "Wr8Hw0ovWlAvsxbTgm1Bn": { + "id": "Wr8Hw0ovWlAvsxbTgm1Bn", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422885562, + "createAt": 1748422742742 + } + }, + "5bQOgj7ikuvCPjUg3lmYT": { + "id": "5bQOgj7ikuvCPjUg3lmYT", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "orderinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742742 + } + }, + "Y0G8AB6NN4m9Q20y-5rAi": { + "id": "Y0G8AB6NN4m9Q20y-5rAi", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "item_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'server'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "Afd9Yjd7lzERjTgxBCeSP": { + "id": "Afd9Yjd7lzERjTgxBCeSP", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "item_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "KOdnkFuvjIwAHCKMoDNOn": { + "id": "KOdnkFuvjIwAHCKMoDNOn", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "0Ux9Uk8OnwzbS7kNJwod_": { + "id": "0Ux9Uk8OnwzbS7kNJwod_", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "price", + "comment": "기본금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "lv7YRa1rWkXLBdiwJ5f2k": { + "id": "lv7YRa1rWkXLBdiwJ5f2k", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "reason", + "comment": "할인이유", + "dataType": "VARCHAR(255)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "saRsL4N05x00p8YZjoH8t": { + "id": "saRsL4N05x00p8YZjoH8t", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "amount", + "comment": "주문금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "j-gQwq05mEmsKuYmK82Jt": { + "id": "j-gQwq05mEmsKuYmK82Jt", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "QmZuQIJqMzbIOh8_bNDlo": { + "id": "QmZuQIJqMzbIOh8_bNDlo", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "giQAJBhsp7AWkDH61dkCD": { + "id": "giQAJBhsp7AWkDH61dkCD", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "serviceinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 80, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422894247, + "createAt": 1748422843537 + } + }, + "cPiJTafR27aq5q5ttd0Su": { + "id": "cPiJTafR27aq5q5ttd0Su", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "start_at", + "comment": "시작일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748423034525, + "createAt": 1748423034524 + } + }, + "mUIiZiG8FWtNO5OZAIWNx": { + "id": "mUIiZiG8FWtNO5OZAIWNx", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "end_at", + "comment": "종료일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748423034525, + "createAt": 1748423034525 + } + }, + "Ck84-ecOK8ug5IjHCEdhd": { + "id": "Ck84-ecOK8ug5IjHCEdhd", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "renewal_at", + "comment": "다음갱신일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 62, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748423034525, + "createAt": 1748423034525 + } + }, + "DN0UXnl7DwqEwEHxCUtdA": { + "id": "DN0UXnl7DwqEwEHxCUtdA", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "status", + "comment": "상태", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748423067976, + "createAt": 1748423067976 + } } }, "relationshipEntities": { @@ -7863,7 +8288,7 @@ "_AcWUYKzNJd-V0fRHq8Cx" ], "x": 1170.0947, - "y": 817.4039, + "y": 857.4039, "direction": 1 }, "end": { @@ -7890,8 +8315,8 @@ "columnIds": [ "mfHtgzc_Aeocr6xkgwYWh" ], - "x": 768.2341, - "y": 188.27179999999998, + "x": 758.8317999999999, + "y": 255.3329, "direction": 2 }, "end": { @@ -7899,8 +8324,8 @@ "columnIds": [ "DGl10GI58QwOHwpTu4Z1Y" ], - "x": 1958.4526, - "y": 259.01750000000004, + "x": 1153.1599, + "y": 322.6539, "direction": 1 }, "meta": { @@ -7955,8 +8380,8 @@ "columnIds": [ "PyXYmokQzpzzT08WTmtsN" ], - "x": 1460.8458, - "y": 599.2148, + "x": 1410.1609, + "y": 678.6671, "direction": 8 }, "meta": { @@ -7974,18 +8399,18 @@ "columnIds": [ "7B0zaLoZnOoMNW8OHZlrQ" ], - "x": 1985.4168, - "y": 1524.6241, - "direction": 1 + "x": 2206.4305, + "y": 1499.4734, + "direction": 8 }, "end": { "tableId": "ZLEpY5EjuZV21718zf-Y1", "columnIds": [ "f7_MGvRjkwL1xkCWrAgDR" ], - "x": 1648.0778, - "y": 1489.0726, - "direction": 2 + "x": 2305.1318, + "y": 1723.3192, + "direction": 1 }, "meta": { "updateAt": 1746595277837, @@ -8011,8 +8436,8 @@ "columnIds": [ "5KRw8TtT2nLqpYfKFOBwe" ], - "x": 1985.4168, - "y": 1388.6241, + "x": 1948.4305, + "y": 1295.4734, "direction": 1 }, "meta": { @@ -8114,18 +8539,18 @@ "columnIds": [ "_AcWUYKzNJd-V0fRHq8Cx" ], - "x": 1170.0947, - "y": 1057.4039, - "direction": 1 + "x": 1701.0947, + "y": 937.4038999999999, + "direction": 2 }, "end": { "tableId": "ne09vvne6LjZp75VVGiWV", "columnIds": [ "4ZPfgU2ooMQksUvTVE3DH" ], - "x": 822.4465, - "y": 1561.3948, - "direction": 2 + "x": 1952.4688, + "y": 994.6647, + "direction": 1 }, "meta": { "updateAt": 1748223209235, @@ -8142,18 +8567,18 @@ "columnIds": [ "DX0y0VIZ430hVZbT_pmKl" ], - "x": 312.4465, - "y": 1623.3948, - "direction": 1 + "x": 2462.4688, + "y": 932.6647, + "direction": 2 }, "end": { "tableId": "UuZoDcFNrKD0iTjVkA2Ew", "columnIds": [ "GInoklis2NulHalQTqnGQ" ], - "x": 294.5995, - "y": 1898.2412, - "direction": 4 + "x": 2869.2912, + "y": 791.7798, + "direction": 1 }, "meta": { "updateAt": 1748223574921, @@ -8170,8 +8595,8 @@ "columnIds": [ "DX0y0VIZ430hVZbT_pmKl" ], - "x": 822.4465, - "y": 1685.3948, + "x": 2462.4688, + "y": 1056.6647, "direction": 2 }, "end": { @@ -8179,9 +8604,9 @@ "columnIds": [ "eCpp9N4KVZH6f5eRxZxvU" ], - "x": 895.5115, - "y": 1902.1859, - "direction": 4 + "x": 2871.7568, + "y": 1267.5782, + "direction": 1 }, "meta": { "updateAt": 1748224092362, @@ -8198,18 +8623,18 @@ "columnIds": [ "_AcWUYKzNJd-V0fRHq8Cx" ], - "x": 1170.0947, - "y": 977.4039, - "direction": 1 + "x": 1701.0947, + "y": 937.4038999999999, + "direction": 2 }, "end": { "tableId": "iggJbjwkw3-xTK9Xkh67n", "columnIds": [ "s6Juv5DV5R4Yc_nxRzyQG" ], - "x": 834.8149000000001, - "y": 1320.0215, - "direction": 2 + "x": 1972.3813, + "y": 1017.578, + "direction": 1 }, "meta": { "updateAt": 1748224727979, @@ -8227,7 +8652,7 @@ "_AcWUYKzNJd-V0fRHq8Cx" ], "x": 1170.0947, - "y": 897.4039, + "y": 1017.4039, "direction": 1 }, "end": { @@ -8235,8 +8660,8 @@ "columnIds": [ "8TLeYhxU1ZWII8eSABTTP" ], - "x": 825.1883, - "y": 999.0275, + "x": 880.3316, + "y": 1357.6059, "direction": 2 }, "meta": { @@ -8254,18 +8679,18 @@ "columnIds": [ "Id0h8QbOdlhPj9P1zTm5o" ], - "x": 1648.0778, - "y": 1601.0726, - "direction": 2 + "x": 2305.1318, + "y": 1835.3192, + "direction": 1 }, "end": { "tableId": "PxyXFfFpwwkq_8XYE9MRu", "columnIds": [ "woS0kjRSXcXN1L79VN2ix" ], - "x": 2574.7156, - "y": 1943.5362, - "direction": 1 + "x": 1731.1908, + "y": 1825.1401, + "direction": 2 }, "meta": { "updateAt": 1748227976481, @@ -8282,8 +8707,8 @@ "columnIds": [ "F9EPb6nsDx6Tf3GG8rvP1" ], - "x": 1659.0011, - "y": 1767.6311857142855, + "x": 897.5463, + "y": 2050.3321857142855, "direction": 2 }, "end": { @@ -8291,8 +8716,8 @@ "columnIds": [ "067vdUFESzj48PGB_QLjg" ], - "x": 2574.7156, - "y": 2019.5362, + "x": 1230.1908, + "y": 1825.1401, "direction": 1 }, "meta": { @@ -8310,8 +8735,8 @@ "columnIds": [ "F9EPb6nsDx6Tf3GG8rvP1" ], - "x": 1659.0011, - "y": 1816.7740428571426, + "x": 897.5463, + "y": 2099.475042857143, "direction": 2 }, "end": { @@ -8319,8 +8744,8 @@ "columnIds": [ "B6XMwBsjXzUg7Glny_NkC" ], - "x": 2578.0383, - "y": 2179.1149, + "x": 1239.067, + "y": 2042.1521, "direction": 1 }, "meta": { @@ -8338,18 +8763,18 @@ "columnIds": [ "Jh6e_-9QYe1Tqve0PE3kT" ], - "x": 1659.0777, - "y": 2178.6735, - "direction": 2 + "x": 2306.5059, + "y": 2375.0099, + "direction": 1 }, "end": { "tableId": "fY4sPzjnlPRGToBG-WZeH", "columnIds": [ "CBCTA2-9kJYGl-jsoO1w6" ], - "x": 2578.0383, - "y": 2255.1149, - "direction": 1 + "x": 1740.067, + "y": 2042.1521, + "direction": 2 }, "meta": { "updateAt": 1748228206866, @@ -8366,8 +8791,8 @@ "columnIds": [ "F9EPb6nsDx6Tf3GG8rvP1" ], - "x": 1659.0011, - "y": 1865.9168999999997, + "x": 897.5463, + "y": 2148.6179, "direction": 2 }, "end": { @@ -8375,8 +8800,8 @@ "columnIds": [ "0UhqQkNDg3DHug5zXFJEY" ], - "x": 2584.776, - "y": 2428.2982, + "x": 1250.8124, + "y": 2238.7579, "direction": 1 }, "meta": { @@ -8394,18 +8819,18 @@ "columnIds": [ "203b3hUKUQ_Gu5wKShBgZ" ], - "x": 1664.9716, - "y": 2447.2306, - "direction": 2 + "x": 2308.29, + "y": 2671.9622, + "direction": 1 }, "end": { "tableId": "F_0cYo78BnayQhVv3ArRp", "columnIds": [ "Bg-Tx0N2d0uSzyhPkhyck" ], - "x": 2584.776, - "y": 2504.2982, - "direction": 1 + "x": 1751.8124, + "y": 2238.7579, + "direction": 2 }, "meta": { "updateAt": 1748228413078, @@ -8422,8 +8847,8 @@ "columnIds": [ "F9EPb6nsDx6Tf3GG8rvP1" ], - "x": 1659.0011, - "y": 1915.0597571428568, + "x": 897.5463, + "y": 2197.7607571428575, "direction": 2 }, "end": { @@ -8431,8 +8856,8 @@ "columnIds": [ "STLYnqCG56zLLyNnfgnqR" ], - "x": 2592.2675, - "y": 2688.2895, + "x": 1255.7493, + "y": 2436.244, "direction": 1 }, "meta": { @@ -8450,18 +8875,18 @@ "columnIds": [ "WaCB3uNZYFReAPiBqQ97v" ], - "x": 1665.2797, - "y": 2697.4913, - "direction": 2 + "x": 2311.3006, + "y": 2912.0784, + "direction": 1 }, "end": { "tableId": "XywAFAP3s5Xl6G-3txHTH", "columnIds": [ "thCqAUxooyOoqA0o8Cr1S" ], - "x": 2592.2675, - "y": 2764.2895, - "direction": 1 + "x": 1756.7493, + "y": 2436.244, + "direction": 2 }, "meta": { "updateAt": 1748228494466, @@ -8478,8 +8903,8 @@ "columnIds": [ "F9EPb6nsDx6Tf3GG8rvP1" ], - "x": 1659.0011, - "y": 2013.345471428571, + "x": 897.5463, + "y": 2296.046471428572, "direction": 2 }, "end": { @@ -8487,8 +8912,8 @@ "columnIds": [ "PhV2kPOROFN2Paxn0Q3KK" ], - "x": 2581.4628, - "y": 3279.8824, + "x": 1252.7695, + "y": 2886.9189, "direction": 1 }, "meta": { @@ -8506,18 +8931,18 @@ "columnIds": [ "zBz4vBOZSIA8vKmfqXckO" ], - "x": 1671.2675, - "y": 3308.8644, - "direction": 2 + "x": 2314.6205, + "y": 3502.126, + "direction": 1 }, "end": { "tableId": "kHLWAzQmZ3CCs0KpilqZ7", "columnIds": [ "JVNCmWuI_UAnZEGZUbBQv" ], - "x": 2581.4628, - "y": 3355.8824, - "direction": 1 + "x": 1763.7695, + "y": 2886.9189, + "direction": 2 }, "meta": { "updateAt": 1748228645385, @@ -8534,8 +8959,8 @@ "columnIds": [ "F9EPb6nsDx6Tf3GG8rvP1" ], - "x": 1659.0011, - "y": 1964.202614285714, + "x": 897.5463, + "y": 2246.903614285715, "direction": 2 }, "end": { @@ -8543,8 +8968,8 @@ "columnIds": [ "OqPMHX5b1-Qct8xqaypd1" ], - "x": 2591.1532, - "y": 2968.3654, + "x": 1254.4357, + "y": 2656.0327, "direction": 1 }, "meta": { @@ -8562,18 +8987,18 @@ "columnIds": [ "2HB01q46-mugMjuOz85YG" ], - "x": 1664.7414, - "y": 2970.6365, - "direction": 2 + "x": 2312.6873, + "y": 3182.0025, + "direction": 1 }, "end": { "tableId": "x7rn2-q2i7C6Lin0XwIR_", "columnIds": [ "Wjix1VNvwEfcogjAdEgc2" ], - "x": 2591.1532, - "y": 3044.3654, - "direction": 1 + "x": 1768.4357, + "y": 2656.0327, + "direction": 2 }, "meta": { "updateAt": 1748228761127, @@ -8646,8 +9071,8 @@ "columnIds": [ "F9EPb6nsDx6Tf3GG8rvP1" ], - "x": 1659.0011, - "y": 1718.4883285714284, + "x": 897.5463, + "y": 2001.1893285714284, "direction": 2 }, "end": { @@ -8655,8 +9080,8 @@ "columnIds": [ "uBMa2GHVEzoB58E-Rcl48" ], - "x": 2574.4317, - "y": 1801.4416, + "x": 1216.8603, + "y": 1623.2713, "direction": 1 }, "meta": { @@ -8702,18 +9127,18 @@ "columnIds": [ "7B0zaLoZnOoMNW8OHZlrQ" ], - "x": 2501.4168, - "y": 1456.6241, - "direction": 2 + "x": 1948.4305, + "y": 1431.4734, + "direction": 1 }, "end": { "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", "columnIds": [ "wXfA2J6YcI6ySX_4McNS2" ], - "x": 2574.4317, - "y": 1725.4416, - "direction": 1 + "x": 1717.8603, + "y": 1623.2713, + "direction": 2 }, "meta": { "updateAt": 1748244625114, @@ -8730,23 +9155,51 @@ "columnIds": [ "_AcWUYKzNJd-V0fRHq8Cx" ], - "x": 1701.0947, - "y": 937.4038999999999, - "direction": 2 + "x": 1568.3447, + "y": 1097.4039, + "direction": 8 }, "end": { "tableId": "GRBrbb1hqwKSRMfod3I7U", "columnIds": [ "skdAqnMsTEE6ZKbCD14VX" ], - "x": 1985.5598, - "y": 1128.3294, - "direction": 1 + "x": 2582.803, + "y": 3716.3293, + "direction": 4 }, "meta": { "updateAt": 1748318198956, "createAt": 1748318198956 } + }, + "YzMfy9UvO12r1Blc-x9tG": { + "id": "YzMfy9UvO12r1Blc-x9tG", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "columnIds": [ + "W0i3aiC-uKIsGR49noc-s" + ], + "x": 364.3316, + "y": 1357.6059, + "direction": 1 + }, + "end": { + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "columnIds": [ + "giQAJBhsp7AWkDH61dkCD" + ], + "x": 344.5322, + "y": 1611.3364, + "direction": 4 + }, + "meta": { + "updateAt": 1748422843537, + "createAt": 1748422843537 + } } }, "indexEntities": {}, diff --git a/app/Database/erp2_2.vuerd.json b/app/Database/erp2_2.vuerd.json new file mode 100644 index 0000000..741b8d1 --- /dev/null +++ b/app/Database/erp2_2.vuerd.json @@ -0,0 +1,9209 @@ +{ + "$schema": "https://raw.githubusercontent.com/dineug/erd-editor/main/json-schema/schema.json", + "version": "3.0.0", + "settings": { + "width": 3000, + "height": 3000, + "scrollTop": -927.6875, + "scrollLeft": -293.4897, + "zoomLevel": 0.85, + "show": 511, + "database": 4, + "databaseName": "", + "canvasType": "ERD", + "language": 1, + "tableNameCase": 4, + "columnNameCase": 2, + "bracketType": 1, + "relationshipDataTypeSync": true, + "relationshipOptimization": false, + "columnOrder": [ + 1, + 2, + 4, + 8, + 16, + 32, + 64 + ], + "maxWidthComment": -1, + "ignoreSaveSettings": 0 + }, + "doc": { + "tableIds": [ + "Jq5Qkun2FzQhCGKANIVOZ", + "6ajvOCaGuXU9pzV0Y9jEi", + "GDEF0_WuOpaYtsZxjn2zM", + "B4qGh3KZsXHQ3_4EOgwJZ", + "ZMGIWLFEswObjH2Sx0NlW", + "doERb3lIVeBW_D0NtNYX8", + "ZLEpY5EjuZV21718zf-Y1", + "jO40Ej5EXImXnadoJo9bn", + "gsa0XtQZQgrJ8ZXy8VQVg", + "5AUwJum9FKPCoYRMBhLnF", + "RMhrLs7bOaopKmKt9YKHQ", + "RTq5rHQupiXXJPXqpN8K5", + "lwd2DR7f1FW8fXtJ0lX-r", + "dnFyz1CSdGeS6mCbfCMO0", + "GRBrbb1hqwKSRMfod3I7U", + "ne09vvne6LjZp75VVGiWV", + "UuZoDcFNrKD0iTjVkA2Ew", + "TZkszBNw47IF3fHl8bt74", + "4Phnxm-pTS6CW9EX4iqu1", + "wk_DcgA2-_K87rZ1gvwZ5", + "KyK8-3X0li0GHFbMFnWi1" + ], + "relationshipIds": [ + "gAVYXWnBSnCw-0ieO4Mil", + "95uRv2fz3rssNbkyuzkLh", + "4BDt10BeeryoN0ZdEHIui", + "KtdVJCYZ3DMVnPnFGKi3P", + "AH1dyESfueUlhcoiU6KsQ", + "rDaiOqjpenuTOWAB9GhA6", + "v46CChXRw5SF2MshWwutt", + "SX8-IgbNqZeapxRW00EXs", + "r6mAlLk8IvM88VwRAMRym", + "LcNQfyNLPKko1ikabCFSB", + "YzMfy9UvO12r1Blc-x9tG", + "A_r03uAaGBEzeh36c0JC7" + ], + "indexIds": [], + "memoIds": [] + }, + "collections": { + "tableEntities": { + "Jq5Qkun2FzQhCGKANIVOZ": { + "id": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "user", + "comment": "관리자정보", + "columnIds": [ + "mfHtgzc_Aeocr6xkgwYWh", + "7DHaQCuxiYmzxE0eGpGxb", + "DkvMbsxXt6KWxlySb-X11", + "4KSZ7KgTh_tw7obM3dwuP", + "fBkXuryUQyHhfKXBjjKY2", + "vRWAi067oa76RKlyBllFH", + "5ZWglx6I92JkdajKWQyGq", + "GSZc6SEGQpz6SnTW-mo2n", + "-eAu93drXUckSR1goyAW0", + "_Isvu_q8_Gsp82W0Lkk-r" + ], + "seqColumnIds": [ + "mfHtgzc_Aeocr6xkgwYWh", + "7DHaQCuxiYmzxE0eGpGxb", + "DkvMbsxXt6KWxlySb-X11", + "4KSZ7KgTh_tw7obM3dwuP", + "fBkXuryUQyHhfKXBjjKY2", + "vRWAi067oa76RKlyBllFH", + "5ZWglx6I92JkdajKWQyGq", + "GSZc6SEGQpz6SnTW-mo2n", + "-eAu93drXUckSR1goyAW0", + "_Isvu_q8_Gsp82W0Lkk-r" + ], + "ui": { + "x": 55.9268, + "y": 108.3766, + "zIndex": 2, + "widthName": 60, + "widthComment": 62, + "color": "" + }, + "meta": { + "updateAt": 1748426023956, + "createAt": 1745819764136 + } + }, + "6ajvOCaGuXU9pzV0Y9jEi": { + "id": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "clientinfo", + "comment": "고객정보", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx", + "z-q_Ah0sghd0nR7VcCTLX", + "n61V7aSxLmcIeQqsYgAEE", + "5hP5ZiQGWDGf4HJrOiFb6", + "XPpipgVUsGKsXCW5YNg1X", + "zFbEbi2-nyWp4zEvOHsUG", + "02r_3OPPiD_vAgD7rmZK4", + "Vb_CyMe0qvi7oxda4dUVW", + "6JNus18UqajPfwOjkPali", + "qmfQUBHfeiJwR5kq3SyNW", + "D1tPn8Uq5C8UWh6dtzBJZ" + ], + "seqColumnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx", + "z-q_Ah0sghd0nR7VcCTLX", + "n61V7aSxLmcIeQqsYgAEE", + "5hP5ZiQGWDGf4HJrOiFb6", + "XPpipgVUsGKsXCW5YNg1X", + "fMx3gLKi1fsfp7g26-QA9", + "xEoc72X0ErdGKU7rMzenm", + "zFbEbi2-nyWp4zEvOHsUG", + "02r_3OPPiD_vAgD7rmZK4", + "Vb_CyMe0qvi7oxda4dUVW", + "Ksp65Qh_aOFmAb1ksx64Q", + "6JNus18UqajPfwOjkPali", + "qmfQUBHfeiJwR5kq3SyNW", + "D1tPn8Uq5C8UWh6dtzBJZ", + "Z4egkB50o_Ii-lP5VRBGr", + "NVO-aO4GEW9DHdEV8XQq6" + ], + "ui": { + "x": 927.4906, + "y": 809.8194, + "zIndex": 2, + "widthName": 60, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748426144243, + "createAt": 1745819764137 + } + }, + "GDEF0_WuOpaYtsZxjn2zM": { + "id": "GDEF0_WuOpaYtsZxjn2zM", + "name": "accountinfo", + "comment": "예치금계좌", + "columnIds": [ + "ia3c6jjHvbTOX0cX4gbJl", + "nPYun5WHoy8uroXUBiqh8", + "tmkHXMc6fdNicHeig7nss", + "foBGnViYEjNlWIAhXeuLw", + "OwsCuEWoHNZ8zov4IClUR", + "-egu-8EQDsUJcOi-nzl74", + "ut3UlHsNjxqNgAzENBkfy" + ], + "seqColumnIds": [ + "ia3c6jjHvbTOX0cX4gbJl", + "nPYun5WHoy8uroXUBiqh8", + "tmkHXMc6fdNicHeig7nss", + "foBGnViYEjNlWIAhXeuLw", + "HaKM09bv5DwJFH9pxSqWI", + "f4NQ8F-FyamLyf4YR0VY1", + "hQM1tPHn6MrCa4pIL7t7w", + "OwsCuEWoHNZ8zov4IClUR", + "-egu-8EQDsUJcOi-nzl74", + "Mr4qiMpKO4UVj3aZ3HueW", + "ut3UlHsNjxqNgAzENBkfy" + ], + "ui": { + "x": 65.0972, + "y": 542.9003, + "zIndex": 2, + "widthName": 64, + "widthComment": 62, + "color": "" + }, + "meta": { + "updateAt": 1748426116665, + "createAt": 1745819764137 + } + }, + "B4qGh3KZsXHQ3_4EOgwJZ": { + "id": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "serverinfo", + "comment": "서버정보", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1", + "GUAjQ-qFNvMHOaqY-rBXq", + "qqj-irJP2zNacGj8PMN6E", + "BAzGsBrmLOwZGYLchLmyP", + "9F6QpQqxeEggZ0FHM81O1", + "C_yfBNgyfir7swSSCwZIF", + "70VrVnWpv5vcn3MTsTHC4", + "54iuIW4knok06vP4JH-oN", + "bh-W1plz0vCW2rURDnfDR", + "hmZlcR-Pw2C_ife1zzo5o", + "tNaVOzr3vywCXiQdfUJWq", + "6bQ_6eGfINic9LpM6PtDw" + ], + "seqColumnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1", + "F6TXYV3uwRzb-aZYCmf5x", + "6QKQkCLEQNWLc1oF16LgN", + "kyD7tU9kevxCDow7j2uHI", + "pY1RZgzuWBgRILX2XsMTt", + "J97WIRanerqkRvOlQCnL3", + "dluCt7VimWWwGu4Is8V0v", + "GUAjQ-qFNvMHOaqY-rBXq", + "qqj-irJP2zNacGj8PMN6E", + "BAzGsBrmLOwZGYLchLmyP", + "9F6QpQqxeEggZ0FHM81O1", + "T1h0jM57gCedXd5wWL30b", + "6e3HgOnQwPQRS7r37pAK6", + "Wks-dXdsHSF-EATUWnxzY", + "lu2r9w2xmXsB8H7Mrdt1t", + "C_yfBNgyfir7swSSCwZIF", + "tUEipJ29hmJw6PGIvTRe4", + "70VrVnWpv5vcn3MTsTHC4", + "54iuIW4knok06vP4JH-oN", + "o0KMVEBZAnWRSsxx10HmA", + "Djbw3B6xZWKAvwJDto9xl", + "bh-W1plz0vCW2rURDnfDR", + "hmZlcR-Pw2C_ife1zzo5o", + "tNaVOzr3vywCXiQdfUJWq", + "6bQ_6eGfINic9LpM6PtDw", + "yjaoHnd4nFaa-3REXvRfN", + "AlvBDBVGfLoVcNjd__kFZ" + ], + "ui": { + "x": 55.7418, + "y": 1460.4309, + "zIndex": 2, + "widthName": 60, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748426109210, + "createAt": 1745819764137 + } + }, + "ZMGIWLFEswObjH2Sx0NlW": { + "id": "ZMGIWLFEswObjH2Sx0NlW", + "name": "softwareinfo", + "comment": "소프트웨어 정보", + "columnIds": [ + "2HB01q46-mugMjuOz85YG", + "4acJag7ORjUzX7FP-gnhZ", + "1q8jG5dQKdD35_XYimkSk", + "lwe5PLEmpyTipKEVSCHRJ", + "VycsOgeM1SXkcq_5XYUMS", + "k4vpMNZ75fNUjX-hrjXzs", + "8ZPjmeG3NoO6C0icGibJP" + ], + "seqColumnIds": [ + "2HB01q46-mugMjuOz85YG", + "4acJag7ORjUzX7FP-gnhZ", + "1q8jG5dQKdD35_XYimkSk", + "D7Q_X02LvMZbBtg71_hCK", + "lwe5PLEmpyTipKEVSCHRJ", + "zL9bBVm37HTSU-xWpwxxJ", + "G9PMddYQm9ohnzkJUa_nw", + "P84ZMnZu1nZtRhDY18T5o", + "VycsOgeM1SXkcq_5XYUMS", + "k4vpMNZ75fNUjX-hrjXzs", + "8ZPjmeG3NoO6C0icGibJP" + ], + "ui": { + "x": 70.6869, + "y": 2222.3548, + "zIndex": 2, + "widthName": 68, + "widthComment": 89, + "color": "" + }, + "meta": { + "updateAt": 1748425994844, + "createAt": 1745819764138 + } + }, + "doERb3lIVeBW_D0NtNYX8": { + "id": "doERb3lIVeBW_D0NtNYX8", + "name": "lineinfo", + "comment": "회선 정보", + "columnIds": [ + "7B0zaLoZnOoMNW8OHZlrQ", + "5KRw8TtT2nLqpYfKFOBwe", + "oc5quhO8E3mqrBZKbIy_G", + "lZQAY89JoyOHoTQEHeS1Y", + "fiQBfXvw-4tj42PuGiDAk", + "PHhRG4nKR6k_CQF9B8xS1", + "wb9_XvPZHAOrpH-s0B0YN", + "ltPYBs_iNuZJM6wTnK0H-", + "liJON6hIBB9aS-pQgM0Q6" + ], + "seqColumnIds": [ + "7B0zaLoZnOoMNW8OHZlrQ", + "XQE8sY3pDLC2iy95uc9Ir", + "dkwDt8XZjnu1Hq3vX4Wta", + "Ue1gt0C4DyjOQswV8LxkE", + "5KRw8TtT2nLqpYfKFOBwe", + "B5P-XTPII39W_C1xsZEM-", + "oc5quhO8E3mqrBZKbIy_G", + "lZQAY89JoyOHoTQEHeS1Y", + "fiQBfXvw-4tj42PuGiDAk", + "BaXSr0Zs4Yk5dCbD8X_lm", + "ehNv0f07ci1ARnkTSDG6J", + "xaUC3GLta1iHmo1YQ-qDo", + "PHhRG4nKR6k_CQF9B8xS1", + "wb9_XvPZHAOrpH-s0B0YN", + "ltPYBs_iNuZJM6wTnK0H-", + "liJON6hIBB9aS-pQgM0Q6" + ], + "ui": { + "x": 1645.2047, + "y": 1340.3766, + "zIndex": 2, + "widthName": 60, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748426146326, + "createAt": 1745819764138 + } + }, + "ZLEpY5EjuZV21718zf-Y1": { + "id": "ZLEpY5EjuZV21718zf-Y1", + "name": "ipinfo", + "comment": " IP 정보", + "columnIds": [ + "Id0h8QbOdlhPj9P1zTm5o", + "f7_MGvRjkwL1xkCWrAgDR", + "6qd6rcTkraI_AbHcVbp6T", + "2-mxsDaVU45SAAkg_CmAZ", + "nDoaVrEhO8hLuHbgZV4il", + "Vm1-FnoJLcJ0GRnTp0vnn", + "R-UjmO-S2UeQdddVNwH5M" + ], + "seqColumnIds": [ + "Do7xvuwqsEo1L9PMTYoFg", + "Id0h8QbOdlhPj9P1zTm5o", + "SFj3q5xg6pcI4RSDKPSgI", + "f7_MGvRjkwL1xkCWrAgDR", + "SaTapKkBzVUluKTG_fsBy", + "lhQ3PpSdLxVcH5LvI4DNx", + "OGLPunD1CL5Yx1Onabetn", + "6qd6rcTkraI_AbHcVbp6T", + "0ONL4QLQRyZ32MBJ7TN7u", + "e6eWKMFnpXI-rPJZ_9tBt", + "2-mxsDaVU45SAAkg_CmAZ", + "nDoaVrEhO8hLuHbgZV4il", + "Vm1-FnoJLcJ0GRnTp0vnn", + "R-UjmO-S2UeQdddVNwH5M" + ], + "ui": { + "x": 2365.4733, + "y": 1590.7537, + "zIndex": 2, + "widthName": 60, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748426158361, + "createAt": 1745819764138 + } + }, + "kc1EFvFhlBSc0B0bDgX28": { + "id": "kc1EFvFhlBSc0B0bDgX28", + "name": "serviceinfo", + "comment": "서비스 정보", + "columnIds": [ + "nb5CGzskl3_LIRA0yyede", + "sscrxOdwLlx94tx1j_MrH", + "jN2378kieoBKN-G1x8myT", + "iM3NfWTfO6qrXv94EUFgk", + "lwr6RuK8OGKJNLdd70NGS", + "qnVCOfUyejx2ToAQhkmu0", + "JItDVSlR3alwlWIyiXSyW", + "jBxeJ8Sz7jRGrKBCkD1q1", + "mNL0XMdVPG6j_TTghhHg6", + "29LdworovSsHw2EaPP8Zv" + ], + "seqColumnIds": [ + "nb5CGzskl3_LIRA0yyede", + "sscrxOdwLlx94tx1j_MrH", + "74hYN_2bj1ubH9fDJVRVz", + "JXFtN33CEiVr8DDSQay0k", + "CY-ZAs3Ns1YhoxL9UiCee", + "UKMpq-uPW9JhNhwRMtBmC", + "HFfXA_mDYFa0cgMnr8qBF", + "6zK3adxA2E9fHUYDhbE8g", + "jN2378kieoBKN-G1x8myT", + "iM3NfWTfO6qrXv94EUFgk", + "CITRNBpXOZqGM6gHy5MlB", + "lwr6RuK8OGKJNLdd70NGS", + "sGkif4Lcd1cXyGgJQCuZl", + "qnVCOfUyejx2ToAQhkmu0", + "JItDVSlR3alwlWIyiXSyW", + "xbFxL4RtJRdTlfQlDG3Ag", + "Yw-nVASb0K3Qf7KU2Vxto", + "jBxeJ8Sz7jRGrKBCkD1q1", + "mNL0XMdVPG6j_TTghhHg6", + "29LdworovSsHw2EaPP8Zv" + ], + "ui": { + "x": 204.912, + "y": 1725.4913, + "zIndex": 2, + "widthName": 60, + "widthComment": 65, + "color": "" + }, + "meta": { + "updateAt": 1748218261430, + "createAt": 1745819764139 + } + }, + "R4reSshLxH3DQW6fUfSPa": { + "id": "R4reSshLxH3DQW6fUfSPa", + "name": "billinginfo", + "comment": "청구서 정보", + "columnIds": [ + "fsAJySlXPbGQahV59hQgo", + "uodvC_rgsnCqB65A3uZYW", + "NzUNVP-O0U298m6bClqyd", + "hCs1Oji5S6161mXCnAgP6", + "iDvGbVnpR-GTfqajd7P02", + "2SU_tNQXyQlsQc6WchJ04" + ], + "seqColumnIds": [ + "fsAJySlXPbGQahV59hQgo", + "Mlq3l8ZyEkSzXldwOmRed", + "bEnLVhafLMHZluEaYba4n", + "F6kponQqcXk2TT-AIElPY", + "h9_O9yvER5oW6Tb7ygofm", + "uodvC_rgsnCqB65A3uZYW", + "NzUNVP-O0U298m6bClqyd", + "zT13NpysXzkDKNUgdBOIC", + "hCs1Oji5S6161mXCnAgP6", + "iDvGbVnpR-GTfqajd7P02", + "RcKYLal7wRQe2aYxGDKNl", + "rfUyj0qgcwNt8AYQrQpwr", + "2SU_tNQXyQlsQc6WchJ04" + ], + "ui": { + "x": 269.8997, + "y": 2862.8079, + "zIndex": 2, + "widthName": 60, + "widthComment": 65, + "color": "" + }, + "meta": { + "updateAt": 1748218645631, + "createAt": 1745819764139 + } + }, + "jO40Ej5EXImXnadoJo9bn": { + "id": "jO40Ej5EXImXnadoJo9bn", + "name": "couponinfo", + "comment": "쿠폰정보", + "columnIds": [ + "9gNKhuq9UnDKyb9KuZ7cY", + "35XbdvgOzpNdasPnMcbkx", + "ALRvTZjYrv4K1ltFn30Mn", + "TFkQ1ID6ShcMqf9wLGEP1", + "DSAUgD7rG7Lzm2-jVWKA3", + "6WOE-jsg5rFe2X04atr-Y" + ], + "seqColumnIds": [ + "9gNKhuq9UnDKyb9KuZ7cY", + "O_MKuQKv7yP-k0dsyszkk", + "G3KLXJzl6S28Y8pN8hfy2", + "35XbdvgOzpNdasPnMcbkx", + "ALRvTZjYrv4K1ltFn30Mn", + "3EFy0j6PlKaha31ajJSsZ", + "3jtklRjnxzZANo69T6vWW", + "hZ6BBU-xMeNW6jafbpxzY", + "6ZDZLrSpVuAeUGWvifvq7", + "Dw-euSUHCJjMfHmPx9RZw", + "bc7vXbPHzkkSjtIb1Eu_C", + "1bvped58WqdQLlaObX0AT", + "RJRgO2-42FxCW0ucjngu9", + "iMCMcnQGafCPo46R91hOK", + "TFkQ1ID6ShcMqf9wLGEP1", + "DSAUgD7rG7Lzm2-jVWKA3", + "6WOE-jsg5rFe2X04atr-Y" + ], + "ui": { + "x": 64.6501, + "y": 830.6289, + "zIndex": 2, + "widthName": 63, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748426124245, + "createAt": 1745819764140 + } + }, + "gsa0XtQZQgrJ8ZXy8VQVg": { + "id": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "logger", + "comment": "작업 기록 로그", + "columnIds": [ + "J_xS3cvULouXCTo5gCiTm", + "DGl10GI58QwOHwpTu4Z1Y", + "KvMMNu-PKESt0_2K4AJcB", + "kKI4hKELPs9Nh5UtQvSu7", + "wkjLZ-Bc9g3Z6Rh_IQ7_q", + "W5bxFTggHoO9_PPsfy2EB", + "WHpensFTMwtupqV5TbNMV", + "qHceMMaFcmVnWPlJ2T4Sg" + ], + "seqColumnIds": [ + "J_xS3cvULouXCTo5gCiTm", + "DGl10GI58QwOHwpTu4Z1Y", + "yMcXBh6lgSLWfLhrivvuX", + "KvMMNu-PKESt0_2K4AJcB", + "kKI4hKELPs9Nh5UtQvSu7", + "wkjLZ-Bc9g3Z6Rh_IQ7_q", + "W5bxFTggHoO9_PPsfy2EB", + "Wef1cEik-NFTr_alGxLpa", + "OgECIC2AofE3lQIX-nOkM", + "WHpensFTMwtupqV5TbNMV", + "qHceMMaFcmVnWPlJ2T4Sg" + ], + "ui": { + "x": 920.9018, + "y": 266.3958, + "zIndex": 2, + "widthName": 60, + "widthComment": 81, + "color": "" + }, + "meta": { + "updateAt": 1748426171546, + "createAt": 1745819764142 + } + }, + "5AUwJum9FKPCoYRMBhLnF": { + "id": "5AUwJum9FKPCoYRMBhLnF", + "name": "pointinfo", + "comment": "포인트정보", + "columnIds": [ + "PJapuo6nvm3x9hJPUfXd6", + "PyXYmokQzpzzT08WTmtsN", + "fhM5WF3fhv8_g8KDcNF9g", + "C-iSSJV5sjbkmpIKBx4Km", + "txROOkHVXSfJOTHlU5mdz", + "jav6q3L-HQhPYJBdcLIgz" + ], + "seqColumnIds": [ + "PJapuo6nvm3x9hJPUfXd6", + "X1GxGekOLLuoEkqGQDF86", + "PyXYmokQzpzzT08WTmtsN", + "fhM5WF3fhv8_g8KDcNF9g", + "QfmlZ3--qScQizx76syAE", + "NnXAqOInrD08SltZoFNHu", + "S3K2h7O2zUHNoSb5rfn5c", + "9CJ9f4Gdh5iKDZAMDjNAz", + "v6TBpKQ_tIXDcJth0Hf4s", + "hpqVO4TcRRrwuvlSosSGx", + "loBrh2giB1WiI1GakcT46", + "qHxcsOsImKFSnmwyIE_XZ", + "C-iSSJV5sjbkmpIKBx4Km", + "txROOkHVXSfJOTHlU5mdz", + "jav6q3L-HQhPYJBdcLIgz" + ], + "ui": { + "x": 1642.6183, + "y": 564.623, + "zIndex": 287, + "widthName": 60, + "widthComment": 62, + "color": "" + }, + "meta": { + "updateAt": 1748426155879, + "createAt": 1745914844735 + } + }, + "RMhrLs7bOaopKmKt9YKHQ": { + "id": "RMhrLs7bOaopKmKt9YKHQ", + "name": "cpuinfo", + "comment": "CPU 정보", + "columnIds": [ + "Jh6e_-9QYe1Tqve0PE3kT", + "DC7TvFFpBT7vY0UKKHt-W", + "AdK-ftiebHNTIjlPzqGxQ", + "qcYZvSlfu93cigmIRzU_C", + "3nwgqrQd_qDGdg6Fe3kEp", + "mwVYv9PaJFpoxYvTRJ223" + ], + "seqColumnIds": [ + "roON46ztrEREN9ysNVyCK", + "Jh6e_-9QYe1Tqve0PE3kT", + "ha72QbBWfvyRymsyFBov8", + "VxbbWBYPZdH63koVtdRuv", + "-Vr-igaSkx5zEcVp0oUGN", + "DC7TvFFpBT7vY0UKKHt-W", + "kXkNsvdbXOcI-DslovgVa", + "cg9Jr22ykbciJUTruf5fu", + "dr0UoY8ebsS-TjcPyP4is", + "GnoGvT4HaG9kp-BvwZ4FQ", + "wx8zTFviA4I8YQnn-MFpW", + "QbDQaanzFqNjwfLHyANBC", + "VDwq7FTa8NVFgubAOFjso", + "AdK-ftiebHNTIjlPzqGxQ", + "34e96O1llg-e0TtBY7IWL", + "qcYZvSlfu93cigmIRzU_C", + "3nwgqrQd_qDGdg6Fe3kEp", + "mwVYv9PaJFpoxYvTRJ223" + ], + "ui": { + "x": 48.5649, + "y": 1948.8329, + "zIndex": 495, + "widthName": 60, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748425599812, + "createAt": 1746783410914 + } + }, + "RTq5rHQupiXXJPXqpN8K5": { + "id": "RTq5rHQupiXXJPXqpN8K5", + "name": "defenceinfo", + "comment": "방어(CS)정보", + "columnIds": [ + "zBz4vBOZSIA8vKmfqXckO", + "YqInlreLnga0pOXtaP8GF", + "ixoWg1kPLrUYL069d75Kq", + "tTTzHZFvoMJ0RzAexXY2L", + "BvHyGw9Xf_gz7bEkZhLbk", + "0STHSEXiceoCa6a7jGXV5", + "j2hkudsfMKexNL6P7SM8R", + "mDU5e29uBK_pIGHPmO6Nv", + "W9QKu7VjB-92E2pV0v2dk", + "pzEFysMFfI2J8uB8YHXxA" + ], + "seqColumnIds": [ + "zBz4vBOZSIA8vKmfqXckO", + "YqInlreLnga0pOXtaP8GF", + "VYbvSvXIEQPQtx6GL-tdv", + "ixoWg1kPLrUYL069d75Kq", + "3JKv9gwi5ig1yLoBJsLC9", + "tTTzHZFvoMJ0RzAexXY2L", + "BvHyGw9Xf_gz7bEkZhLbk", + "0STHSEXiceoCa6a7jGXV5", + "j2hkudsfMKexNL6P7SM8R", + "lf3Q5NccF2HWpq4GlYVta", + "mDU5e29uBK_pIGHPmO6Nv", + "W9QKu7VjB-92E2pV0v2dk", + "pzEFysMFfI2J8uB8YHXxA" + ], + "ui": { + "x": 1763.3941, + "y": 1954.5612, + "zIndex": 796, + "widthName": 64, + "widthComment": 71, + "color": "" + }, + "meta": { + "updateAt": 1748426090864, + "createAt": 1747374666215 + } + }, + "lwd2DR7f1FW8fXtJ0lX-r": { + "id": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "raminfo", + "comment": "RAM 정보", + "columnIds": [ + "203b3hUKUQ_Gu5wKShBgZ", + "kohhWoNuei3x97SzgQUF4", + "Tuyrnk-V3RykdGluC-86m", + "SzD5tmOIoZodU1wBH56I4", + "EEerVyCwkEAuiRc-gon8s", + "uki_QcviBOFJ57v1IbbPX" + ], + "seqColumnIds": [ + "203b3hUKUQ_Gu5wKShBgZ", + "kohhWoNuei3x97SzgQUF4", + "jmi6LrAtLmYLaoDiEZ10f", + "Tuyrnk-V3RykdGluC-86m", + "SzD5tmOIoZodU1wBH56I4", + "EEerVyCwkEAuiRc-gon8s", + "uki_QcviBOFJ57v1IbbPX", + "5EZEDNUFxzmElbK6goZPK", + "W42ouHmZOfJRQQ6XPu3Eq", + "K_QGLeRYAUneRz7KBswho" + ], + "ui": { + "x": 601.7956, + "y": 1951.9395, + "zIndex": 1036, + "widthName": 60, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748425606480, + "createAt": 1747808112554 + } + }, + "dnFyz1CSdGeS6mCbfCMO0": { + "id": "dnFyz1CSdGeS6mCbfCMO0", + "name": "diskinfo", + "comment": "DISK 정보", + "columnIds": [ + "WaCB3uNZYFReAPiBqQ97v", + "tn-GhYT445kEh1tzf8Lf1", + "vzqaqaPuF4guI7nUCRFIE", + "FOr_RCEoaL3a0M7smSYRC", + "cMe_lKgwfS-LNTHhHIYrk", + "ixmBlLhmVt4et6tZEwLPC" + ], + "seqColumnIds": [ + "WaCB3uNZYFReAPiBqQ97v", + "tn-GhYT445kEh1tzf8Lf1", + "zdhazSc2UskbRIFTbn0MV", + "vzqaqaPuF4guI7nUCRFIE", + "FOr_RCEoaL3a0M7smSYRC", + "cMe_lKgwfS-LNTHhHIYrk", + "ixmBlLhmVt4et6tZEwLPC" + ], + "ui": { + "x": 1202.3489, + "y": 1958.4829, + "zIndex": 1118, + "widthName": 60, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748426006164, + "createAt": 1747808548333 + } + }, + "GRBrbb1hqwKSRMfod3I7U": { + "id": "GRBrbb1hqwKSRMfod3I7U", + "name": "domaininfo", + "comment": "도메인 정보", + "columnIds": [ + "XnNj7H0bnTxo_NuZm7BOs", + "w404_rDrrYyt26iqY8Eur", + "EcVzL-sPHB3OIUYfPrAs6", + "E8iokQ-rKyw43cNe746kt", + "SeMtkfNiltpn4j-M-XkG-", + "6T7sNUPqpTPJm6TI7Qbbe" + ], + "seqColumnIds": [ + "XnNj7H0bnTxo_NuZm7BOs", + "skdAqnMsTEE6ZKbCD14VX", + "w404_rDrrYyt26iqY8Eur", + "gHKfQQEPUr_YKqvm5K_gd", + "ftF3nsGwio93Yhy60Pn99", + "qzikkq9Ixd8qxTt9ZsXU_", + "x2aQLdokECUat0FErWqlV", + "EcVzL-sPHB3OIUYfPrAs6", + "qA0r0AonbnrXvdqm7AZfg", + "uz14PltMKB0QJK1MyZMAA", + "E8iokQ-rKyw43cNe746kt", + "SeMtkfNiltpn4j-M-XkG-", + "6T7sNUPqpTPJm6TI7Qbbe" + ], + "ui": { + "x": 2371.4359, + "y": 1966.5949, + "zIndex": 1276, + "widthName": 63, + "widthComment": 65, + "color": "" + }, + "meta": { + "updateAt": 1748426094978, + "createAt": 1748218895681 + } + }, + "ne09vvne6LjZp75VVGiWV": { + "id": "ne09vvne6LjZp75VVGiWV", + "name": "orderinfo", + "comment": "주문정보", + "columnIds": [ + "DX0y0VIZ430hVZbT_pmKl", + "4ZPfgU2ooMQksUvTVE3DH", + "rgmXZMa0DdI-L8pC-RiJt", + "wzFAJ75F6Ov68WDd8Mbkv", + "xrgRRbiWznf6wfOZvPbzl", + "UVlz7EjXt8gYUYQhV96kM", + "L3Hv2zU68j89zfA6wxlrV", + "qQNX4BucxlsaO8sTVFHFB" + ], + "seqColumnIds": [ + "DX0y0VIZ430hVZbT_pmKl", + "4ZPfgU2ooMQksUvTVE3DH", + "rgmXZMa0DdI-L8pC-RiJt", + "wzFAJ75F6Ov68WDd8Mbkv", + "xrgRRbiWznf6wfOZvPbzl", + "UVlz7EjXt8gYUYQhV96kM", + "L3Hv2zU68j89zfA6wxlrV", + "qQNX4BucxlsaO8sTVFHFB", + "W3wh0h5zKLtV6LmBly1fv" + ], + "ui": { + "x": 1649.2428, + "y": 919.052, + "zIndex": 1306, + "widthName": 60, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748426151278, + "createAt": 1748223128194 + } + }, + "UuZoDcFNrKD0iTjVkA2Ew": { + "id": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "orderiinfo_items", + "comment": "주문Item정보", + "columnIds": [ + "T4cTcTKn8tiZ4cXkI1yKe", + "GInoklis2NulHalQTqnGQ", + "s4Hjjd9NLPLbGSYf6R4Eq", + "n9OtuKOQ5kpDFg38i89EP", + "mItqR-yNDeKnaPfHyd5Ds", + "bnIGEl3uSTni7_L6hpLcl", + "6_YG06qtnwrFkx-MI5VrS", + "0NhzxE0qF3EhLwFXCJokc", + "JHWWGSU7g_qkXfv2iazQh", + "gWMUdAw0INZvmuuwLbkwH" + ], + "seqColumnIds": [ + "T4cTcTKn8tiZ4cXkI1yKe", + "GInoklis2NulHalQTqnGQ", + "s4Hjjd9NLPLbGSYf6R4Eq", + "n9OtuKOQ5kpDFg38i89EP", + "RNtqq-QEUZiTGYJCYB7is", + "mItqR-yNDeKnaPfHyd5Ds", + "bnIGEl3uSTni7_L6hpLcl", + "6_YG06qtnwrFkx-MI5VrS", + "0NhzxE0qF3EhLwFXCJokc", + "JHWWGSU7g_qkXfv2iazQh", + "gWMUdAw0INZvmuuwLbkwH" + ], + "ui": { + "x": 2346.7106, + "y": 659.9088, + "zIndex": 1348, + "widthName": 88, + "widthComment": 74, + "color": "" + }, + "meta": { + "updateAt": 1748426328703, + "createAt": 1748223498531 + } + }, + "TZkszBNw47IF3fHl8bt74": { + "id": "TZkszBNw47IF3fHl8bt74", + "name": "orderinfo_payment", + "comment": "주문결제정보", + "columnIds": [ + "FtMFDsdDMDrwscoxUMnJ5", + "eCpp9N4KVZH6f5eRxZxvU", + "tHpQul6q-svWnjL_59s03", + "5E7rjgiVESzW4OSHB7yc1", + "ItpzPPEIIr1wko5oKg07v", + "PBLFWkHd0MV69qOa06y-V", + "27-3VzVLvJ8pr9kF1tk2u", + "HYNanPfS08M6xRE32jR_Q" + ], + "seqColumnIds": [ + "FtMFDsdDMDrwscoxUMnJ5", + "eCpp9N4KVZH6f5eRxZxvU", + "tHpQul6q-svWnjL_59s03", + "5E7rjgiVESzW4OSHB7yc1", + "ItpzPPEIIr1wko5oKg07v", + "PBLFWkHd0MV69qOa06y-V", + "27-3VzVLvJ8pr9kF1tk2u", + "HYNanPfS08M6xRE32jR_Q" + ], + "ui": { + "x": 2355.6278, + "y": 1156.4814, + "zIndex": 1406, + "widthName": 103, + "widthComment": 74, + "color": "" + }, + "meta": { + "updateAt": 1748426160737, + "createAt": 1748224021135 + } + }, + "iggJbjwkw3-xTK9Xkh67n": { + "id": "iggJbjwkw3-xTK9Xkh67n", + "name": "serviceinfo_renewal", + "comment": "자동갱신정보", + "columnIds": [ + "qbFSpJHuQASfTKxcC3RIX", + "nR_Q3crWVEb_xqW3WSaot", + "pNxxLyI7ZCDfk3_Z82xop", + "jPtofEaJEQQHMy1bc6bS2", + "YNRS8vDjt2qI0fyRLEoTN", + "1yY72VVJjbP3_21sWoJgA", + "Ho9aHOXhQNaQYcJdaMz98" + ], + "seqColumnIds": [ + "qbFSpJHuQASfTKxcC3RIX", + "s6Juv5DV5R4Yc_nxRzyQG", + "nR_Q3crWVEb_xqW3WSaot", + "pNxxLyI7ZCDfk3_Z82xop", + "jPtofEaJEQQHMy1bc6bS2", + "YNRS8vDjt2qI0fyRLEoTN", + "1yY72VVJjbP3_21sWoJgA", + "Ho9aHOXhQNaQYcJdaMz98" + ], + "ui": { + "x": 213.847, + "y": 1326.167, + "zIndex": 1446, + "widthName": 105, + "widthComment": 74, + "color": "" + }, + "meta": { + "updateAt": 1748422248624, + "createAt": 1748224348554 + } + }, + "4Phnxm-pTS6CW9EX4iqu1": { + "id": "4Phnxm-pTS6CW9EX4iqu1", + "name": "serviceinfo", + "comment": "서비스정보", + "columnIds": [ + "W0i3aiC-uKIsGR49noc-s", + "8TLeYhxU1ZWII8eSABTTP", + "9bxqG90EvnSGBkyWVty3j", + "xxsfOYxYDFIkTNOPsOwH2", + "_e6HzrKj6WVo4ODljeK2W", + "OPFV4WV4a1K4l-jsKZOlH", + "3e79SDuH1dBSkrCYrdPqT", + "71ymy3xKN9WlySAw8EBoO", + "0b3XIZcKMDp_3uSOXHEH4" + ], + "seqColumnIds": [ + "W0i3aiC-uKIsGR49noc-s", + "8TLeYhxU1ZWII8eSABTTP", + "3JGYnarc_4JvXzPKnqvEO", + "_yI7nTfn7jLJGqyzmreZf", + "9bxqG90EvnSGBkyWVty3j", + "xxsfOYxYDFIkTNOPsOwH2", + "_e6HzrKj6WVo4ODljeK2W", + "OPFV4WV4a1K4l-jsKZOlH", + "3e79SDuH1dBSkrCYrdPqT", + "71ymy3xKN9WlySAw8EBoO", + "0b3XIZcKMDp_3uSOXHEH4" + ], + "ui": { + "x": 63.8595, + "y": 1144.1471, + "zIndex": 1593, + "widthName": 60, + "widthComment": 62, + "color": "" + }, + "meta": { + "updateAt": 1748426113272, + "createAt": 1748226446838 + } + }, + "PxyXFfFpwwkq_8XYE9MRu": { + "id": "PxyXFfFpwwkq_8XYE9MRu", + "name": "serverinfos_ipinfos", + "comment": "서버_IP연결", + "columnIds": [ + "tJG_hLLa6l_kwuf92KzRg", + "067vdUFESzj48PGB_QLjg", + "woS0kjRSXcXN1L79VN2ix", + "8qAFg1S4o6WBlSMD-ehm1" + ], + "seqColumnIds": [ + "tJG_hLLa6l_kwuf92KzRg", + "067vdUFESzj48PGB_QLjg", + "woS0kjRSXcXN1L79VN2ix", + "8qAFg1S4o6WBlSMD-ehm1" + ], + "ui": { + "x": 1230.1908, + "y": 1749.1401, + "zIndex": 1650, + "widthName": 100, + "widthComment": 65, + "color": "" + }, + "meta": { + "updateAt": 1748423565368, + "createAt": 1748227846189 + } + }, + "fY4sPzjnlPRGToBG-WZeH": { + "id": "fY4sPzjnlPRGToBG-WZeH", + "name": "serverinfos_cpuinfos", + "comment": "서버_CPU연결", + "columnIds": [ + "-S18drCAD--FIyZMR21wd", + "B6XMwBsjXzUg7Glny_NkC", + "CBCTA2-9kJYGl-jsoO1w6", + "HVV8J5AkMnozP0S65BeS2" + ], + "seqColumnIds": [ + "-S18drCAD--FIyZMR21wd", + "B6XMwBsjXzUg7Glny_NkC", + "CBCTA2-9kJYGl-jsoO1w6", + "HVV8J5AkMnozP0S65BeS2" + ], + "ui": { + "x": 1239.067, + "y": 1966.1521, + "zIndex": 1683, + "widthName": 109, + "widthComment": 77, + "color": "" + }, + "meta": { + "updateAt": 1748423568934, + "createAt": 1748228149005 + } + }, + "F_0cYo78BnayQhVv3ArRp": { + "id": "F_0cYo78BnayQhVv3ArRp", + "name": "serverinfos_raminfos", + "comment": "서버_RAM연결", + "columnIds": [ + "Wq3PNPt2_iqWXokhnVx_u", + "0UhqQkNDg3DHug5zXFJEY", + "Bg-Tx0N2d0uSzyhPkhyck", + "kP95mIVWhIRaVVvCLTXSH" + ], + "seqColumnIds": [ + "Wq3PNPt2_iqWXokhnVx_u", + "0UhqQkNDg3DHug5zXFJEY", + "Bg-Tx0N2d0uSzyhPkhyck", + "kP95mIVWhIRaVVvCLTXSH" + ], + "ui": { + "x": 1250.8124, + "y": 2162.7579, + "zIndex": 1720, + "widthName": 110, + "widthComment": 81, + "color": "" + }, + "meta": { + "updateAt": 1748423573486, + "createAt": 1748228343657 + } + }, + "XywAFAP3s5Xl6G-3txHTH": { + "id": "XywAFAP3s5Xl6G-3txHTH", + "name": "serverinfos_diskinfos", + "comment": "서버_DISK연결", + "columnIds": [ + "n614CP2FyjGjPH-OD5wPM", + "STLYnqCG56zLLyNnfgnqR", + "thCqAUxooyOoqA0o8Cr1S", + "5hericEusqGgI1pg0jFc1" + ], + "seqColumnIds": [ + "n614CP2FyjGjPH-OD5wPM", + "STLYnqCG56zLLyNnfgnqR", + "thCqAUxooyOoqA0o8Cr1S", + "5hericEusqGgI1pg0jFc1" + ], + "ui": { + "x": 1255.7493, + "y": 2360.244, + "zIndex": 1741, + "widthName": 111, + "widthComment": 80, + "color": "" + }, + "meta": { + "updateAt": 1748423576868, + "createAt": 1748228440581 + } + }, + "kHLWAzQmZ3CCs0KpilqZ7": { + "id": "kHLWAzQmZ3CCs0KpilqZ7", + "name": "serverinfos_defenceinfos", + "comment": "서버_방어연결", + "columnIds": [ + "t1UNhIBRL91lX0O9a0xMj", + "PhV2kPOROFN2Paxn0Q3KK", + "JVNCmWuI_UAnZEGZUbBQv", + "4yuH6ZQUnURnk_U6roXVl" + ], + "seqColumnIds": [ + "t1UNhIBRL91lX0O9a0xMj", + "PhV2kPOROFN2Paxn0Q3KK", + "JVNCmWuI_UAnZEGZUbBQv", + "4yuH6ZQUnURnk_U6roXVl" + ], + "ui": { + "x": 1252.7695, + "y": 2810.9189, + "zIndex": 1763, + "widthName": 132, + "widthComment": 79, + "color": "" + }, + "meta": { + "updateAt": 1748423585770, + "createAt": 1748228523646 + } + }, + "x7rn2-q2i7C6Lin0XwIR_": { + "id": "x7rn2-q2i7C6Lin0XwIR_", + "name": "serverinfos_softwareinfos", + "comment": "서버_Software연결", + "columnIds": [ + "7b5Ac7AAJFfTOiS3HEMhg", + "OqPMHX5b1-Qct8xqaypd1", + "Wjix1VNvwEfcogjAdEgc2", + "bLPLRDM9p3TWgZqOehkRR" + ], + "seqColumnIds": [ + "7b5Ac7AAJFfTOiS3HEMhg", + "OqPMHX5b1-Qct8xqaypd1", + "Wjix1VNvwEfcogjAdEgc2", + "bLPLRDM9p3TWgZqOehkRR" + ], + "ui": { + "x": 1254.4357, + "y": 2580.0327, + "zIndex": 1797, + "widthName": 135, + "widthComment": 101, + "color": "" + }, + "meta": { + "updateAt": 1748423580733, + "createAt": 1748228685683 + } + }, + "DKSom-hQqNhI1z7FqSa6Y": { + "id": "DKSom-hQqNhI1z7FqSa6Y", + "name": "serverinfos_domaininfos", + "comment": "서버_도메인연결", + "columnIds": [ + "tWqLaWbK888YRNrL_m8Aw", + "CCtqlfF2lD-XJILWNJMGC", + "XRRh5KRH2WqKryhsba-KG", + "AWwG30rhbOSU6Euyee2Px" + ], + "seqColumnIds": [ + "tWqLaWbK888YRNrL_m8Aw", + "CCtqlfF2lD-XJILWNJMGC", + "XRRh5KRH2WqKryhsba-KG", + "AWwG30rhbOSU6Euyee2Px" + ], + "ui": { + "x": 2577.0359, + "y": 3435.0712, + "zIndex": 1822, + "widthName": 130, + "widthComment": 91, + "color": "" + }, + "meta": { + "updateAt": 1748244244345, + "createAt": 1748228820879 + } + }, + "QmgAf0ZVXXxPIZ-HUgQlY": { + "id": "QmgAf0ZVXXxPIZ-HUgQlY", + "name": "serverinfos_lineinfos", + "comment": "서버_회선정보", + "columnIds": [ + "kvxrJ63HuwXmC2zmgeXcY", + "uBMa2GHVEzoB58E-Rcl48", + "wXfA2J6YcI6ySX_4McNS2", + "aWrqV1qsSd5-Kp5nVsyhL" + ], + "seqColumnIds": [ + "kvxrJ63HuwXmC2zmgeXcY", + "uBMa2GHVEzoB58E-Rcl48", + "wXfA2J6YcI6ySX_4McNS2", + "QEGZd3nUz4vcfEKE1xenI", + "aWrqV1qsSd5-Kp5nVsyhL" + ], + "ui": { + "x": 1216.8603, + "y": 1547.2713, + "zIndex": 1861, + "widthName": 109, + "widthComment": 79, + "color": "" + }, + "meta": { + "updateAt": 1748419895892, + "createAt": 1748244397324 + } + }, + "xPI8KuV9AYSd5x3edVJqe": { + "id": "xPI8KuV9AYSd5x3edVJqe", + "name": "serverinfos_domaininfos", + "comment": "", + "columnIds": [], + "seqColumnIds": [], + "ui": { + "x": 1262.107, + "y": 2967.6596, + "zIndex": 1980, + "widthName": 130, + "widthComment": 60, + "color": "" + }, + "meta": { + "updateAt": 1748420041780, + "createAt": 1748420010431 + } + }, + "wk_DcgA2-_K87rZ1gvwZ5": { + "id": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "serviceinfo_items", + "comment": "서비스Item정보", + "columnIds": [ + "Wr8Hw0ovWlAvsxbTgm1Bn", + "giQAJBhsp7AWkDH61dkCD", + "Y0G8AB6NN4m9Q20y-5rAi", + "Afd9Yjd7lzERjTgxBCeSP", + "cPiJTafR27aq5q5ttd0Su", + "mUIiZiG8FWtNO5OZAIWNx", + "DN0UXnl7DwqEwEHxCUtdA", + "j-gQwq05mEmsKuYmK82Jt", + "QmZuQIJqMzbIOh8_bNDlo" + ], + "seqColumnIds": [ + "Wr8Hw0ovWlAvsxbTgm1Bn", + "5bQOgj7ikuvCPjUg3lmYT", + "giQAJBhsp7AWkDH61dkCD", + "Y0G8AB6NN4m9Q20y-5rAi", + "Afd9Yjd7lzERjTgxBCeSP", + "KOdnkFuvjIwAHCKMoDNOn", + "0Ux9Uk8OnwzbS7kNJwod_", + "lv7YRa1rWkXLBdiwJ5f2k", + "saRsL4N05x00p8YZjoH8t", + "cPiJTafR27aq5q5ttd0Su", + "mUIiZiG8FWtNO5OZAIWNx", + "Ck84-ecOK8ug5IjHCEdhd", + "DN0UXnl7DwqEwEHxCUtdA", + "j-gQwq05mEmsKuYmK82Jt", + "QmZuQIJqMzbIOh8_bNDlo" + ], + "ui": { + "x": 938.4358, + "y": 1285.681, + "zIndex": 2101, + "widthName": 92, + "widthComment": 86, + "color": "" + }, + "meta": { + "updateAt": 1748426206533, + "createAt": 1748422726410 + } + }, + "KyK8-3X0li0GHFbMFnWi1": { + "id": "KyK8-3X0li0GHFbMFnWi1", + "name": "serverinfo_items", + "comment": "서버Item정보", + "columnIds": [ + "Y6t3kGnCIngkQ3jNvh4B7", + "pdRZQMa8Wts0Ob1vLmT5y", + "6ZqVk4vPxJABxylp_pguJ", + "UcQhkqUuOPUL5coaaRuXs", + "tMS-DLAtjHt6bVqRzPTK0", + "1eI4KfH6OuXU2EecBvlXk", + "TwDXDYh-H8U1sf_RSJ3qF" + ], + "seqColumnIds": [ + "Y6t3kGnCIngkQ3jNvh4B7", + "t4gnnwi6acq4vt4iigojx", + "pdRZQMa8Wts0Ob1vLmT5y", + "6ZqVk4vPxJABxylp_pguJ", + "UcQhkqUuOPUL5coaaRuXs", + "a423969IHaA2X5H_MbwaF", + "YhvkxUGVOBRmIHafpkPr7", + "tMS-DLAtjHt6bVqRzPTK0", + "1eI4KfH6OuXU2EecBvlXk", + "TwDXDYh-H8U1sf_RSJ3qF" + ], + "ui": { + "x": 941.1256, + "y": 1671.9902, + "zIndex": 2112, + "widthName": 88, + "widthComment": 74, + "color": "" + }, + "meta": { + "updateAt": 1748426141781, + "createAt": 1748424897286 + } + } + }, + "tableColumnEntities": { + "mfHtgzc_Aeocr6xkgwYWh": { + "id": "mfHtgzc_Aeocr6xkgwYWh", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 3, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764136, + "createAt": 1745819764136 + } + }, + "7DHaQCuxiYmzxE0eGpGxb": { + "id": "7DHaQCuxiYmzxE0eGpGxb", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "id", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764136, + "createAt": 1745819764136 + } + }, + "DkvMbsxXt6KWxlySb-X11": { + "id": "DkvMbsxXt6KWxlySb-X11", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "passwd", + "comment": "", + "dataType": "VARCHAR(255)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764136, + "createAt": 1745819764136 + } + }, + "4KSZ7KgTh_tw7obM3dwuP": { + "id": "4KSZ7KgTh_tw7obM3dwuP", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "name", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "fBkXuryUQyHhfKXBjjKY2": { + "id": "fBkXuryUQyHhfKXBjjKY2", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "email", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "vRWAi067oa76RKlyBllFH": { + "id": "vRWAi067oa76RKlyBllFH", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "mobile", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "5ZWglx6I92JkdajKWQyGq": { + "id": "5ZWglx6I92JkdajKWQyGq", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "role", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "'manager'", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878103240, + "createAt": 1745819764137 + } + }, + "GSZc6SEGQpz6SnTW-mo2n": { + "id": "GSZc6SEGQpz6SnTW-mo2n", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878027715, + "createAt": 1745819764137 + } + }, + "-eAu93drXUckSR1goyAW0": { + "id": "-eAu93drXUckSR1goyAW0", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "_Isvu_q8_Gsp82W0Lkk-r": { + "id": "_Isvu_q8_Gsp82W0Lkk-r", + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "_AcWUYKzNJd-V0fRHq8Cx": { + "id": "_AcWUYKzNJd-V0fRHq8Cx", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576275687, + "createAt": 1745819764137 + } + }, + "n61V7aSxLmcIeQqsYgAEE": { + "id": "n61V7aSxLmcIeQqsYgAEE", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "name", + "comment": "", + "dataType": "VARCHAR(100)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "5hP5ZiQGWDGf4HJrOiFb6": { + "id": "5hP5ZiQGWDGf4HJrOiFb6", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "phone", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745915052394, + "createAt": 1745819764137 + } + }, + "fMx3gLKi1fsfp7g26-QA9": { + "id": "fMx3gLKi1fsfp7g26-QA9", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "email", + "comment": "", + "dataType": "VARCHAR(100)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "xEoc72X0ErdGKU7rMzenm": { + "id": "xEoc72X0ErdGKU7rMzenm", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "account_balance", + "comment": "보증금", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 90, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747281854267, + "createAt": 1745819764137 + } + }, + "z-q_Ah0sghd0nR7VcCTLX": { + "id": "z-q_Ah0sghd0nR7VcCTLX", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "role", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "'user'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746420283048, + "createAt": 1745819764137 + } + }, + "Ksp65Qh_aOFmAb1ksx64Q": { + "id": "Ksp65Qh_aOFmAb1ksx64Q", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "note", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "6JNus18UqajPfwOjkPali": { + "id": "6JNus18UqajPfwOjkPali", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878195845, + "createAt": 1745819764137 + } + }, + "qmfQUBHfeiJwR5kq3SyNW": { + "id": "qmfQUBHfeiJwR5kq3SyNW", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "D1tPn8Uq5C8UWh6dtzBJZ": { + "id": "D1tPn8Uq5C8UWh6dtzBJZ", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "ia3c6jjHvbTOX0cX4gbJl": { + "id": "ia3c6jjHvbTOX0cX4gbJl", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576268559, + "createAt": 1745819764137 + } + }, + "nPYun5WHoy8uroXUBiqh8": { + "id": "nPYun5WHoy8uroXUBiqh8", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746406061984, + "createAt": 1745819764137 + } + }, + "hQM1tPHn6MrCa4pIL7t7w": { + "id": "hQM1tPHn6MrCa4pIL7t7w", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'in'", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746421449083, + "createAt": 1745819764137 + } + }, + "tmkHXMc6fdNicHeig7nss": { + "id": "tmkHXMc6fdNicHeig7nss", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "title", + "comment": "", + "dataType": "VARCHAR(255)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "foBGnViYEjNlWIAhXeuLw": { + "id": "foBGnViYEjNlWIAhXeuLw", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "alias", + "comment": "입출금자명", + "dataType": "VARCHAR(50)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 62, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "HaKM09bv5DwJFH9pxSqWI": { + "id": "HaKM09bv5DwJFH9pxSqWI", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "amount", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "f4NQ8F-FyamLyf4YR0VY1": { + "id": "f4NQ8F-FyamLyf4YR0VY1", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "note", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "Mr4qiMpKO4UVj3aZ3HueW": { + "id": "Mr4qiMpKO4UVj3aZ3HueW", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "ut3UlHsNjxqNgAzENBkfy": { + "id": "ut3UlHsNjxqNgAzENBkfy", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764137, + "createAt": 1745819764137 + } + }, + "F9EPb6nsDx6Tf3GG8rvP1": { + "id": "F9EPb6nsDx6Tf3GG8rvP1", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747795104844, + "createAt": 1745819764137 + } + }, + "BAzGsBrmLOwZGYLchLmyP": { + "id": "BAzGsBrmLOwZGYLchLmyP", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748425071923, + "createAt": 1745819764138 + } + }, + "9F6QpQqxeEggZ0FHM81O1": { + "id": "9F6QpQqxeEggZ0FHM81O1", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "model", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747378887223, + "createAt": 1745819764138 + } + }, + "6e3HgOnQwPQRS7r37pAK6": { + "id": "6e3HgOnQwPQRS7r37pAK6", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "model", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "Wks-dXdsHSF-EATUWnxzY": { + "id": "Wks-dXdsHSF-EATUWnxzY", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "cost_price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "lu2r9w2xmXsB8H7Mrdt1t": { + "id": "lu2r9w2xmXsB8H7Mrdt1t", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576622840, + "createAt": 1745819764138 + } + }, + "54iuIW4knok06vP4JH-oN": { + "id": "54iuIW4knok06vP4JH-oN", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "description", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 61, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "Djbw3B6xZWKAvwJDto9xl": { + "id": "Djbw3B6xZWKAvwJDto9xl", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "status", + "comment": "", + "dataType": "ENUM(use,stop)", + "default": "use", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 87, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "tNaVOzr3vywCXiQdfUJWq": { + "id": "tNaVOzr3vywCXiQdfUJWq", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746606227026, + "createAt": 1745819764138 + } + }, + "6bQ_6eGfINic9LpM6PtDw": { + "id": "6bQ_6eGfINic9LpM6PtDw", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "2HB01q46-mugMjuOz85YG": { + "id": "2HB01q46-mugMjuOz85YG", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576290577, + "createAt": 1745819764138 + } + }, + "4acJag7ORjUzX7FP-gnhZ": { + "id": "4acJag7ORjUzX7FP-gnhZ", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'Windows'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747121966001, + "createAt": 1745819764138 + } + }, + "1q8jG5dQKdD35_XYimkSk": { + "id": "1q8jG5dQKdD35_XYimkSk", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "model", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609596359, + "createAt": 1745819764138 + } + }, + "zL9bBVm37HTSU-xWpwxxJ": { + "id": "zL9bBVm37HTSU-xWpwxxJ", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "cost_price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "G9PMddYQm9ohnzkJUa_nw": { + "id": "G9PMddYQm9ohnzkJUa_nw", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576533911, + "createAt": 1745819764138 + } + }, + "P84ZMnZu1nZtRhDY18T5o": { + "id": "P84ZMnZu1nZtRhDY18T5o", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "description", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 61, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576343186, + "createAt": 1745819764138 + } + }, + "k4vpMNZ75fNUjX-hrjXzs": { + "id": "k4vpMNZ75fNUjX-hrjXzs", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "8ZPjmeG3NoO6C0icGibJP": { + "id": "8ZPjmeG3NoO6C0icGibJP", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "7B0zaLoZnOoMNW8OHZlrQ": { + "id": "7B0zaLoZnOoMNW8OHZlrQ", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576741115, + "createAt": 1745819764138 + } + }, + "XQE8sY3pDLC2iy95uc9Ir": { + "id": "XQE8sY3pDLC2iy95uc9Ir", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "code", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "oc5quhO8E3mqrBZKbIy_G": { + "id": "oc5quhO8E3mqrBZKbIy_G", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "type", + "comment": "회선구분", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748425121716, + "createAt": 1745819764138 + } + }, + "ehNv0f07ci1ARnkTSDG6J": { + "id": "ehNv0f07ci1ARnkTSDG6J", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576747163, + "createAt": 1745819764138 + } + }, + "xaUC3GLta1iHmo1YQ-qDo": { + "id": "xaUC3GLta1iHmo1YQ-qDo", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "status", + "comment": "", + "dataType": "ENUM(use,stop)", + "default": "use", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 87, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "ltPYBs_iNuZJM6wTnK0H-": { + "id": "ltPYBs_iNuZJM6wTnK0H-", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746769042882, + "createAt": 1745819764138 + } + }, + "liJON6hIBB9aS-pQgM0Q6": { + "id": "liJON6hIBB9aS-pQgM0Q6", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764138, + "createAt": 1745819764138 + } + }, + "Do7xvuwqsEo1L9PMTYoFg": { + "id": "Do7xvuwqsEo1L9PMTYoFg", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "uid", + "comment": "", + "dataType": "", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745820641243, + "createAt": 1745819764138 + } + }, + "nb5CGzskl3_LIRA0yyede": { + "id": "nb5CGzskl3_LIRA0yyede", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576278847, + "createAt": 1745819764139 + } + }, + "sscrxOdwLlx94tx1j_MrH": { + "id": "sscrxOdwLlx94tx1j_MrH", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746406061984, + "createAt": 1745819764139 + } + }, + "iM3NfWTfO6qrXv94EUFgk": { + "id": "iM3NfWTfO6qrXv94EUFgk", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'hosting'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747733895712, + "createAt": 1745819764139 + } + }, + "CITRNBpXOZqGM6gHy5MlB": { + "id": "CITRNBpXOZqGM6gHy5MlB", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "title", + "comment": "", + "dataType": "VARCHAR(255)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747125180442, + "createAt": 1745819764139 + } + }, + "lwr6RuK8OGKJNLdd70NGS": { + "id": "lwr6RuK8OGKJNLdd70NGS", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "billing_at", + "comment": "청구일", + "dataType": "DATE", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747371214135, + "createAt": 1745819764139 + } + }, + "sGkif4Lcd1cXyGgJQCuZl": { + "id": "sGkif4Lcd1cXyGgJQCuZl", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "amount", + "comment": "청구액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747371386113, + "createAt": 1745819764139 + } + }, + "xbFxL4RtJRdTlfQlDG3Ag": { + "id": "xbFxL4RtJRdTlfQlDG3Ag", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "startdate_at", + "comment": "", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 64, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747125021252, + "createAt": 1745819764139 + } + }, + "Yw-nVASb0K3Qf7KU2Vxto": { + "id": "Yw-nVASb0K3Qf7KU2Vxto", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "enddate_at", + "comment": "", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 61, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747124987001, + "createAt": 1745819764139 + } + }, + "jBxeJ8Sz7jRGrKBCkD1q1": { + "id": "jBxeJ8Sz7jRGrKBCkD1q1", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878210199, + "createAt": 1745819764139 + } + }, + "mNL0XMdVPG6j_TTghhHg6": { + "id": "mNL0XMdVPG6j_TTghhHg6", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764139, + "createAt": 1745819764139 + } + }, + "29LdworovSsHw2EaPP8Zv": { + "id": "29LdworovSsHw2EaPP8Zv", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764139, + "createAt": 1745819764139 + } + }, + "fsAJySlXPbGQahV59hQgo": { + "id": "fsAJySlXPbGQahV59hQgo", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576282952, + "createAt": 1745819764139 + } + }, + "bEnLVhafLMHZluEaYba4n": { + "id": "bEnLVhafLMHZluEaYba4n", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "serviceinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 80, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764139, + "createAt": 1745819764139 + } + }, + "F6kponQqcXk2TT-AIElPY": { + "id": "F6kponQqcXk2TT-AIElPY", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "type", + "comment": "", + "dataType": "ENUM(monthly,onetime,daily)", + "default": "monthly", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 161, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764139, + "createAt": 1745819764139 + } + }, + "hCs1Oji5S6161mXCnAgP6": { + "id": "hCs1Oji5S6161mXCnAgP6", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "total_amount", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 72, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747281826097, + "createAt": 1745819764139 + } + }, + "h9_O9yvER5oW6Tb7ygofm": { + "id": "h9_O9yvER5oW6Tb7ygofm", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "description", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 61, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764139, + "createAt": 1745819764139 + } + }, + "iDvGbVnpR-GTfqajd7P02": { + "id": "iDvGbVnpR-GTfqajd7P02", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878219530, + "createAt": 1745819764139 + } + }, + "RcKYLal7wRQe2aYxGDKNl": { + "id": "RcKYLal7wRQe2aYxGDKNl", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764139, + "createAt": 1745819764139 + } + }, + "2SU_tNQXyQlsQc6WchJ04": { + "id": "2SU_tNQXyQlsQc6WchJ04", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764139, + "createAt": 1745819764139 + } + }, + "9gNKhuq9UnDKyb9KuZ7cY": { + "id": "9gNKhuq9UnDKyb9KuZ7cY", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914714975, + "createAt": 1745819764140 + } + }, + "O_MKuQKv7yP-k0dsyszkk": { + "id": "O_MKuQKv7yP-k0dsyszkk", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "G3KLXJzl6S28Y8pN8hfy2": { + "id": "G3KLXJzl6S28Y8pN8hfy2", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "type", + "comment": "", + "dataType": "ENUM()", + "default": "point", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914669471, + "createAt": 1745819764142 + } + }, + "ALRvTZjYrv4K1ltFn30Mn": { + "id": "ALRvTZjYrv4K1ltFn30Mn", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "title", + "comment": "", + "dataType": "VARCHAR(100)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "3EFy0j6PlKaha31ajJSsZ": { + "id": "3EFy0j6PlKaha31ajJSsZ", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "value", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "6ZDZLrSpVuAeUGWvifvq7": { + "id": "6ZDZLrSpVuAeUGWvifvq7", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "note", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "1bvped58WqdQLlaObX0AT": { + "id": "1bvped58WqdQLlaObX0AT", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "status", + "comment": "", + "dataType": "ENUM(use,expired)", + "default": "use", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 103, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "iMCMcnQGafCPo46R91hOK": { + "id": "iMCMcnQGafCPo46R91hOK", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "6WOE-jsg5rFe2X04atr-Y": { + "id": "6WOE-jsg5rFe2X04atr-Y", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "J_xS3cvULouXCTo5gCiTm": { + "id": "J_xS3cvULouXCTo5gCiTm", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 3, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "DGl10GI58QwOHwpTu4Z1Y": { + "id": "DGl10GI58QwOHwpTu4Z1Y", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "user_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747816382451, + "createAt": 1745819764142 + } + }, + "yMcXBh6lgSLWfLhrivvuX": { + "id": "yMcXBh6lgSLWfLhrivvuX", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "type", + "comment": "", + "dataType": "ENUM(info,warn,error,debug)", + "default": "info", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 157, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "KvMMNu-PKESt0_2K4AJcB": { + "id": "KvMMNu-PKESt0_2K4AJcB", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "class_name", + "comment": "", + "dataType": "VARCHAR(255)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 61, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746409083866, + "createAt": 1745819764142 + } + }, + "kKI4hKELPs9Nh5UtQvSu7": { + "id": "kKI4hKELPs9Nh5UtQvSu7", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "method_name", + "comment": "", + "dataType": "VARCHAR(255)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 78, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746409091430, + "createAt": 1745819764142 + } + }, + "wkjLZ-Bc9g3Z6Rh_IQ7_q": { + "id": "wkjLZ-Bc9g3Z6Rh_IQ7_q", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "title", + "comment": "", + "dataType": "VARCHAR(255)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "W5bxFTggHoO9_PPsfy2EB": { + "id": "W5bxFTggHoO9_PPsfy2EB", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "content", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746409102873, + "createAt": 1745819764142 + } + }, + "Wef1cEik-NFTr_alGxLpa": { + "id": "Wef1cEik-NFTr_alGxLpa", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "status", + "comment": "", + "dataType": "ENUM(info,warning,error,megency,critical,debug)", + "default": "info", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 262, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745885282627, + "createAt": 1745819764142 + } + }, + "OgECIC2AofE3lQIX-nOkM": { + "id": "OgECIC2AofE3lQIX-nOkM", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "qHceMMaFcmVnWPlJ2T4Sg": { + "id": "qHceMMaFcmVnWPlJ2T4Sg", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745819764142, + "createAt": 1745819764142 + } + }, + "SFj3q5xg6pcI4RSDKPSgI": { + "id": "SFj3q5xg6pcI4RSDKPSgI", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "ip", + "comment": "", + "dataType": "CHAR(16)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746576026143, + "createAt": 1745820616316 + } + }, + "Id0h8QbOdlhPj9P1zTm5o": { + "id": "Id0h8QbOdlhPj9P1zTm5o", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746764385134, + "createAt": 1745820637059 + } + }, + "Vm1-FnoJLcJ0GRnTp0vnn": { + "id": "Vm1-FnoJLcJ0GRnTp0vnn", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745820683602, + "createAt": 1745820683602 + } + }, + "R-UjmO-S2UeQdddVNwH5M": { + "id": "R-UjmO-S2UeQdddVNwH5M", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745820683602, + "createAt": 1745820683602 + } + }, + "0ONL4QLQRyZ32MBJ7TN7u": { + "id": "0ONL4QLQRyZ32MBJ7TN7u", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "50000", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609434306, + "createAt": 1745821113011 + } + }, + "e6eWKMFnpXI-rPJZ_9tBt": { + "id": "e6eWKMFnpXI-rPJZ_9tBt", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "status", + "comment": "", + "dataType": "ENUM(use,stop)", + "default": "use", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 87, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745821113012, + "createAt": 1745821113011 + } + }, + "Dw-euSUHCJjMfHmPx9RZw": { + "id": "Dw-euSUHCJjMfHmPx9RZw", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "startdate_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 64, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745821287277, + "createAt": 1745821287276 + } + }, + "bc7vXbPHzkkSjtIb1Eu_C": { + "id": "bc7vXbPHzkkSjtIb1Eu_C", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "enddate_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 61, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745821287277, + "createAt": 1745821287277 + } + }, + "3jtklRjnxzZANo69T6vWW": { + "id": "3jtklRjnxzZANo69T6vWW", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "deposit", + "comment": "추가", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609838106, + "createAt": 1745914576666 + } + }, + "RJRgO2-42FxCW0ucjngu9": { + "id": "RJRgO2-42FxCW0ucjngu9", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'in'", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746421463531, + "createAt": 1745914717252 + } + }, + "35XbdvgOzpNdasPnMcbkx": { + "id": "35XbdvgOzpNdasPnMcbkx", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746406061984, + "createAt": 1745914803629 + } + }, + "PJapuo6nvm3x9hJPUfXd6": { + "id": "PJapuo6nvm3x9hJPUfXd6", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746764362759, + "createAt": 1745914874024 + } + }, + "X1GxGekOLLuoEkqGQDF86": { + "id": "X1GxGekOLLuoEkqGQDF86", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914874024, + "createAt": 1745914874024 + } + }, + "fhM5WF3fhv8_g8KDcNF9g": { + "id": "fhM5WF3fhv8_g8KDcNF9g", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "title", + "comment": "", + "dataType": "VARCHAR(255)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914874024, + "createAt": 1745914874024 + } + }, + "QfmlZ3--qScQizx76syAE": { + "id": "QfmlZ3--qScQizx76syAE", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "alias", + "comment": "입출금자명", + "dataType": "VARCHAR(50)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 62, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914874025, + "createAt": 1745914874024 + } + }, + "NnXAqOInrD08SltZoFNHu": { + "id": "NnXAqOInrD08SltZoFNHu", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "amount", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914874025, + "createAt": 1745914874025 + } + }, + "S3K2h7O2zUHNoSb5rfn5c": { + "id": "S3K2h7O2zUHNoSb5rfn5c", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "note", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914874025, + "createAt": 1745914874025 + } + }, + "v6TBpKQ_tIXDcJth0Hf4s": { + "id": "v6TBpKQ_tIXDcJth0Hf4s", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "status", + "comment": "", + "dataType": "ENUM(deposit,withdrawal)", + "default": "deposit", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 143, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914874025, + "createAt": 1745914874025 + } + }, + "qHxcsOsImKFSnmwyIE_XZ": { + "id": "qHxcsOsImKFSnmwyIE_XZ", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914874025, + "createAt": 1745914874025 + } + }, + "jav6q3L-HQhPYJBdcLIgz": { + "id": "jav6q3L-HQhPYJBdcLIgz", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1745914874025, + "createAt": 1745914874025 + } + }, + "PyXYmokQzpzzT08WTmtsN": { + "id": "PyXYmokQzpzzT08WTmtsN", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746406061984, + "createAt": 1745914916195 + } + }, + "Z4egkB50o_Ii-lP5VRBGr": { + "id": "Z4egkB50o_Ii-lP5VRBGr", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "", + "comment": "", + "dataType": "", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1745914974320, + "createAt": 1745914974320 + } + }, + "02r_3OPPiD_vAgD7rmZK4": { + "id": "02r_3OPPiD_vAgD7rmZK4", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "coupon_balance", + "comment": "쿠폰수", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 88, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747281855057, + "createAt": 1745914990795 + } + }, + "Vb_CyMe0qvi7oxda4dUVW": { + "id": "Vb_CyMe0qvi7oxda4dUVW", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "point_balance", + "comment": "포인트", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747281855834, + "createAt": 1745914991602 + } + }, + "XPpipgVUsGKsXCW5YNg1X": { + "id": "XPpipgVUsGKsXCW5YNg1X", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "email", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747281907332, + "createAt": 1745915055367 + } + }, + "NVO-aO4GEW9DHdEV8XQq6": { + "id": "NVO-aO4GEW9DHdEV8XQq6", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "code", + "comment": "", + "dataType": "VARCHAR(", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746404371161, + "createAt": 1746404353801 + } + }, + "WHpensFTMwtupqV5TbNMV": { + "id": "WHpensFTMwtupqV5TbNMV", + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878040311, + "createAt": 1746409047865 + } + }, + "VycsOgeM1SXkcq_5XYUMS": { + "id": "VycsOgeM1SXkcq_5XYUMS", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878050418, + "createAt": 1746409123565 + } + }, + "bh-W1plz0vCW2rURDnfDR": { + "id": "bh-W1plz0vCW2rURDnfDR", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878126469, + "createAt": 1746409135259 + } + }, + "nDoaVrEhO8hLuHbgZV4il": { + "id": "nDoaVrEhO8hLuHbgZV4il", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878150246, + "createAt": 1746409147624 + } + }, + "PHhRG4nKR6k_CQF9B8xS1": { + "id": "PHhRG4nKR6k_CQF9B8xS1", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878160216, + "createAt": 1746409157661 + } + }, + "9CJ9f4Gdh5iKDZAMDjNAz": { + "id": "9CJ9f4Gdh5iKDZAMDjNAz", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'in'", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746421440442, + "createAt": 1746409195694 + } + }, + "dkwDt8XZjnu1Hq3vX4Wta": { + "id": "dkwDt8XZjnu1Hq3vX4Wta", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "code", + "comment": "회선번호", + "dataType": "VARCHAR(20)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746595620522, + "createAt": 1746595138876 + } + }, + "lZQAY89JoyOHoTQEHeS1Y": { + "id": "lZQAY89JoyOHoTQEHeS1Y", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "title", + "comment": "", + "dataType": "VARCHAR(100)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609572983, + "createAt": 1746595187788 + } + }, + "f7_MGvRjkwL1xkCWrAgDR": { + "id": "f7_MGvRjkwL1xkCWrAgDR", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "lineinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 63, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746595301986, + "createAt": 1746595277836 + } + }, + "6qd6rcTkraI_AbHcVbp6T": { + "id": "6qd6rcTkraI_AbHcVbp6T", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "ip", + "comment": "", + "dataType": "CHAR(16)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609553358, + "createAt": 1746595324623 + } + }, + "fiQBfXvw-4tj42PuGiDAk": { + "id": "fiQBfXvw-4tj42PuGiDAk", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "bandwith", + "comment": "IP 대역", + "dataType": "VARCHAR(20)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746595529898, + "createAt": 1746595486404 + } + }, + "6QKQkCLEQNWLc1oF16LgN": { + "id": "6QKQkCLEQNWLc1oF16LgN", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "code", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609616841, + "createAt": 1746604787601 + } + }, + "o0KMVEBZAnWRSsxx10HmA": { + "id": "o0KMVEBZAnWRSsxx10HmA", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "manufactur_at", + "comment": "제조일", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 78, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747118914494, + "createAt": 1746606232069 + } + }, + "lhQ3PpSdLxVcH5LvI4DNx": { + "id": "lhQ3PpSdLxVcH5LvI4DNx", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "type", + "comment": "", + "dataType": "VHARCHAR(20)", + "default": "'public'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 84, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746607706344, + "createAt": 1746607691544 + } + }, + "hZ6BBU-xMeNW6jafbpxzY": { + "id": "hZ6BBU-xMeNW6jafbpxzY", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "withdrawal", + "comment": "사용", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609843005, + "createAt": 1746609796989 + } + }, + "hpqVO4TcRRrwuvlSosSGx": { + "id": "hpqVO4TcRRrwuvlSosSGx", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "deposit", + "comment": "입금", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609901157, + "createAt": 1746609863007 + } + }, + "loBrh2giB1WiI1GakcT46": { + "id": "loBrh2giB1WiI1GakcT46", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "withdrawal", + "comment": "출금", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746609905642, + "createAt": 1746609863007 + } + }, + "OwsCuEWoHNZ8zov4IClUR": { + "id": "OwsCuEWoHNZ8zov4IClUR", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "amount", + "comment": "압출금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747124730978, + "createAt": 1746609884642 + } + }, + "-egu-8EQDsUJcOi-nzl74": { + "id": "-egu-8EQDsUJcOi-nzl74", + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878184329, + "createAt": 1746609884642 + } + }, + "wb9_XvPZHAOrpH-s0B0YN": { + "id": "wb9_XvPZHAOrpH-s0B0YN", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "start_at", + "comment": "개통일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747368685355, + "createAt": 1746769048830 + } + }, + "roON46ztrEREN9ysNVyCK": { + "id": "roON46ztrEREN9ysNVyCK", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'cpu'", + "options": 10, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746783530740, + "createAt": 1746783443622 + } + }, + "DC7TvFFpBT7vY0UKKHt-W": { + "id": "DC7TvFFpBT7vY0UKKHt-W", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "model", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746783443622, + "createAt": 1746783443622 + } + }, + "kXkNsvdbXOcI-DslovgVa": { + "id": "kXkNsvdbXOcI-DslovgVa", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "capacity", + "comment": "성능", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747117842173, + "createAt": 1746783443622 + } + }, + "cg9Jr22ykbciJUTruf5fu": { + "id": "cg9Jr22ykbciJUTruf5fu", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746783443622, + "createAt": 1746783443622 + } + }, + "dr0UoY8ebsS-TjcPyP4is": { + "id": "dr0UoY8ebsS-TjcPyP4is", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "description", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 61, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746783443622, + "createAt": 1746783443622 + } + }, + "wx8zTFviA4I8YQnn-MFpW": { + "id": "wx8zTFviA4I8YQnn-MFpW", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'use'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746783443622, + "createAt": 1746783443622 + } + }, + "3nwgqrQd_qDGdg6Fe3kEp": { + "id": "3nwgqrQd_qDGdg6Fe3kEp", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746783443622, + "createAt": 1746783443622 + } + }, + "mwVYv9PaJFpoxYvTRJ223": { + "id": "mwVYv9PaJFpoxYvTRJ223", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1746783443622, + "createAt": 1746783443622 + } + }, + "Jh6e_-9QYe1Tqve0PE3kT": { + "id": "Jh6e_-9QYe1Tqve0PE3kT", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1746783593438, + "createAt": 1746783511284 + } + }, + "F6TXYV3uwRzb-aZYCmf5x": { + "id": "F6TXYV3uwRzb-aZYCmf5x", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "clientinfo_uid", + "comment": "소유자", + "dataType": "INT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747118585059, + "createAt": 1747033130118 + } + }, + "-Vr-igaSkx5zEcVp0oUGN": { + "id": "-Vr-igaSkx5zEcVp0oUGN", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'CPU'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747286951047, + "createAt": 1747117813787 + } + }, + "ha72QbBWfvyRymsyFBov8": { + "id": "ha72QbBWfvyRymsyFBov8", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "clientinfo_uid", + "comment": "소유자", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747118591540, + "createAt": 1747118545119 + } + }, + "GnoGvT4HaG9kp-BvwZ4FQ": { + "id": "GnoGvT4HaG9kp-BvwZ4FQ", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "manufactur_at", + "comment": "제조일", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 78, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747118918222, + "createAt": 1747118813753 + } + }, + "C-iSSJV5sjbkmpIKBx4Km": { + "id": "C-iSSJV5sjbkmpIKBx4Km", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "amount", + "comment": "압출금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747124828013, + "createAt": 1747124828013 + } + }, + "txROOkHVXSfJOTHlU5mdz": { + "id": "txROOkHVXSfJOTHlU5mdz", + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878174792, + "createAt": 1747124828013 + } + }, + "TFkQ1ID6ShcMqf9wLGEP1": { + "id": "TFkQ1ID6ShcMqf9wLGEP1", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "amount", + "comment": "갯수", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747124875293, + "createAt": 1747124839902 + } + }, + "DSAUgD7rG7Lzm2-jVWKA3": { + "id": "DSAUgD7rG7Lzm2-jVWKA3", + "tableId": "jO40Ej5EXImXnadoJo9bn", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878167336, + "createAt": 1747124839902 + } + }, + "Ue1gt0C4DyjOQswV8LxkE": { + "id": "Ue1gt0C4DyjOQswV8LxkE", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "clientinfo_uid", + "comment": "소유자", + "dataType": "INT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747198771670, + "createAt": 1747198681287 + } + }, + "qnVCOfUyejx2ToAQhkmu0": { + "id": "qnVCOfUyejx2ToAQhkmu0", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "start_at", + "comment": "개통일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747371188940, + "createAt": 1747277755303 + } + }, + "JItDVSlR3alwlWIyiXSyW": { + "id": "JItDVSlR3alwlWIyiXSyW", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "end_at", + "comment": "종료일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747792789752, + "createAt": 1747277755303 + } + }, + "Mlq3l8ZyEkSzXldwOmRed": { + "id": "Mlq3l8ZyEkSzXldwOmRed", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747279138866, + "createAt": 1747279114628 + } + }, + "NzUNVP-O0U298m6bClqyd": { + "id": "NzUNVP-O0U298m6bClqyd", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "issue_at", + "comment": "", + "dataType": "DATE", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747627020647, + "createAt": 1747279159758 + } + }, + "zT13NpysXzkDKNUgdBOIC": { + "id": "zT13NpysXzkDKNUgdBOIC", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "issued_at", + "comment": "", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747279366874, + "createAt": 1747279159758 + } + }, + "rfUyj0qgcwNt8AYQrQpwr": { + "id": "rfUyj0qgcwNt8AYQrQpwr", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747279185055, + "createAt": 1747279185055 + } + }, + "pY1RZgzuWBgRILX2XsMTt": { + "id": "pY1RZgzuWBgRILX2XsMTt", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "code", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747283581346, + "createAt": 1747283571951 + } + }, + "5KRw8TtT2nLqpYfKFOBwe": { + "id": "5KRw8TtT2nLqpYfKFOBwe", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "clientinfo_uid", + "comment": "소유자정보", + "dataType": "INT", + "default": "", + "options": 0, + "ui": { + "keys": 2, + "widthName": 73, + "widthComment": 62, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747367958122, + "createAt": 1747286811587 + } + }, + "yjaoHnd4nFaa-3REXvRfN": { + "id": "yjaoHnd4nFaa-3REXvRfN", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747286871486, + "createAt": 1747286871486 + } + }, + "VxbbWBYPZdH63koVtdRuv": { + "id": "VxbbWBYPZdH63koVtdRuv", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747286961671, + "createAt": 1747286910519 + } + }, + "kyD7tU9kevxCDow7j2uHI": { + "id": "kyD7tU9kevxCDow7j2uHI", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747286947375, + "createAt": 1747286929609 + } + }, + "SaTapKkBzVUluKTG_fsBy": { + "id": "SaTapKkBzVUluKTG_fsBy", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747367978937, + "createAt": 1747297811324 + } + }, + "B5P-XTPII39W_C1xsZEM-": { + "id": "B5P-XTPII39W_C1xsZEM-", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "clientinfo_uid", + "comment": "고객정보", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747297979214, + "createAt": 1747297931757 + } + }, + "74hYN_2bj1ubH9fDJVRVz": { + "id": "74hYN_2bj1ubH9fDJVRVz", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 4, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747374069326, + "createAt": 1747373947529 + } + }, + "JXFtN33CEiVr8DDSQay0k": { + "id": "JXFtN33CEiVr8DDSQay0k", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "code", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747374066119, + "createAt": 1747374044582 + } + }, + "zBz4vBOZSIA8vKmfqXckO": { + "id": "zBz4vBOZSIA8vKmfqXckO", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747374857754, + "createAt": 1747374853724 + } + }, + "YqInlreLnga0pOXtaP8GF": { + "id": "YqInlreLnga0pOXtaP8GF", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'VPC-CS'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747375226334, + "createAt": 1747374853724 + } + }, + "ixoWg1kPLrUYL069d75Kq": { + "id": "ixoWg1kPLrUYL069d75Kq", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "ip", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747817155134, + "createAt": 1747374853724 + } + }, + "0STHSEXiceoCa6a7jGXV5": { + "id": "0STHSEXiceoCa6a7jGXV5", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "domain", + "comment": "", + "dataType": "VARCHAR(100)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747375169681, + "createAt": 1747374853724 + } + }, + "j2hkudsfMKexNL6P7SM8R": { + "id": "j2hkudsfMKexNL6P7SM8R", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "description", + "comment": "", + "dataType": "TEXT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 61, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747374853724, + "createAt": 1747374853724 + } + }, + "lf3Q5NccF2HWpq4GlYVta": { + "id": "lf3Q5NccF2HWpq4GlYVta", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "manufactur_at", + "comment": "제조일", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 78, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747374853724, + "createAt": 1747374853724 + } + }, + "mDU5e29uBK_pIGHPmO6Nv": { + "id": "mDU5e29uBK_pIGHPmO6Nv", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878056417, + "createAt": 1747374853724 + } + }, + "W9QKu7VjB-92E2pV0v2dk": { + "id": "W9QKu7VjB-92E2pV0v2dk", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747374853724, + "createAt": 1747374853724 + } + }, + "pzEFysMFfI2J8uB8YHXxA": { + "id": "pzEFysMFfI2J8uB8YHXxA", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1747374853725, + "createAt": 1747374853724 + } + }, + "VYbvSvXIEQPQtx6GL-tdv": { + "id": "VYbvSvXIEQPQtx6GL-tdv", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "code", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747374914892, + "createAt": 1747374914892 + } + }, + "J97WIRanerqkRvOlQCnL3": { + "id": "J97WIRanerqkRvOlQCnL3", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "code", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747380440853, + "createAt": 1747378814732 + } + }, + "UKMpq-uPW9JhNhwRMtBmC": { + "id": "UKMpq-uPW9JhNhwRMtBmC", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "code", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747380826300, + "createAt": 1747380826300 + } + }, + "BaXSr0Zs4Yk5dCbD8X_lm": { + "id": "BaXSr0Zs4Yk5dCbD8X_lm", + "tableId": "doERb3lIVeBW_D0NtNYX8", + "name": "price", + "comment": "단가", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747620603412, + "createAt": 1747620566701 + } + }, + "CY-ZAs3Ns1YhoxL9UiCee": { + "id": "CY-ZAs3Ns1YhoxL9UiCee", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747621946921, + "createAt": 1747621930444 + } + }, + "uodvC_rgsnCqB65A3uZYW": { + "id": "uodvC_rgsnCqB65A3uZYW", + "tableId": "R4reSshLxH3DQW6fUfSPa", + "name": "serviceinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 80, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747626616365, + "createAt": 1747626605945 + } + }, + "GUAjQ-qFNvMHOaqY-rBXq": { + "id": "GUAjQ-qFNvMHOaqY-rBXq", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "code", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748325676006, + "createAt": 1747632565731 + } + }, + "jN2378kieoBKN-G1x8myT": { + "id": "jN2378kieoBKN-G1x8myT", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "rack", + "comment": "Rack번호", + "dataType": "VARCHAR(10)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747733996079, + "createAt": 1747733912998 + } + }, + "HFfXA_mDYFa0cgMnr8qBF": { + "id": "HFfXA_mDYFa0cgMnr8qBF", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "lineinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 63, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747788179949, + "createAt": 1747788167946 + } + }, + "6zK3adxA2E9fHUYDhbE8g": { + "id": "6zK3adxA2E9fHUYDhbE8g", + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747788598740, + "createAt": 1747788592272 + } + }, + "dluCt7VimWWwGu4Is8V0v": { + "id": "dluCt7VimWWwGu4Is8V0v", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "clientinfo_uid", + "comment": "소유자정보", + "dataType": "INT", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 62, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747795106997, + "createAt": 1747795106997 + } + }, + "203b3hUKUQ_Gu5wKShBgZ": { + "id": "203b3hUKUQ_Gu5wKShBgZ", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747808149491, + "createAt": 1747808146987 + } + }, + "kohhWoNuei3x97SzgQUF4": { + "id": "kohhWoNuei3x97SzgQUF4", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "model", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747808146988, + "createAt": 1747808146988 + } + }, + "EEerVyCwkEAuiRc-gon8s": { + "id": "EEerVyCwkEAuiRc-gon8s", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747808146988, + "createAt": 1747808146988 + } + }, + "uki_QcviBOFJ57v1IbbPX": { + "id": "uki_QcviBOFJ57v1IbbPX", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1747808146988, + "createAt": 1747808146988 + } + }, + "5EZEDNUFxzmElbK6goZPK": { + "id": "5EZEDNUFxzmElbK6goZPK", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747808226928, + "createAt": 1747808226928 + } + }, + "WaCB3uNZYFReAPiBqQ97v": { + "id": "WaCB3uNZYFReAPiBqQ97v", + "tableId": "dnFyz1CSdGeS6mCbfCMO0", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747808579838, + "createAt": 1747808577955 + } + }, + "tn-GhYT445kEh1tzf8Lf1": { + "id": "tn-GhYT445kEh1tzf8Lf1", + "tableId": "dnFyz1CSdGeS6mCbfCMO0", + "name": "model", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747808577955, + "createAt": 1747808577955 + } + }, + "cMe_lKgwfS-LNTHhHIYrk": { + "id": "cMe_lKgwfS-LNTHhHIYrk", + "tableId": "dnFyz1CSdGeS6mCbfCMO0", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747808577955, + "createAt": 1747808577955 + } + }, + "ixmBlLhmVt4et6tZEwLPC": { + "id": "ixmBlLhmVt4et6tZEwLPC", + "tableId": "dnFyz1CSdGeS6mCbfCMO0", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1747808577955, + "createAt": 1747808577955 + } + }, + "qcYZvSlfu93cigmIRzU_C": { + "id": "qcYZvSlfu93cigmIRzU_C", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878090679, + "createAt": 1747816623991 + } + }, + "SzD5tmOIoZodU1wBH56I4": { + "id": "SzD5tmOIoZodU1wBH56I4", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878082292, + "createAt": 1747816631727 + } + }, + "FOr_RCEoaL3a0M7smSYRC": { + "id": "FOr_RCEoaL3a0M7smSYRC", + "tableId": "dnFyz1CSdGeS6mCbfCMO0", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747878064464, + "createAt": 1747816636766 + } + }, + "BvHyGw9Xf_gz7bEkZhLbk": { + "id": "BvHyGw9Xf_gz7bEkZhLbk", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "accountid", + "comment": "", + "dataType": "VARCHAR(50)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747817197659, + "createAt": 1747817172798 + } + }, + "zFbEbi2-nyWp4zEvOHsUG": { + "id": "zFbEbi2-nyWp4zEvOHsUG", + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "name": "account_balance", + "comment": "예치금", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 90, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747888103295, + "createAt": 1747888079555 + } + }, + "70VrVnWpv5vcn3MTsTHC4": { + "id": "70VrVnWpv5vcn3MTsTHC4", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "raid", + "comment": "", + "dataType": "VARCHAR(10)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1747993949848, + "createAt": 1747993531109 + } + }, + "ftF3nsGwio93Yhy60Pn99": { + "id": "ftF3nsGwio93Yhy60Pn99", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "serviceinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 80, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748219076528, + "createAt": 1748219042340 + } + }, + "XnNj7H0bnTxo_NuZm7BOs": { + "id": "XnNj7H0bnTxo_NuZm7BOs", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748219080932, + "createAt": 1748219060419 + } + }, + "x2aQLdokECUat0FErWqlV": { + "id": "x2aQLdokECUat0FErWqlV", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "serviceinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 80, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748219060419, + "createAt": 1748219060419 + } + }, + "qA0r0AonbnrXvdqm7AZfg": { + "id": "qA0r0AonbnrXvdqm7AZfg", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "billing_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'onetime'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 63, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748219145773, + "createAt": 1748219060419 + } + }, + "SeMtkfNiltpn4j-M-XkG-": { + "id": "SeMtkfNiltpn4j-M-XkG-", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748219060419, + "createAt": 1748219060419 + } + }, + "6T7sNUPqpTPJm6TI7Qbbe": { + "id": "6T7sNUPqpTPJm6TI7Qbbe", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748219060420, + "createAt": 1748219060419 + } + }, + "w404_rDrrYyt26iqY8Eur": { + "id": "w404_rDrrYyt26iqY8Eur", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "domain", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 12, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748219115821, + "createAt": 1748219094476 + } + }, + "uz14PltMKB0QJK1MyZMAA": { + "id": "uz14PltMKB0QJK1MyZMAA", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "amount", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748219965791, + "createAt": 1748219965790 + } + }, + "qzikkq9Ixd8qxTt9ZsXU_": { + "id": "qzikkq9Ixd8qxTt9ZsXU_", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748220040634, + "createAt": 1748220023732 + } + }, + "2-mxsDaVU45SAAkg_CmAZ": { + "id": "2-mxsDaVU45SAAkg_CmAZ", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "50000", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748221713175, + "createAt": 1748221692523 + } + }, + "AlvBDBVGfLoVcNjd__kFZ": { + "id": "AlvBDBVGfLoVcNjd__kFZ", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "price", + "comment": "", + "dataType": "", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748221750661, + "createAt": 1748221746587 + } + }, + "C_yfBNgyfir7swSSCwZIF": { + "id": "C_yfBNgyfir7swSSCwZIF", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748221771786, + "createAt": 1748221759593 + } + }, + "QbDQaanzFqNjwfLHyANBC": { + "id": "QbDQaanzFqNjwfLHyANBC", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "price", + "comment": "", + "dataType": "", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748221956989, + "createAt": 1748221950329 + } + }, + "AdK-ftiebHNTIjlPzqGxQ": { + "id": "AdK-ftiebHNTIjlPzqGxQ", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748221965908, + "createAt": 1748221965908 + } + }, + "34e96O1llg-e0TtBY7IWL": { + "id": "34e96O1llg-e0TtBY7IWL", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "is_oneitme", + "comment": "", + "dataType": "VARCHAR(", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222087742, + "createAt": 1748222044155 + } + }, + "VDwq7FTa8NVFgubAOFjso": { + "id": "VDwq7FTa8NVFgubAOFjso", + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222151075, + "createAt": 1748222126774 + } + }, + "jmi6LrAtLmYLaoDiEZ10f": { + "id": "jmi6LrAtLmYLaoDiEZ10f", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222181063, + "createAt": 1748222181063 + } + }, + "Tuyrnk-V3RykdGluC-86m": { + "id": "Tuyrnk-V3RykdGluC-86m", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222181063, + "createAt": 1748222181063 + } + }, + "W42ouHmZOfJRQQ6XPu3Eq": { + "id": "W42ouHmZOfJRQQ6XPu3Eq", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222181174, + "createAt": 1748222181173 + } + }, + "K_QGLeRYAUneRz7KBswho": { + "id": "K_QGLeRYAUneRz7KBswho", + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222181174, + "createAt": 1748222181174 + } + }, + "zdhazSc2UskbRIFTbn0MV": { + "id": "zdhazSc2UskbRIFTbn0MV", + "tableId": "dnFyz1CSdGeS6mCbfCMO0", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222197668, + "createAt": 1748222197668 + } + }, + "vzqaqaPuF4guI7nUCRFIE": { + "id": "vzqaqaPuF4guI7nUCRFIE", + "tableId": "dnFyz1CSdGeS6mCbfCMO0", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222197668, + "createAt": 1748222197668 + } + }, + "3JKv9gwi5ig1yLoBJsLC9": { + "id": "3JKv9gwi5ig1yLoBJsLC9", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222221059, + "createAt": 1748222221059 + } + }, + "tTTzHZFvoMJ0RzAexXY2L": { + "id": "tTTzHZFvoMJ0RzAexXY2L", + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222221060, + "createAt": 1748222221059 + } + }, + "D7Q_X02LvMZbBtg71_hCK": { + "id": "D7Q_X02LvMZbBtg71_hCK", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222242450, + "createAt": 1748222242450 + } + }, + "lwe5PLEmpyTipKEVSCHRJ": { + "id": "lwe5PLEmpyTipKEVSCHRJ", + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222242451, + "createAt": 1748222242450 + } + }, + "T1h0jM57gCedXd5wWL30b": { + "id": "T1h0jM57gCedXd5wWL30b", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222405195, + "createAt": 1748222405195 + } + }, + "tUEipJ29hmJw6PGIvTRe4": { + "id": "tUEipJ29hmJw6PGIvTRe4", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222405195, + "createAt": 1748222405195 + } + }, + "OGLPunD1CL5Yx1Onabetn": { + "id": "OGLPunD1CL5Yx1Onabetn", + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748222971768, + "createAt": 1748222971768 + } + }, + "gHKfQQEPUr_YKqvm5K_gd": { + "id": "gHKfQQEPUr_YKqvm5K_gd", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223056333, + "createAt": 1748223056332 + } + }, + "EcVzL-sPHB3OIUYfPrAs6": { + "id": "EcVzL-sPHB3OIUYfPrAs6", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "price", + "comment": "", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223056333, + "createAt": 1748223056333 + } + }, + "E8iokQ-rKyw43cNe746kt": { + "id": "E8iokQ-rKyw43cNe746kt", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "status", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223080862, + "createAt": 1748223080861 + } + }, + "4ZPfgU2ooMQksUvTVE3DH": { + "id": "4ZPfgU2ooMQksUvTVE3DH", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223216844, + "createAt": 1748223209235 + } + }, + "rgmXZMa0DdI-L8pC-RiJt": { + "id": "rgmXZMa0DdI-L8pC-RiJt", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "invoice_at", + "comment": "청구일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225252920, + "createAt": 1748223248421 + } + }, + "wzFAJ75F6Ov68WDd8Mbkv": { + "id": "wzFAJ75F6Ov68WDd8Mbkv", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "due_at", + "comment": "납부기한일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 62, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225271468, + "createAt": 1748223338350 + } + }, + "xrgRRbiWznf6wfOZvPbzl": { + "id": "xrgRRbiWznf6wfOZvPbzl", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "amount", + "comment": "총금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225491317, + "createAt": 1748223398948 + } + }, + "UVlz7EjXt8gYUYQhV96kM": { + "id": "UVlz7EjXt8gYUYQhV96kM", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "status", + "comment": "납부여부", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225690597, + "createAt": 1748223423906 + } + }, + "L3Hv2zU68j89zfA6wxlrV": { + "id": "L3Hv2zU68j89zfA6wxlrV", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223453446, + "createAt": 1748223453446 + } + }, + "W3wh0h5zKLtV6LmBly1fv": { + "id": "W3wh0h5zKLtV6LmBly1fv", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748223453446, + "createAt": 1748223453446 + } + }, + "DX0y0VIZ430hVZbT_pmKl": { + "id": "DX0y0VIZ430hVZbT_pmKl", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223542387, + "createAt": 1748223536458 + } + }, + "T4cTcTKn8tiZ4cXkI1yKe": { + "id": "T4cTcTKn8tiZ4cXkI1yKe", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223567531, + "createAt": 1748223564893 + } + }, + "GInoklis2NulHalQTqnGQ": { + "id": "GInoklis2NulHalQTqnGQ", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "orderinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223582233, + "createAt": 1748223574921 + } + }, + "s4Hjjd9NLPLbGSYf6R4Eq": { + "id": "s4Hjjd9NLPLbGSYf6R4Eq", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "item_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'server'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748226757326, + "createAt": 1748223601646 + } + }, + "n9OtuKOQ5kpDFg38i89EP": { + "id": "n9OtuKOQ5kpDFg38i89EP", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "item_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223688677, + "createAt": 1748223664990 + } + }, + "0NhzxE0qF3EhLwFXCJokc": { + "id": "0NhzxE0qF3EhLwFXCJokc", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "amount", + "comment": "주문금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225475332, + "createAt": 1748223803075 + } + }, + "bnIGEl3uSTni7_L6hpLcl": { + "id": "bnIGEl3uSTni7_L6hpLcl", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "price", + "comment": "기본금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225480073, + "createAt": 1748223810604 + } + }, + "mItqR-yNDeKnaPfHyd5Ds": { + "id": "mItqR-yNDeKnaPfHyd5Ds", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748223850661, + "createAt": 1748223850661 + } + }, + "FtMFDsdDMDrwscoxUMnJ5": { + "id": "FtMFDsdDMDrwscoxUMnJ5", + "tableId": "TZkszBNw47IF3fHl8bt74", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224197412, + "createAt": 1748224060778 + } + }, + "eCpp9N4KVZH6f5eRxZxvU": { + "id": "eCpp9N4KVZH6f5eRxZxvU", + "tableId": "TZkszBNw47IF3fHl8bt74", + "name": "orderinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224103537, + "createAt": 1748224092362 + } + }, + "ItpzPPEIIr1wko5oKg07v": { + "id": "ItpzPPEIIr1wko5oKg07v", + "tableId": "TZkszBNw47IF3fHl8bt74", + "name": "amount", + "comment": "납부액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225519477, + "createAt": 1748224115866 + } + }, + "PBLFWkHd0MV69qOa06y-V": { + "id": "PBLFWkHd0MV69qOa06y-V", + "tableId": "TZkszBNw47IF3fHl8bt74", + "name": "issue_at", + "comment": "납부일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225524907, + "createAt": 1748224128955 + } + }, + "RNtqq-QEUZiTGYJCYB7is": { + "id": "RNtqq-QEUZiTGYJCYB7is", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748224176845, + "createAt": 1748224176845 + } + }, + "qQNX4BucxlsaO8sTVFHFB": { + "id": "qQNX4BucxlsaO8sTVFHFB", + "tableId": "ne09vvne6LjZp75VVGiWV", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748224184828, + "createAt": 1748224184828 + } + }, + "JHWWGSU7g_qkXfv2iazQh": { + "id": "JHWWGSU7g_qkXfv2iazQh", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224188825, + "createAt": 1748224188825 + } + }, + "gWMUdAw0INZvmuuwLbkwH": { + "id": "gWMUdAw0INZvmuuwLbkwH", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748224188825, + "createAt": 1748224188825 + } + }, + "27-3VzVLvJ8pr9kF1tk2u": { + "id": "27-3VzVLvJ8pr9kF1tk2u", + "tableId": "TZkszBNw47IF3fHl8bt74", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224190231, + "createAt": 1748224190231 + } + }, + "HYNanPfS08M6xRE32jR_Q": { + "id": "HYNanPfS08M6xRE32jR_Q", + "tableId": "TZkszBNw47IF3fHl8bt74", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748224190231, + "createAt": 1748224190231 + } + }, + "qbFSpJHuQASfTKxcC3RIX": { + "id": "qbFSpJHuQASfTKxcC3RIX", + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224510868, + "createAt": 1748224508735 + } + }, + "nR_Q3crWVEb_xqW3WSaot": { + "id": "nR_Q3crWVEb_xqW3WSaot", + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "name": "item_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224508735, + "createAt": 1748224508735 + } + }, + "pNxxLyI7ZCDfk3_Z82xop": { + "id": "pNxxLyI7ZCDfk3_Z82xop", + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "name": "item_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224637749, + "createAt": 1748224508735 + } + }, + "1yY72VVJjbP3_21sWoJgA": { + "id": "1yY72VVJjbP3_21sWoJgA", + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224632933, + "createAt": 1748224632933 + } + }, + "Ho9aHOXhQNaQYcJdaMz98": { + "id": "Ho9aHOXhQNaQYcJdaMz98", + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748224632933, + "createAt": 1748224632933 + } + }, + "jPtofEaJEQQHMy1bc6bS2": { + "id": "jPtofEaJEQQHMy1bc6bS2", + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "name": "status", + "comment": "다음달청구여부", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 86, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225846915, + "createAt": 1748224641335 + } + }, + "YNRS8vDjt2qI0fyRLEoTN": { + "id": "YNRS8vDjt2qI0fyRLEoTN", + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "name": "renewal_at", + "comment": "다음갱신일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 62, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748226008323, + "createAt": 1748224702027 + } + }, + "s6Juv5DV5R4Yc_nxRzyQG": { + "id": "s6Juv5DV5R4Yc_nxRzyQG", + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748224735989, + "createAt": 1748224727978 + } + }, + "6_YG06qtnwrFkx-MI5VrS": { + "id": "6_YG06qtnwrFkx-MI5VrS", + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "name": "reason", + "comment": "할인이유", + "dataType": "VARCHAR(255)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225443451, + "createAt": 1748224941328 + } + }, + "tHpQul6q-svWnjL_59s03": { + "id": "tHpQul6q-svWnjL_59s03", + "tableId": "TZkszBNw47IF3fHl8bt74", + "name": "type", + "comment": "지급방식", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 5, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225607708, + "createAt": 1748225355446 + } + }, + "5E7rjgiVESzW4OSHB7yc1": { + "id": "5E7rjgiVESzW4OSHB7yc1", + "tableId": "TZkszBNw47IF3fHl8bt74", + "name": "alias", + "comment": "납부자명", + "dataType": "VARCHAR(50)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748225622683, + "createAt": 1748225610075 + } + }, + "W0i3aiC-uKIsGR49noc-s": { + "id": "W0i3aiC-uKIsGR49noc-s", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748226700974, + "createAt": 1748226698030 + } + }, + "3JGYnarc_4JvXzPKnqvEO": { + "id": "3JGYnarc_4JvXzPKnqvEO", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "item_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'server'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748226747942, + "createAt": 1748226698030 + } + }, + "_yI7nTfn7jLJGqyzmreZf": { + "id": "_yI7nTfn7jLJGqyzmreZf", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "item_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748226698030, + "createAt": 1748226698030 + } + }, + "3e79SDuH1dBSkrCYrdPqT": { + "id": "3e79SDuH1dBSkrCYrdPqT", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "status", + "comment": "상태", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748226846782, + "createAt": 1748226698030 + } + }, + "71ymy3xKN9WlySAw8EBoO": { + "id": "71ymy3xKN9WlySAw8EBoO", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748226698030, + "createAt": 1748226698030 + } + }, + "0b3XIZcKMDp_3uSOXHEH4": { + "id": "0b3XIZcKMDp_3uSOXHEH4", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748226698030, + "createAt": 1748226698030 + } + }, + "8TLeYhxU1ZWII8eSABTTP": { + "id": "8TLeYhxU1ZWII8eSABTTP", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748226721451, + "createAt": 1748226710780 + } + }, + "9bxqG90EvnSGBkyWVty3j": { + "id": "9bxqG90EvnSGBkyWVty3j", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "title", + "comment": "", + "dataType": "VARCHAR(255)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422670953, + "createAt": 1748226822189 + } + }, + "woS0kjRSXcXN1L79VN2ix": { + "id": "woS0kjRSXcXN1L79VN2ix", + "tableId": "PxyXFfFpwwkq_8XYE9MRu", + "name": "ipinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748227988332, + "createAt": 1748227976481 + } + }, + "067vdUFESzj48PGB_QLjg": { + "id": "067vdUFESzj48PGB_QLjg", + "tableId": "PxyXFfFpwwkq_8XYE9MRu", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228002860, + "createAt": 1748227997397 + } + }, + "8qAFg1S4o6WBlSMD-ehm1": { + "id": "8qAFg1S4o6WBlSMD-ehm1", + "tableId": "PxyXFfFpwwkq_8XYE9MRu", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748228008465, + "createAt": 1748228008464 + } + }, + "tJG_hLLa6l_kwuf92KzRg": { + "id": "tJG_hLLa6l_kwuf92KzRg", + "tableId": "PxyXFfFpwwkq_8XYE9MRu", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228141180, + "createAt": 1748228136886 + } + }, + "-S18drCAD--FIyZMR21wd": { + "id": "-S18drCAD--FIyZMR21wd", + "tableId": "fY4sPzjnlPRGToBG-WZeH", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228352113, + "createAt": 1748228165191 + } + }, + "HVV8J5AkMnozP0S65BeS2": { + "id": "HVV8J5AkMnozP0S65BeS2", + "tableId": "fY4sPzjnlPRGToBG-WZeH", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748228165191, + "createAt": 1748228165191 + } + }, + "B6XMwBsjXzUg7Glny_NkC": { + "id": "B6XMwBsjXzUg7Glny_NkC", + "tableId": "fY4sPzjnlPRGToBG-WZeH", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228195550, + "createAt": 1748228188827 + } + }, + "CBCTA2-9kJYGl-jsoO1w6": { + "id": "CBCTA2-9kJYGl-jsoO1w6", + "tableId": "fY4sPzjnlPRGToBG-WZeH", + "name": "cpuinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 64, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228216498, + "createAt": 1748228206866 + } + }, + "Wq3PNPt2_iqWXokhnVx_u": { + "id": "Wq3PNPt2_iqWXokhnVx_u", + "tableId": "F_0cYo78BnayQhVv3ArRp", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228397995, + "createAt": 1748228356107 + } + }, + "kP95mIVWhIRaVVvCLTXSH": { + "id": "kP95mIVWhIRaVVvCLTXSH", + "tableId": "F_0cYo78BnayQhVv3ArRp", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748228356107, + "createAt": 1748228356107 + } + }, + "0UhqQkNDg3DHug5zXFJEY": { + "id": "0UhqQkNDg3DHug5zXFJEY", + "tableId": "F_0cYo78BnayQhVv3ArRp", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228402887, + "createAt": 1748228388839 + } + }, + "Bg-Tx0N2d0uSzyhPkhyck": { + "id": "Bg-Tx0N2d0uSzyhPkhyck", + "tableId": "F_0cYo78BnayQhVv3ArRp", + "name": "raminfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 65, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228425317, + "createAt": 1748228413078 + } + }, + "n614CP2FyjGjPH-OD5wPM": { + "id": "n614CP2FyjGjPH-OD5wPM", + "tableId": "XywAFAP3s5Xl6G-3txHTH", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228463932, + "createAt": 1748228461790 + } + }, + "5hericEusqGgI1pg0jFc1": { + "id": "5hericEusqGgI1pg0jFc1", + "tableId": "XywAFAP3s5Xl6G-3txHTH", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748228461790, + "createAt": 1748228461790 + } + }, + "STLYnqCG56zLLyNnfgnqR": { + "id": "STLYnqCG56zLLyNnfgnqR", + "tableId": "XywAFAP3s5Xl6G-3txHTH", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228487226, + "createAt": 1748228478337 + } + }, + "thCqAUxooyOoqA0o8Cr1S": { + "id": "thCqAUxooyOoqA0o8Cr1S", + "tableId": "XywAFAP3s5Xl6G-3txHTH", + "name": "diskinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 65, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228500378, + "createAt": 1748228494465 + } + }, + "PhV2kPOROFN2Paxn0Q3KK": { + "id": "PhV2kPOROFN2Paxn0Q3KK", + "tableId": "kHLWAzQmZ3CCs0KpilqZ7", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228634908, + "createAt": 1748228594885 + } + }, + "t1UNhIBRL91lX0O9a0xMj": { + "id": "t1UNhIBRL91lX0O9a0xMj", + "tableId": "kHLWAzQmZ3CCs0KpilqZ7", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228623057, + "createAt": 1748228619154 + } + }, + "4yuH6ZQUnURnk_U6roXVl": { + "id": "4yuH6ZQUnURnk_U6roXVl", + "tableId": "kHLWAzQmZ3CCs0KpilqZ7", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748228619154, + "createAt": 1748228619154 + } + }, + "JVNCmWuI_UAnZEGZUbBQv": { + "id": "JVNCmWuI_UAnZEGZUbBQv", + "tableId": "kHLWAzQmZ3CCs0KpilqZ7", + "name": "defenceinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 86, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228655181, + "createAt": 1748228645385 + } + }, + "7b5Ac7AAJFfTOiS3HEMhg": { + "id": "7b5Ac7AAJFfTOiS3HEMhg", + "tableId": "x7rn2-q2i7C6Lin0XwIR_", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228720410, + "createAt": 1748228718462 + } + }, + "bLPLRDM9p3TWgZqOehkRR": { + "id": "bLPLRDM9p3TWgZqOehkRR", + "tableId": "x7rn2-q2i7C6Lin0XwIR_", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748228718462, + "createAt": 1748228718462 + } + }, + "OqPMHX5b1-Qct8xqaypd1": { + "id": "OqPMHX5b1-Qct8xqaypd1", + "tableId": "x7rn2-q2i7C6Lin0XwIR_", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228748257, + "createAt": 1748228740886 + } + }, + "Wjix1VNvwEfcogjAdEgc2": { + "id": "Wjix1VNvwEfcogjAdEgc2", + "tableId": "x7rn2-q2i7C6Lin0XwIR_", + "name": "softwareinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 89, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228771232, + "createAt": 1748228761127 + } + }, + "tWqLaWbK888YRNrL_m8Aw": { + "id": "tWqLaWbK888YRNrL_m8Aw", + "tableId": "DKSom-hQqNhI1z7FqSa6Y", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228854494, + "createAt": 1748228852520 + } + }, + "AWwG30rhbOSU6Euyee2Px": { + "id": "AWwG30rhbOSU6Euyee2Px", + "tableId": "DKSom-hQqNhI1z7FqSa6Y", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748228852520, + "createAt": 1748228852520 + } + }, + "CCtqlfF2lD-XJILWNJMGC": { + "id": "CCtqlfF2lD-XJILWNJMGC", + "tableId": "DKSom-hQqNhI1z7FqSa6Y", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228906869, + "createAt": 1748228870743 + } + }, + "XRRh5KRH2WqKryhsba-KG": { + "id": "XRRh5KRH2WqKryhsba-KG", + "tableId": "DKSom-hQqNhI1z7FqSa6Y", + "name": "domaininfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 84, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748228901285, + "createAt": 1748228892140 + } + }, + "kvxrJ63HuwXmC2zmgeXcY": { + "id": "kvxrJ63HuwXmC2zmgeXcY", + "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 15, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748244444356, + "createAt": 1748244414364 + } + }, + "aWrqV1qsSd5-Kp5nVsyhL": { + "id": "aWrqV1qsSd5-Kp5nVsyhL", + "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748244414365, + "createAt": 1748244414365 + } + }, + "uBMa2GHVEzoB58E-Rcl48": { + "id": "uBMa2GHVEzoB58E-Rcl48", + "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", + "name": "serverinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 76, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748244510684, + "createAt": 1748244473142 + } + }, + "QEGZd3nUz4vcfEKE1xenI": { + "id": "QEGZd3nUz4vcfEKE1xenI", + "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", + "name": "lineinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 63, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748244516870, + "createAt": 1748244494577 + } + }, + "wXfA2J6YcI6ySX_4McNS2": { + "id": "wXfA2J6YcI6ySX_4McNS2", + "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", + "name": "lineinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 63, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748244634796, + "createAt": 1748244625113 + } + }, + "skdAqnMsTEE6ZKbCD14VX": { + "id": "skdAqnMsTEE6ZKbCD14VX", + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "name": "clientinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748318214801, + "createAt": 1748318198955 + } + }, + "qqj-irJP2zNacGj8PMN6E": { + "id": "qqj-irJP2zNacGj8PMN6E", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "switch", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748325712931, + "createAt": 1748325689339 + } + }, + "hmZlcR-Pw2C_ife1zzo5o": { + "id": "hmZlcR-Pw2C_ife1zzo5o", + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748326090783, + "createAt": 1748326062212 + } + }, + "xxsfOYxYDFIkTNOPsOwH2": { + "id": "xxsfOYxYDFIkTNOPsOwH2", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "start_at", + "comment": "시작일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748421208608, + "createAt": 1748421155234 + } + }, + "_e6HzrKj6WVo4ODljeK2W": { + "id": "_e6HzrKj6WVo4ODljeK2W", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "end_at", + "comment": "종료일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748421201444, + "createAt": 1748421172742 + } + }, + "OPFV4WV4a1K4l-jsKZOlH": { + "id": "OPFV4WV4a1K4l-jsKZOlH", + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "name": "renewal_at", + "comment": "다음갱신일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 62, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422583916, + "createAt": 1748422583916 + } + }, + "Wr8Hw0ovWlAvsxbTgm1Bn": { + "id": "Wr8Hw0ovWlAvsxbTgm1Bn", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422885562, + "createAt": 1748422742742 + } + }, + "5bQOgj7ikuvCPjUg3lmYT": { + "id": "5bQOgj7ikuvCPjUg3lmYT", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "orderinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 73, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742742 + } + }, + "Y0G8AB6NN4m9Q20y-5rAi": { + "id": "Y0G8AB6NN4m9Q20y-5rAi", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "item_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748425096318, + "createAt": 1748422742743 + } + }, + "Afd9Yjd7lzERjTgxBCeSP": { + "id": "Afd9Yjd7lzERjTgxBCeSP", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "item_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "KOdnkFuvjIwAHCKMoDNOn": { + "id": "KOdnkFuvjIwAHCKMoDNOn", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "price_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'month'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "0Ux9Uk8OnwzbS7kNJwod_": { + "id": "0Ux9Uk8OnwzbS7kNJwod_", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "price", + "comment": "기본금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "lv7YRa1rWkXLBdiwJ5f2k": { + "id": "lv7YRa1rWkXLBdiwJ5f2k", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "reason", + "comment": "할인이유", + "dataType": "VARCHAR(255)", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 81, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "saRsL4N05x00p8YZjoH8t": { + "id": "saRsL4N05x00p8YZjoH8t", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "amount", + "comment": "주문금액", + "dataType": "INT", + "default": "0", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "j-gQwq05mEmsKuYmK82Jt": { + "id": "j-gQwq05mEmsKuYmK82Jt", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "QmZuQIJqMzbIOh8_bNDlo": { + "id": "QmZuQIJqMzbIOh8_bNDlo", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748422742743, + "createAt": 1748422742743 + } + }, + "giQAJBhsp7AWkDH61dkCD": { + "id": "giQAJBhsp7AWkDH61dkCD", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "serviceinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 80, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748422894247, + "createAt": 1748422843537 + } + }, + "cPiJTafR27aq5q5ttd0Su": { + "id": "cPiJTafR27aq5q5ttd0Su", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "start_at", + "comment": "시작일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748423034525, + "createAt": 1748423034524 + } + }, + "mUIiZiG8FWtNO5OZAIWNx": { + "id": "mUIiZiG8FWtNO5OZAIWNx", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "end_at", + "comment": "종료일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748423034525, + "createAt": 1748423034525 + } + }, + "Ck84-ecOK8ug5IjHCEdhd": { + "id": "Ck84-ecOK8ug5IjHCEdhd", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "renewal_at", + "comment": "다음갱신일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 62, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748423034525, + "createAt": 1748423034525 + } + }, + "DN0UXnl7DwqEwEHxCUtdA": { + "id": "DN0UXnl7DwqEwEHxCUtdA", + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "name": "status", + "comment": "상태", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748423067976, + "createAt": 1748423067976 + } + }, + "Y6t3kGnCIngkQ3jNvh4B7": { + "id": "Y6t3kGnCIngkQ3jNvh4B7", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 11, + "ui": { + "keys": 1, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748424998062, + "createAt": 1748424936869 + } + }, + "t4gnnwi6acq4vt4iigojx": { + "id": "t4gnnwi6acq4vt4iigojx", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "serviceinfo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 80, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748424936870, + "createAt": 1748424936870 + } + }, + "6ZqVk4vPxJABxylp_pguJ": { + "id": "6ZqVk4vPxJABxylp_pguJ", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "item_type", + "comment": "", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748425105570, + "createAt": 1748424936870 + } + }, + "UcQhkqUuOPUL5coaaRuXs": { + "id": "UcQhkqUuOPUL5coaaRuXs", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "item_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748424936870, + "createAt": 1748424936870 + } + }, + "a423969IHaA2X5H_MbwaF": { + "id": "a423969IHaA2X5H_MbwaF", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "start_at", + "comment": "시작일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748424936870, + "createAt": 1748424936870 + } + }, + "YhvkxUGVOBRmIHafpkPr7": { + "id": "YhvkxUGVOBRmIHafpkPr7", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "end_at", + "comment": "종료일", + "dataType": "DATE", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748424936870, + "createAt": 1748424936870 + } + }, + "tMS-DLAtjHt6bVqRzPTK0": { + "id": "tMS-DLAtjHt6bVqRzPTK0", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "status", + "comment": "상태", + "dataType": "VARCHAR(20)", + "default": "'default'", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 75, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748424936870, + "createAt": 1748424936870 + } + }, + "1eI4KfH6OuXU2EecBvlXk": { + "id": "1eI4KfH6OuXU2EecBvlXk", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "updated_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "", + "options": 0, + "ui": { + "keys": 0, + "widthName": 62, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748424936870, + "createAt": 1748424936870 + } + }, + "TwDXDYh-H8U1sf_RSJ3qF": { + "id": "TwDXDYh-H8U1sf_RSJ3qF", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "created_at", + "comment": "", + "dataType": "TIMESTAMP", + "default": "CURRENT_TIMESTAMP", + "options": 8, + "ui": { + "keys": 0, + "widthName": 60, + "widthComment": 60, + "widthDataType": 65, + "widthDefault": 122 + }, + "meta": { + "updateAt": 1748424936870, + "createAt": 1748424936870 + } + }, + "pdRZQMa8Wts0Ob1vLmT5y": { + "id": "pdRZQMa8Wts0Ob1vLmT5y", + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "name": "serverinifo_uid", + "comment": "", + "dataType": "INT", + "default": "", + "options": 8, + "ui": { + "keys": 2, + "widthName": 79, + "widthComment": 60, + "widthDataType": 60, + "widthDefault": 60 + }, + "meta": { + "updateAt": 1748425004994, + "createAt": 1748424994018 + } + } + }, + "relationshipEntities": { + "gAVYXWnBSnCw-0ieO4Mil": { + "id": "gAVYXWnBSnCw-0ieO4Mil", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx" + ], + "x": 927.4906, + "y": 863.1527333333332, + "direction": 1 + }, + "end": { + "tableId": "GDEF0_WuOpaYtsZxjn2zM", + "columnIds": [ + "nPYun5WHoy8uroXUBiqh8" + ], + "x": 581.0972, + "y": 654.9003, + "direction": 2 + }, + "meta": { + "updateAt": 1746604503019, + "createAt": 1745819764143 + } + }, + "95uRv2fz3rssNbkyuzkLh": { + "id": "95uRv2fz3rssNbkyuzkLh", + "identification": false, + "relationshipType": 4, + "startRelationshipType": 2, + "start": { + "tableId": "Jq5Qkun2FzQhCGKANIVOZ", + "columnIds": [ + "mfHtgzc_Aeocr6xkgwYWh" + ], + "x": 558.9268, + "y": 256.3766, + "direction": 2 + }, + "end": { + "tableId": "gsa0XtQZQgrJ8ZXy8VQVg", + "columnIds": [ + "DGl10GI58QwOHwpTu4Z1Y" + ], + "x": 920.9018, + "y": 390.3958, + "direction": 1 + }, + "meta": { + "updateAt": 1745819764143, + "createAt": 1745819764143 + } + }, + "4BDt10BeeryoN0ZdEHIui": { + "id": "4BDt10BeeryoN0ZdEHIui", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx" + ], + "x": 927.4906, + "y": 969.8193999999999, + "direction": 1 + }, + "end": { + "tableId": "jO40Ej5EXImXnadoJo9bn", + "columnIds": [ + "35XbdvgOzpNdasPnMcbkx" + ], + "x": 578.6501, + "y": 930.6289, + "direction": 2 + }, + "meta": { + "updateAt": 1745914803629, + "createAt": 1745914803629 + } + }, + "KtdVJCYZ3DMVnPnFGKi3P": { + "id": "KtdVJCYZ3DMVnPnFGKi3P", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx" + ], + "x": 1458.4906, + "y": 863.1527333333332, + "direction": 2 + }, + "end": { + "tableId": "5AUwJum9FKPCoYRMBhLnF", + "columnIds": [ + "PyXYmokQzpzzT08WTmtsN" + ], + "x": 1642.6183, + "y": 664.623, + "direction": 1 + }, + "meta": { + "updateAt": 1745914916196, + "createAt": 1745914916196 + } + }, + "AH1dyESfueUlhcoiU6KsQ": { + "id": "AH1dyESfueUlhcoiU6KsQ", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "doERb3lIVeBW_D0NtNYX8", + "columnIds": [ + "7B0zaLoZnOoMNW8OHZlrQ" + ], + "x": 2161.2047000000002, + "y": 1476.3766, + "direction": 2 + }, + "end": { + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "columnIds": [ + "f7_MGvRjkwL1xkCWrAgDR" + ], + "x": 2365.4733, + "y": 1702.7537, + "direction": 1 + }, + "meta": { + "updateAt": 1746595277837, + "createAt": 1746595277837 + } + }, + "rDaiOqjpenuTOWAB9GhA6": { + "id": "rDaiOqjpenuTOWAB9GhA6", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 1, + "start": { + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx" + ], + "x": 1458.4906, + "y": 1076.4860666666666, + "direction": 2 + }, + "end": { + "tableId": "doERb3lIVeBW_D0NtNYX8", + "columnIds": [ + "5KRw8TtT2nLqpYfKFOBwe" + ], + "x": 1645.2047, + "y": 1476.3766, + "direction": 1 + }, + "meta": { + "updateAt": 1748229710470, + "createAt": 1747286811587 + } + }, + "1yZtVrzSyQC6rVY0KZdwh": { + "id": "1yZtVrzSyQC6rVY0KZdwh", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "kc1EFvFhlBSc0B0bDgX28", + "columnIds": [ + "nb5CGzskl3_LIRA0yyede" + ], + "x": 628.2453333333334, + "y": 2021.4913, + "direction": 8 + }, + "end": { + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "columnIds": [ + "ftF3nsGwio93Yhy60Pn99" + ], + "x": 1183.8546, + "y": 3366.3914, + "direction": 1 + }, + "meta": { + "updateAt": 1748219042340, + "createAt": 1748219042340 + } + }, + "tZvCOfAR3fz1kHLdCltgW": { + "id": "tZvCOfAR3fz1kHLdCltgW", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 2409.4956, + "y": 2021.0321, + "direction": 8 + }, + "end": { + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "columnIds": [ + "qzikkq9Ixd8qxTt9ZsXU_" + ], + "x": 1698.8546, + "y": 3366.3914, + "direction": 2 + }, + "meta": { + "updateAt": 1748220023734, + "createAt": 1748220023734 + } + }, + "v46CChXRw5SF2MshWwutt": { + "id": "v46CChXRw5SF2MshWwutt", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx" + ], + "x": 1458.4906, + "y": 969.8193999999999, + "direction": 2 + }, + "end": { + "tableId": "ne09vvne6LjZp75VVGiWV", + "columnIds": [ + "4ZPfgU2ooMQksUvTVE3DH" + ], + "x": 1649.2428, + "y": 1043.0520000000001, + "direction": 1 + }, + "meta": { + "updateAt": 1748223209235, + "createAt": 1748223209235 + } + }, + "SX8-IgbNqZeapxRW00EXs": { + "id": "SX8-IgbNqZeapxRW00EXs", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "ne09vvne6LjZp75VVGiWV", + "columnIds": [ + "DX0y0VIZ430hVZbT_pmKl" + ], + "x": 2159.2428, + "y": 981.052, + "direction": 2 + }, + "end": { + "tableId": "UuZoDcFNrKD0iTjVkA2Ew", + "columnIds": [ + "GInoklis2NulHalQTqnGQ" + ], + "x": 2346.7106, + "y": 807.9088, + "direction": 1 + }, + "meta": { + "updateAt": 1748223574921, + "createAt": 1748223574921 + } + }, + "r6mAlLk8IvM88VwRAMRym": { + "id": "r6mAlLk8IvM88VwRAMRym", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "ne09vvne6LjZp75VVGiWV", + "columnIds": [ + "DX0y0VIZ430hVZbT_pmKl" + ], + "x": 2159.2428, + "y": 1105.0520000000001, + "direction": 2 + }, + "end": { + "tableId": "TZkszBNw47IF3fHl8bt74", + "columnIds": [ + "eCpp9N4KVZH6f5eRxZxvU" + ], + "x": 2355.6278, + "y": 1280.4814, + "direction": 1 + }, + "meta": { + "updateAt": 1748224092362, + "createAt": 1748224092362 + } + }, + "NoESNPo-vKCdbfZX-2e8J": { + "id": "NoESNPo-vKCdbfZX-2e8J", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx" + ], + "x": 1701.0947, + "y": 937.4038999999999, + "direction": 2 + }, + "end": { + "tableId": "iggJbjwkw3-xTK9Xkh67n", + "columnIds": [ + "s6Juv5DV5R4Yc_nxRzyQG" + ], + "x": 1972.3813, + "y": 1017.578, + "direction": 1 + }, + "meta": { + "updateAt": 1748224727979, + "createAt": 1748224727979 + } + }, + "LcNQfyNLPKko1ikabCFSB": { + "id": "LcNQfyNLPKko1ikabCFSB", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx" + ], + "x": 927.4906, + "y": 1076.4860666666666, + "direction": 1 + }, + "end": { + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "columnIds": [ + "8TLeYhxU1ZWII8eSABTTP" + ], + "x": 579.8595, + "y": 1212.1471, + "direction": 2 + }, + "meta": { + "updateAt": 1748226710780, + "createAt": 1748226710780 + } + }, + "CqlSt_m6HDGZuXBxuTx-P": { + "id": "CqlSt_m6HDGZuXBxuTx-P", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "columnIds": [ + "Id0h8QbOdlhPj9P1zTm5o" + ], + "x": 2305.1318, + "y": 1835.3192, + "direction": 1 + }, + "end": { + "tableId": "PxyXFfFpwwkq_8XYE9MRu", + "columnIds": [ + "woS0kjRSXcXN1L79VN2ix" + ], + "x": 1731.1908, + "y": 1825.1401, + "direction": 2 + }, + "meta": { + "updateAt": 1748227976481, + "createAt": 1748227976481 + } + }, + "GXoV4vfYX8rPzJ-Ab3wy_": { + "id": "GXoV4vfYX8rPzJ-Ab3wy_", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 897.5463, + "y": 2050.3321857142855, + "direction": 2 + }, + "end": { + "tableId": "PxyXFfFpwwkq_8XYE9MRu", + "columnIds": [ + "067vdUFESzj48PGB_QLjg" + ], + "x": 1230.1908, + "y": 1825.1401, + "direction": 1 + }, + "meta": { + "updateAt": 1748227997397, + "createAt": 1748227997397 + } + }, + "Pfyiwj2BJwPfU6s1EfzNV": { + "id": "Pfyiwj2BJwPfU6s1EfzNV", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 897.5463, + "y": 2099.475042857143, + "direction": 2 + }, + "end": { + "tableId": "fY4sPzjnlPRGToBG-WZeH", + "columnIds": [ + "B6XMwBsjXzUg7Glny_NkC" + ], + "x": 1239.067, + "y": 2042.1521, + "direction": 1 + }, + "meta": { + "updateAt": 1748228188827, + "createAt": 1748228188827 + } + }, + "C6ZxhJok7WoZ1MS9nXXEf": { + "id": "C6ZxhJok7WoZ1MS9nXXEf", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "RMhrLs7bOaopKmKt9YKHQ", + "columnIds": [ + "Jh6e_-9QYe1Tqve0PE3kT" + ], + "x": 2306.5059, + "y": 2375.0099, + "direction": 1 + }, + "end": { + "tableId": "fY4sPzjnlPRGToBG-WZeH", + "columnIds": [ + "CBCTA2-9kJYGl-jsoO1w6" + ], + "x": 1740.067, + "y": 2042.1521, + "direction": 2 + }, + "meta": { + "updateAt": 1748228206866, + "createAt": 1748228206866 + } + }, + "PQzGhFUJprfxrBncWAfrf": { + "id": "PQzGhFUJprfxrBncWAfrf", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 897.5463, + "y": 2148.6179, + "direction": 2 + }, + "end": { + "tableId": "F_0cYo78BnayQhVv3ArRp", + "columnIds": [ + "0UhqQkNDg3DHug5zXFJEY" + ], + "x": 1250.8124, + "y": 2238.7579, + "direction": 1 + }, + "meta": { + "updateAt": 1748228388840, + "createAt": 1748228388840 + } + }, + "_LZZrk6stzdUHIcu9FNzh": { + "id": "_LZZrk6stzdUHIcu9FNzh", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "lwd2DR7f1FW8fXtJ0lX-r", + "columnIds": [ + "203b3hUKUQ_Gu5wKShBgZ" + ], + "x": 2308.29, + "y": 2671.9622, + "direction": 1 + }, + "end": { + "tableId": "F_0cYo78BnayQhVv3ArRp", + "columnIds": [ + "Bg-Tx0N2d0uSzyhPkhyck" + ], + "x": 1751.8124, + "y": 2238.7579, + "direction": 2 + }, + "meta": { + "updateAt": 1748228413078, + "createAt": 1748228413078 + } + }, + "S0Mb2Q0b_-_dMKTFVkZ7M": { + "id": "S0Mb2Q0b_-_dMKTFVkZ7M", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 897.5463, + "y": 2197.7607571428575, + "direction": 2 + }, + "end": { + "tableId": "XywAFAP3s5Xl6G-3txHTH", + "columnIds": [ + "STLYnqCG56zLLyNnfgnqR" + ], + "x": 1255.7493, + "y": 2436.244, + "direction": 1 + }, + "meta": { + "updateAt": 1748228478337, + "createAt": 1748228478337 + } + }, + "O9MiIc0aAX5rt42_hM40C": { + "id": "O9MiIc0aAX5rt42_hM40C", + "identification": false, + "relationshipType": 8, + "startRelationshipType": 2, + "start": { + "tableId": "dnFyz1CSdGeS6mCbfCMO0", + "columnIds": [ + "WaCB3uNZYFReAPiBqQ97v" + ], + "x": 2311.3006, + "y": 2912.0784, + "direction": 1 + }, + "end": { + "tableId": "XywAFAP3s5Xl6G-3txHTH", + "columnIds": [ + "thCqAUxooyOoqA0o8Cr1S" + ], + "x": 1756.7493, + "y": 2436.244, + "direction": 2 + }, + "meta": { + "updateAt": 1748228494466, + "createAt": 1748228494466 + } + }, + "lXcwd0sSi7t7OdvEjaznH": { + "id": "lXcwd0sSi7t7OdvEjaznH", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 897.5463, + "y": 2296.046471428572, + "direction": 2 + }, + "end": { + "tableId": "kHLWAzQmZ3CCs0KpilqZ7", + "columnIds": [ + "PhV2kPOROFN2Paxn0Q3KK" + ], + "x": 1252.7695, + "y": 2886.9189, + "direction": 1 + }, + "meta": { + "updateAt": 1748228594886, + "createAt": 1748228594886 + } + }, + "GNsC6xDRv10hUO6q9Xdnc": { + "id": "GNsC6xDRv10hUO6q9Xdnc", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "RTq5rHQupiXXJPXqpN8K5", + "columnIds": [ + "zBz4vBOZSIA8vKmfqXckO" + ], + "x": 2314.6205, + "y": 3502.126, + "direction": 1 + }, + "end": { + "tableId": "kHLWAzQmZ3CCs0KpilqZ7", + "columnIds": [ + "JVNCmWuI_UAnZEGZUbBQv" + ], + "x": 1763.7695, + "y": 2886.9189, + "direction": 2 + }, + "meta": { + "updateAt": 1748228645385, + "createAt": 1748228645385 + } + }, + "J7H72NkdPg1gZdSAur4la": { + "id": "J7H72NkdPg1gZdSAur4la", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 897.5463, + "y": 2246.903614285715, + "direction": 2 + }, + "end": { + "tableId": "x7rn2-q2i7C6Lin0XwIR_", + "columnIds": [ + "OqPMHX5b1-Qct8xqaypd1" + ], + "x": 1254.4357, + "y": 2656.0327, + "direction": 1 + }, + "meta": { + "updateAt": 1748228740886, + "createAt": 1748228740886 + } + }, + "7aO23DPo-ueZ6G-9dCKXu": { + "id": "7aO23DPo-ueZ6G-9dCKXu", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "ZMGIWLFEswObjH2Sx0NlW", + "columnIds": [ + "2HB01q46-mugMjuOz85YG" + ], + "x": 2312.6873, + "y": 3182.0025, + "direction": 1 + }, + "end": { + "tableId": "x7rn2-q2i7C6Lin0XwIR_", + "columnIds": [ + "Wjix1VNvwEfcogjAdEgc2" + ], + "x": 1768.4357, + "y": 2656.0327, + "direction": 2 + }, + "meta": { + "updateAt": 1748228761127, + "createAt": 1748228761127 + } + }, + "2yh_-sL8npRIpX_JwH3Vl": { + "id": "2yh_-sL8npRIpX_JwH3Vl", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 1653.7379, + "y": 2017.6012, + "direction": 2 + }, + "end": { + "tableId": "DKSom-hQqNhI1z7FqSa6Y", + "columnIds": [ + "CCtqlfF2lD-XJILWNJMGC" + ], + "x": 2577.0359, + "y": 3473.0712, + "direction": 1 + }, + "meta": { + "updateAt": 1748228870743, + "createAt": 1748228870743 + } + }, + "c9fmyTtPkeRt6aHosMiSQ": { + "id": "c9fmyTtPkeRt6aHosMiSQ", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "columnIds": [ + "XnNj7H0bnTxo_NuZm7BOs" + ], + "x": 1667.3699, + "y": 3625.7977, + "direction": 2 + }, + "end": { + "tableId": "DKSom-hQqNhI1z7FqSa6Y", + "columnIds": [ + "XRRh5KRH2WqKryhsba-KG" + ], + "x": 2577.0359, + "y": 3549.0712, + "direction": 1 + }, + "meta": { + "updateAt": 1748228892140, + "createAt": 1748228892140 + } + }, + "U2nR5f47vV7PnW-80gxhR": { + "id": "U2nR5f47vV7PnW-80gxhR", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 897.5463, + "y": 2001.1893285714284, + "direction": 2 + }, + "end": { + "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", + "columnIds": [ + "uBMa2GHVEzoB58E-Rcl48" + ], + "x": 1216.8603, + "y": 1623.2713, + "direction": 1 + }, + "meta": { + "updateAt": 1748244473142, + "createAt": 1748244473142 + } + }, + "Mr60Ap-s6BOS6MfpynPF8": { + "id": "Mr60Ap-s6BOS6MfpynPF8", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "ZLEpY5EjuZV21718zf-Y1", + "columnIds": [ + "Id0h8QbOdlhPj9P1zTm5o" + ], + "x": 1648.0778, + "y": 1557.0726000000002, + "direction": 2 + }, + "end": { + "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", + "columnIds": [ + "QEGZd3nUz4vcfEKE1xenI" + ], + "x": 2574.4317, + "y": 1725.4416, + "direction": 1 + }, + "meta": { + "updateAt": 1748244494577, + "createAt": 1748244494577 + } + }, + "iQCazIDeUufmN-nNXDo5I": { + "id": "iQCazIDeUufmN-nNXDo5I", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "doERb3lIVeBW_D0NtNYX8", + "columnIds": [ + "7B0zaLoZnOoMNW8OHZlrQ" + ], + "x": 1948.4305, + "y": 1431.4734, + "direction": 1 + }, + "end": { + "tableId": "QmgAf0ZVXXxPIZ-HUgQlY", + "columnIds": [ + "wXfA2J6YcI6ySX_4McNS2" + ], + "x": 1717.8603, + "y": 1623.2713, + "direction": 2 + }, + "meta": { + "updateAt": 1748244625114, + "createAt": 1748244625114 + } + }, + "qgPy4U4lAP_gp6rQEuti-": { + "id": "qgPy4U4lAP_gp6rQEuti-", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "6ajvOCaGuXU9pzV0Y9jEi", + "columnIds": [ + "_AcWUYKzNJd-V0fRHq8Cx" + ], + "x": 1568.3447, + "y": 1097.4039, + "direction": 8 + }, + "end": { + "tableId": "GRBrbb1hqwKSRMfod3I7U", + "columnIds": [ + "skdAqnMsTEE6ZKbCD14VX" + ], + "x": 2582.803, + "y": 3716.3293, + "direction": 4 + }, + "meta": { + "updateAt": 1748318198956, + "createAt": 1748318198956 + } + }, + "YzMfy9UvO12r1Blc-x9tG": { + "id": "YzMfy9UvO12r1Blc-x9tG", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "4Phnxm-pTS6CW9EX4iqu1", + "columnIds": [ + "W0i3aiC-uKIsGR49noc-s" + ], + "x": 579.8595, + "y": 1348.1471, + "direction": 2 + }, + "end": { + "tableId": "wk_DcgA2-_K87rZ1gvwZ5", + "columnIds": [ + "giQAJBhsp7AWkDH61dkCD" + ], + "x": 938.4358, + "y": 1421.681, + "direction": 1 + }, + "meta": { + "updateAt": 1748422843537, + "createAt": 1748422843537 + } + }, + "A_r03uAaGBEzeh36c0JC7": { + "id": "A_r03uAaGBEzeh36c0JC7", + "identification": false, + "relationshipType": 16, + "startRelationshipType": 2, + "start": { + "tableId": "B4qGh3KZsXHQ3_4EOgwJZ", + "columnIds": [ + "F9EPb6nsDx6Tf3GG8rvP1" + ], + "x": 552.7418, + "y": 1632.4309, + "direction": 2 + }, + "end": { + "tableId": "KyK8-3X0li0GHFbMFnWi1", + "columnIds": [ + "pdRZQMa8Wts0Ob1vLmT5y" + ], + "x": 941.1256, + "y": 1783.9902, + "direction": 1 + }, + "meta": { + "updateAt": 1748424994019, + "createAt": 1748424994019 + } + } + }, + "indexEntities": {}, + "indexColumnEntities": {}, + "memoEntities": {} + } +} \ No newline at end of file diff --git a/app/Language/en/Customer/Service.php b/app/Language/en/Customer/Service.php index 0f531c4..09f03cf 100644 --- a/app/Language/en/Customer/Service.php +++ b/app/Language/en/Customer/Service.php @@ -4,7 +4,7 @@ return [ 'label' => [ 'clientinfo_uid' => "고객명", 'rack' => "Rack", - 'type' => "종류", + 'item_type' => "종류", 'billing_at' => "청구일", 'start_at' => "개통일", 'end_at' => "해지일", @@ -19,15 +19,23 @@ return [ 'RAM' => "RAM", 'DISK' => "DISK", 'SOFTWARE' => "SOFTWARE", - 'DEFENCE' => "방어", + 'DEFENCE' => "방어(CS)", + 'DOMAIN' => "도메인", ], 'DEFAULTS' => [ 'type' => "hosting", 'status' => 'default' ], - "TYPE" => [ - "hosting" => "서버호스팅", - "colocation" => "코로케이션", + "ITEM_TYPE" => [ + "LINE" => "회선", + "IP" => "IP", + "SERVER" => "서버", + "CPU" => "CPU", + "RAM" => "RAM", + "DISK" => "DISK", + "DEFENCE" => "방어(CS)", + "SOFTWARE" => "소프트웨어", + "DOMAIN" => "도메인", ], "STATUS" => [ 'default' => "사용중", diff --git a/app/Models/Customer/ServiceModel.php b/app/Models/Customer/ServiceModel.php index 747208b..ddba792 100644 --- a/app/Models/Customer/ServiceModel.php +++ b/app/Models/Customer/ServiceModel.php @@ -14,11 +14,9 @@ class ServiceModel extends CustomerModel protected $returnType = ServiceEntity::class; protected $allowedFields = [ "clientinfo_uid", - "rack", - "type", - "billing_at", - "start_at", - "end_at", + "item_type", + "item_uid", + "title", "status", "updated_at" ]; @@ -35,19 +33,10 @@ class ServiceModel extends CustomerModel case "clientinfo_uid": $rule = "required|numeric"; break; - case "rack": - $rule = "required|trim|min_length[4]|max_length[20]"; - $rule .= in_array($action, ["create", "create_form"]) ? "|is_unique[{$this->table}.{$field}]" : ""; - break; - case "type": + case "item_type": + case "status": $rule = "required|trim|string"; break; - case "billing_at": - case "start_at": - $rule = "required|valid_date"; - break; - case "end_at": - $rule = "if_exist|valid_date"; default: $rule = parent::getFieldRule($action, $field); break; diff --git a/app/Services/Customer/ServiceService.php b/app/Services/Customer/ServiceService.php index c0a97b5..d90fb92 100644 --- a/app/Services/Customer/ServiceService.php +++ b/app/Services/Customer/ServiceService.php @@ -26,20 +26,18 @@ class ServiceService extends CustomerService { return [ "clientinfo_uid", - "type", - "rack", - "billing_at", - "start_at", - "end_at", + "item_type", + "item_uid", + "title", "status", ]; } public function getFilterFields(): array { - return ["clientinfo_uid", 'type', 'status']; + return ["clientinfo_uid", 'item_type', 'status']; } public function getBatchJobFields(): array { - return ['type', 'status']; + return ['item_type', 'status']; } }