| 1234567891011121314151617181920212223 |
- <?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;
- /**
- * 未开发
- * Point services.
- * @author Terry Zhao <2358269014@qq.com>
- * @since 1.0
- */
- class Point extends Service
- {
- }
|