OrderPlan.php 382 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. *
  4. * @copyright ©2020 点小铺
  5. * @author hanj
  6. * @link: https://dyuit.com
  7. * Created by VSCode
  8. */
  9. namespace app\store\model\recharge;
  10. use app\common\model\recharge\OrderPlan as OrderPlanModel;
  11. /**
  12. * 用户充值订单套餐快照模型
  13. * Class OrderPlan
  14. * @package app\store\model\recharge
  15. */
  16. class OrderPlan extends OrderPlanModel
  17. {
  18. }