xiaoai/php_server/app/common/lists/ListsExtendInterface.php

19 lines
223 B
PHP

<?php
namespace app\common\lists;
interface ListsExtendInterface
{
/**
* @notes 扩展字段
* @return mixed
* @author 令狐冲
* @date 2021/7/21 17:45
*/
public function extend();
}