Commit cbf688e5 authored by  林继鑫's avatar 林继鑫

rpc方法

parent 8b74cede
...@@ -195,6 +195,19 @@ interface FactoryServiceInterface ...@@ -195,6 +195,19 @@ interface FactoryServiceInterface
public function updateDeliveryStatus($params); public function updateDeliveryStatus($params);
/*** /***
* 账单标记结算 * 账单标记结算
* 发货表与返修出库表标记已结算 * 发货表与返修出库表标记已结算
...@@ -220,4 +233,12 @@ interface FactoryServiceInterface ...@@ -220,4 +233,12 @@ interface FactoryServiceInterface
* date 2023-02-17 * date 2023-02-17
*/ */
public function getCraftDocAddressByDeliveryNo($deliveryNo); public function getCraftDocAddressByDeliveryNo($deliveryNo);
/**
* 通过名称获取工厂信息
* @param $params
* @return mixed
*/
public function getFactoryInfoByNames($params);
} }
\ 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