Commit 5c97aafd by xmy

feat:店员统计信息 时间筛选

parent a9fc7358
......@@ -56,8 +56,10 @@ interface ProfileInterface
* 店员统计信息
* @param $storeId
* @param $cmanId
* @param $starTime
* @param $endTime
* @return mixed
*/
public function cmanCount($storeId,$cmanId);
public function cmanCount($storeId,$cmanId,$starTime,$endTime);
}
\ 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