Ins_Equip.php 428 B

123456789101112131415161718192021222324252627
  1. <?php
  2. /*
  3. * To change this license header, choose License Headers in Project Properties.
  4. * To change this template file, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. namespace loyalsoft;
  8. /**
  9. * Description of Ins_Equip
  10. *
  11. * @author c'y'zhao
  12. */
  13. class Ins_Equip {
  14. public $uid = 0;
  15. public $typeId = 0;
  16. public $level = 1;
  17. public $qual = 0;
  18. public $posId = 0;
  19. }