|
@@ -260,20 +260,61 @@ interface NewsServiceInterface
|
|
|
* @return mixed
|
|
* @return mixed
|
|
|
*/
|
|
*/
|
|
|
public function getJobResumeList(array $data);
|
|
public function getJobResumeList(array $data);
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* @param array $data
|
|
* @param array $data
|
|
|
* @return mixed
|
|
* @return mixed
|
|
|
*/
|
|
*/
|
|
|
- // public function getWebsiteTsbb(array $data);
|
|
|
|
|
- // public function getWebsiteTsbbList(array $data);
|
|
|
|
|
- // public function getWebsiteTsbbDetail(array $data);
|
|
|
|
|
-
|
|
|
|
|
|
|
+ public function getWebsiteJobSelect(array $data);
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteTsbb(array $data);
|
|
|
|
|
+ public function getWebsiteTsbbList(array $data);
|
|
|
|
|
+ public function getWebsiteTsbbDetail(array $data);
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ public function getWebsiteCatidshop(array $data);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteLevelJob(array $data);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteCompany(array $data);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteCompanyInfo(array $data);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteCompanyList(array $data);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteProject(array $data);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteProjectInfo(array $data);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteProjectList(array $data);
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @param array $data
|
|
|
|
|
+ * @return mixed
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getWebsiteCategoryJob(array $data);
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|