123456789101112131415161718192021222324252627 |
- <?php
- /*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
- namespace loyalsoft;
- /**
- * Description of Ins_Equip
- *
- * @author c'y'zhao
- */
- class Ins_Equip {
-
- public $uid = 0;
-
- public $typeId = 0;
-
- public $level = 1;
- public $qual = 0;
-
- public $posId = 0;
- }
|