sm_pet_exploreoutput.php 655 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2025-03-13 10:00:14
  7. ////////////////////
  8. /**
  9. * Static Model pet_exploreoutput 灵宠的探索产出数据表
  10. */
  11. class sm_pet_exploreoutput
  12. {
  13. /**
  14. * @var Int32 唯一
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 对应pet表里的type字段 default(0)
  19. */
  20. public $typeId;
  21. /**
  22. * @var Int32 宠物品阶 default(0)
  23. */
  24. public $qual;
  25. /**
  26. * @var String 探索区域id,产出,时间;探索区域id,产出,时间
  27. */
  28. public $exploreOutput;
  29. }