sm_equip_compose.php 530 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2024-11-01 16:19:57
  7. ////////////////////
  8. /**
  9. * Static Model equip_compose 装备合成表
  10. */
  11. class sm_equip_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. public $compose_condition;
  25. }