You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
251 B
15 lines
251 B
<?php
|
|
|
|
namespace app\store\model\recharge;
|
|
|
|
use app\common\model\recharge\OrderPlan as OrderPlanModel;
|
|
|
|
/**
|
|
* 用户充值订单套餐快照模型
|
|
* Class OrderPlan
|
|
* @package app\store\model\recharge
|
|
*/
|
|
class OrderPlan extends OrderPlanModel
|
|
{
|
|
|
|
}
|