|
@@ -118,23 +118,28 @@ interface WebsiteServiceInterface
|
|
*/
|
|
*/
|
|
public function delWebsiteRoleUser(int $id);
|
|
public function delWebsiteRoleUser(int $id);
|
|
|
|
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function getWebsiteId(array $data);
|
|
public function getWebsiteId(array $data);
|
|
|
|
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function getWebsiteCategory(array $data);
|
|
public function getWebsiteCategory(array $data);
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function getWebsiteAdvertisement(array $data);
|
|
public function getWebsiteAdvertisement(array $data);
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -142,18 +147,23 @@ interface WebsiteServiceInterface
|
|
* @return mixed
|
|
* @return mixed
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function selectWebsiteDepartment(array $data);
|
|
public function selectWebsiteDepartment(array $data);
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function selectWebsiteArea(array $data);
|
|
public function selectWebsiteArea(array $data);
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function getWebsiteModelCategory(array $data);
|
|
public function getWebsiteModelCategory(array $data);
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -161,9 +171,18 @@ interface WebsiteServiceInterface
|
|
* @return mixed
|
|
* @return mixed
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function selectWebsiteLinks(array $data);
|
|
public function selectWebsiteLinks(array $data);
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|