Commit 6d1dbd71 by xmy

feat:oem

parent c499c10d
<?php
namespace Hdll\Services\Seller\Lib;
interface OemInterface
{
public function oemConfigByStoreId($storeId);
public function oemConfigBySeller($sellerId);
}
\ 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