Department.php 156 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php
/**
 * Created by PhpStorm.
 * User: Zero
 * Time: 2020/10/27 9:21
 */

namespace Meibuyu\Micro\Constants;

class Department
{

    const HR = 18;

}