Commit 8c522818 by feixiang

删除足迹接口

parent 89219b08
......@@ -16,5 +16,5 @@ use Swoft\Core\ResultInterface;
*/
interface FootprintInterface
{
public function delByStoreId(int $storeId);
public function delByStoreId(int $storeId) : bool;
}
\ 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