Commit 5179525f by 王召彬

Merge branch 'master' into test

parents db37fe39 4e66c94f
# 2.0.75
- 外卖功能上线
# 2.0.74
- 公共函数库
# 2.0.73
- 店员统计筛选
# 2.0.72
- 移除updateMainOrderByPid
......
......@@ -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