Enum_Recharge.php 309 B

12345678910111213141516171819202122
  1. <?php
  2. namespace loyalsoft;
  3. /**
  4. * Description of Enum_Recharge
  5. *
  6. * @author cyzhao
  7. */
  8. class Enum_Recharge extends Enum {
  9. /**
  10. * 直接设置某个值
  11. */
  12. const FirstRecharge = 1;
  13. const monthRecharge = 2;
  14. const recharge = 3;
  15. const DaliySpecialPackages = 4;
  16. }