Commit 272e67f9 authored by gongyuanbiao's avatar gongyuanbiao

获取工艺单地址

parent 2363ae96
...@@ -203,4 +203,12 @@ interface FactoryServiceInterface ...@@ -203,4 +203,12 @@ interface FactoryServiceInterface
* date 2023-02-02 * date 2023-02-02
*/ */
public function productionNoticeDownload($originProductionNo); public function productionNoticeDownload($originProductionNo);
/**
* 获取工艺单地址
* @param $originProductionNo
* @author Jack
* date 2023-02-17
*/
public function getCraftDocAddressByProductionNo($productionNo);
} }
\ 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