V20181218.php 206 B

12345678910111213141516
  1. <?php
  2. namespace App\Services\Upgrade;
  3. use App\Services\Service;
  4. class V20181218 extends Service
  5. {
  6. /**
  7. * 批量为卡片增加位置信息
  8. */
  9. public function addLocation()
  10. {
  11. }
  12. }