Commit b4e247c9 authored by chentianyu's avatar chentianyu

增加rpc 生产端留言投递到工厂端订单表

parent cf7d74c2
......@@ -36,4 +36,11 @@ interface FactoryServiceInterface
* @return mixed
*/
public function getFactoriesByFilters(array $filters = [], array $columns = ['*']);
/**
* 生产端留言投递到工厂端订单表
* @param array $production_no 生产单号
* @return mixed
*/
public function toProductOrderMessage($production_no);
}
\ 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