Commit 878d5339 authored by gongyuanbiao's avatar gongyuanbiao

SUPPLIER NEW

parent 5d3c4e06
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
namespace Meibuyu\Rpc\Service\Interfaces\PurchaseNew; namespace Meibuyu\Rpc\Service\Interfaces\PurchaseNew;
interface SupplierServiceInterface interface SupplierNewServiceInterface
{ {
...@@ -18,6 +18,11 @@ interface SupplierServiceInterface ...@@ -18,6 +18,11 @@ interface SupplierServiceInterface
*/ */
public function list(array $params): string; public function list(array $params): string;
// /**
// * 供应商下拉框
// * @return array
// */
//
// public function getCompanyOption(): 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