SharedProsperityUserEnum.php 194 B

1234567891011
  1. <?php
  2. namespace app\common\enum\shared;
  3. use app\common\enum\CommonEnum;
  4. class SharedProsperityUserEnum extends CommonEnum
  5. {
  6. // 统计团队 数据 递归层数
  7. const TEAM_DEPTH = 5;
  8. }