Commit 0caccb92 by xmy

feat:店员统计

parent ca285118
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
namespace Hdll\Services\CustomerProfiles\Lib; namespace Hdll\Services\CustomerProfiles\Lib;
use App\Exception\ConException;
use Swoft\Core\ResultInterface; use Swoft\Core\ResultInterface;
/** /**
...@@ -51,4 +52,12 @@ interface ProfileInterface ...@@ -51,4 +52,12 @@ interface ProfileInterface
*/ */
public function getProfile($storeId, $buyerId); public function getProfile($storeId, $buyerId);
/**
* 店员统计信息
* @param $storeId
* @param $cmanId
* @return mixed
*/
public function cmanCount($storeId,$cmanId);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment