Files
zhamao-framework/src/ZM/Annotation/Interfaces/Level.php
2021-04-06 01:19:56 +08:00

12 lines
136 B
PHP

<?php
namespace ZM\Annotation\Interfaces;
interface Level
{
public function getLevel();
public function setLevel($level);
}