Files
zhamao-framework/src/ZM/Annotation/Interfaces/Level.php
2020-03-02 16:14:20 +08:00

12 lines
140 B
PHP

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