Ins_JunBeiShop.php 490 B

12345678910111213141516171819202122232425262728293031
  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_JunBeiShop
  10. *
  11. * @author c'y'zhao
  12. */
  13. class Ins_JunBeiShop {
  14. public $typeId;
  15. /**
  16. * 购买次数
  17. * @var type
  18. */
  19. public $num_bichu1;
  20. /**
  21. * 买10次的次数
  22. * @var type
  23. */
  24. public $num_bichu2;
  25. }