Commit d3c1ea4d by 王召彬

Merge branch 'ft-change_salesman'

parents 0906f8c2 b33782fa
......@@ -230,4 +230,13 @@ interface StoreInterface
*/
public function getStoreCount(int $startTime, int $endTime, $edition=null, $oemId=0);
/**
* 修改店铺的业务员id
*
* @param integer $oldSmId
* @param integer $newSmId
* @return integer
*/
public function changeSalesmanId(int $oldSmId, int $newSmId);
}
\ 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