sm_item_buffcard.php 597 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2021-12-21 14:42:32
  7. ////////////////////
  8. /**
  9. * Static Model item_buffcard buff类道具
  10. */
  11. class sm_item_buffcard
  12. {
  13. /**
  14. * @var Int32 查询用的ID
  15. */
  16. public $typeId;
  17. /**
  18. * @var Int32 有效时间 default(0)
  19. */
  20. public $expireTs;
  21. /**
  22. * @var Int32 使用等级限制 default(0)
  23. */
  24. public $useNeedLvl;
  25. /**
  26. * @var Int32 加成buff_id default(0)
  27. */
  28. public $buff_ID;
  29. }