Commit 4e66c94f by 王召彬

店员增加类型

parent d1b9e7ea
......@@ -6,5 +6,6 @@ class CmanEnum
const SYNC_ITEM_ADD = 1;//新加商品
const SYNC_ITEM_DEL = 2;//去除商品
const TYPE_GENERAL = 1;
const TYPE_RECEIVER = 2;
}
\ No newline at end of file
......@@ -127,4 +127,14 @@ interface CraftsmanInterface
*/
public function updateCmanByUnionId(string $unionId, int $storeId, array $data);
/**
* 删除指定员工
*
* @param string $unionId
* @param integer $storeId
* @param integer $cmanType
* @return bool
*/
public function deleteCraftsman(string $unionId, int $storeId, int $cmanType);
}
\ 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