sm_pet_compose.php 577 B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2025-03-17 16:37:28
  7. ////////////////////
  8. /**
  9. * Static Model pet_compose 宠物合成表
  10. */
  11. class sm_pet_compose
  12. {
  13. /**
  14. * @var Int32 自增
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 品阶
  19. */
  20. public $qual;
  21. /**
  22. * @var String 合成需要的装备条件;1:本体类型 2:同部位类型(含合成材料)
  23. * 品阶要求
  24. * 数量
  25. */
  26. public $compose_condition;
  27. }