lihaiMiddleOffice/app/common/lists/ListsSearchInterface.php

16 lines
235 B
PHP
Raw Normal View History

2025-02-26 10:13:24 +08:00
<?php
namespace app\common\lists;
interface ListsSearchInterface
{
/**
* @notes 设置搜索条件
* @return array
* @author 令狐冲
* @date 2021/7/7 19:44
*/
public function setSearch(): array;
}