<?php namespace Model; use Lib\DbPool; /** * 黑名单 * @author:dc * @time 2023/4/23 14:43 * Class blacklist * @package Model */ class blacklist { public static $table = 'blacklist'; }