sm_guilddonatereward.php 455 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (mail@wanggangzero.cn), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2017-12-13 11:09:23
  7. ////////////////////
  8. /**
  9. * Static Model guilddonatereward
  10. */
  11. class sm_guilddonatereward
  12. {
  13. /**
  14. * @var Int32
  15. */
  16. public $exp;
  17. /**
  18. * @var Int32
  19. */
  20. public $gold;
  21. /**
  22. * @var Int32
  23. */
  24. public $maxDonateNum;
  25. /**
  26. * @var Int32
  27. */
  28. public $contribution;
  29. }