Commit 13c2484f authored by Liu lu's avatar Liu lu

生产单查看详情

parent 12407c71
...@@ -20,11 +20,19 @@ interface ExternalProductionServiceInterface ...@@ -20,11 +20,19 @@ interface ExternalProductionServiceInterface
public function productionList($params); public function productionList($params);
/** /**
* 列表标签 * 生产单列表标签
* @param $params * @param $params
* @author Liu lu * @author Liu lu
* date 2022-11-10 * date 2022-11-10
*/ */
public function productionTabList($params); public function productionTabList($params);
/**
* 生产单查看详情
* @author Liu lu
* date 2022-11-11
*/
public function productionView($id);
} }
\ 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