代码提交
This commit is contained in:
13
Server/extend/library/s2/interfaces/DeviceInterface.php
Normal file
13
Server/extend/library/s2/interfaces/DeviceInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace library\s2\interfaces;
|
||||
|
||||
interface DeviceInterface
|
||||
{
|
||||
/**
|
||||
* 获取设备列表
|
||||
* @param array $params
|
||||
* @return array
|
||||
*/
|
||||
public function getlist(array $params): array;
|
||||
}
|
||||
Reference in New Issue
Block a user