Commit b62de1b4 authored by zhangdongying's avatar zhangdongying

获取合同模板下载链接

parent 31040674
......@@ -121,4 +121,13 @@ interface SupplyServiceInterface
* date 2023-11-20
*/
public function getPurchaseRateInfoListByRelatedIds($ids);
/**
* 获取合同模板下载链接
*
* @param string $templateCode 模板代码
* @return string
* @throws \Throwable
*/
public function getContractTemplateLink(string $templateCode): string;
}
\ 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