Commit 89ab3e62 by xmy

Merge branch 'ft-cman'

parents 950d2376 0caccb92
......@@ -11,6 +11,7 @@
namespace Hdll\Services\CustomerProfiles\Lib;
use App\Exception\ConException;
use Swoft\Core\ResultInterface;
/**
......@@ -51,4 +52,12 @@ interface ProfileInterface
*/
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