sm_activity_tiligift.php 713 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2023-06-28 17:36:03
  7. ////////////////////
  8. /**
  9. * Static Model activity_tiligift 活动: 体力加油站
  10. */
  11. class sm_activity_tiligift
  12. {
  13. /**
  14. * @var Int32 自动编号
  15. */
  16. public $id;
  17. /**
  18. * @var String 名称
  19. */
  20. public $name;
  21. /**
  22. * @var TimeSpan 起始时间
  23. */
  24. public $start_time;
  25. /**
  26. * @var TimeSpan 结束时间
  27. */
  28. public $end_time;
  29. /**
  30. * @var Int32 获得体力
  31. */
  32. public $tili;
  33. /**
  34. * @var Int32 补领消耗钻石
  35. */
  36. public $late_cost;
  37. }