优惠券订单及其他脚本

Data.php 115B

123456789101112131415
  1. <?php
  2. /**
  3. * data
  4. * @author auto create
  5. */
  6. class Data
  7. {
  8. /**
  9. * 邀请码
  10. **/
  11. public $inviter_code;
  12. }
  13. ?>