字段解釋:
`id` int(10) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`oem_id` int(10) DEFAULT NULL COMMENT 'oem的id',
`admin_id` varchar(255) DEFAULT NULL,
`kefu_id` varchar(255) DEFAULT NULL,
`name` varchar(32) DEFAULT NULL COMMENT '關鍵字',
`type` tinyint(4) DEFAULT '1' COMMENT '類型',
`tasktype` int(1) DEFAULT NULL COMMENT '優化類型',
`url` varchar(512) DEFAULT NULL,
`init_rank` int(10) DEFAULT NULL COMMENT '初始排名',
`now_rank` int(10) DEFAULT NULL COMMENT '現有排名',
`reach_days` int(6) NOT NULL DEFAULT '0' COMMENT '達標天數',
`price` decimal(10,2) DEFAULT NULL COMMENT '價格',
`freeze_money` decimal(10,2) DEFAULT NULL COMMENT '凍結資金',
`freeze_oem_money` decimal(10,2) DEFAULT NULL COMMENT '凍結OEM資金',
`agent_profit` decimal(10,2) DEFAULT NULL COMMENT '普通代理利潤',
`oem_profit` decimal(10,2) DEFAULT NULL COMMENT 'oem利潤',
`platform_profit` decimal(10,2) DEFAULT NULL COMMENT '平臺利潤',
`total_money` decimal(10,2) DEFAULT NULL COMMENT '累計消費',
`status` tinyint(1) DEFAULT '0' COMMENT '狀態:status=0未審核status=1優化中(已審核)status=2停止優化status=3審核不通過',
`weigh` int(6) DEFAULT '0',
`createtime` int(10) DEFAULT NULL COMMENT '添加時間',
`updatetime` int(10) DEFAULT NULL COMMENT '更新時間',
`reachtime` int(10) DEFAULT NULL COMMENT '達標時間',
`qwzs` int(10) DEFAULT '0' COMMENT '全網指數',
`runtime` varchar(16) CHARACTER SET latin1 DEFAULT NULL COMMENT '運行時間',
`runtimes` int(10) DEFAULT NULL COMMENT '運行次數',
`apply_del` tinyint(4) DEFAULT '0' COMMENT '是否申請刪除: 1.是 0.否',
`apply_time` int(16) DEFAULT NULL,
`istake` tinyint(1) DEFAULT '0',
`position_text` varchar(666) DEFAULT NULL COMMENT '定位文本',
`today_reach` enum('0','1') DEFAULT '0' COMMENT '達標:0=否,1=是',
`urlmode` int(1) DEFAULT NULL COMMENT 'url模式:0=精準,1=匹配',
`deletetime` int(10) DEFAULT NULL,
`optimize_days` tinyint(4) DEFAULT '30' COMMENT '優化天數',
`ischeck` tinyint(1) DEFAULT '1' COMMENT '是否重查,0:是,1:否',
`reason` varchar(255) DEFAULT NULL COMMENT '拒絕理由',
`remark` varchar(64) DEFAULT NULL COMMENT '備注',
`apiget` tinyint(4) DEFAULT '0',
`huifu_status` int(11) DEFAULT '0',
`huifu_reason` varchar(255) DEFAULT NULL