12345678910111213141516171819202122232425262728293031 |
- <?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_JunBeiShop
- *
- * @author c'y'zhao
- */
- class Ins_JunBeiShop {
-
- public $typeId;
- /**
- * 购买次数
- * @var type
- */
- public $num_bichu1;
- /**
- * 买10次的次数
- * @var type
- */
- public $num_bichu2;
- }
|