Commit b33782fa by 王召彬

修改店铺的业务员id

parent 69911c3f
......@@ -221,4 +221,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