Commit 954587e5 authored by DESKTOP-PVAUUNL\Administrator's avatar DESKTOP-PVAUUNL\Administrator

获取发货计划接口

parents 6cdcedca e954cf03
...@@ -42,5 +42,13 @@ interface DispatchPlanServiceInterface ...@@ -42,5 +42,13 @@ interface DispatchPlanServiceInterface
*/ */
public function delete($id) :bool; public function delete($id) :bool;
/**
* description:获取发货计划详情
* author: fuyunnan
* @param array $idList
* @param array $conditions 将参数条件写成二维数组形式 $conditions = [ ['id','=',1],['name','=',''jack] ]
* Date: 2020/6/13
* @return array
*/
public function getDispatchPlan(array $idList, array $conditions = []):array;
} }
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