<?php /** * Created by PhpStorm. * User: Zero * Time: 2020/10/27 9:21 */ namespace Meibuyu\Micro\Constants; class Department { const HR = 18; }