1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <?php
|
| namespace app\operations\model\plus\point;
|
| use app\common\model\plus\point\ProductSku as ProductSkuModel;
|
| /**
| * Class Exchange
| * 积分兑换模型
| * @package app\operations\model\plus\exchange
| */
| class ProductSku extends ProductSkuModel
| {
|
| }
|
|