sm_secretshop_refresh.php 419 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2019-10-30 14:31:50
  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. }