getPage($data); } /** * 添加 * @param array $data * @return true */ public function add(array $data) { $res = (new CoreScheduleLogService())->add($data); return true; } }