Fund.php 111 B

12345678910
  1. <?php
  2. namespace App\Module\Sys;
  3. class Fund
  4. {
  5. // 封号资金归集账户
  6. const FUND_FENGHAO = 13;
  7. }