| 1234567891011121314151617181920212223 |
- <?php
- /**
- *
- * @copyright ©2020 点小铺
- * @author hanj
- * @link: https://dyuit.com
- * Created by VSCode
- */
- namespace app\store\model\recharge;
- use app\common\model\recharge\OrderPlan as OrderPlanModel;
- /**
- * 用户充值订单套餐快照模型
- * Class OrderPlan
- * @package app\store\model\recharge
- */
- class OrderPlan extends OrderPlanModel
- {
- }
|