sm_secretshop_refresh.php 445 B

123456789101112131415161718192021222324252627
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2022-07-07 10:37:26
  7. ////////////////////
  8. /**
  9. * Static Model secretshop_refresh 神秘商城刷新价格表
  10. */
  11. class sm_secretshop_refresh
  12. {
  13. /**
  14. * @var Int32 刷新次数
  15. */
  16. public $cishu;
  17. /**
  18. * @var Int32 刷新价格(钻石)
  19. */
  20. public $price;
  21. }