| 12345678910111213141516171819202122 |
- <?php
- /*
- * FecShop file.
- *
- * @link http://www.fecshop.com/
- * @copyright Copyright (c) 2016 FecShop Software LLC
- * @license http://www.fecshop.com/license/
- */
- namespace fecshop\services;
- use Yii;
- /**·ÏÆú
- * Wholesale Service
- * @author Terry Zhao <2358269014@qq.com>
- * @since 1.0
- */
- class Wholesale extends Service
- {
- }
|