#coding=utf-8

desc "同步高校数据"
namespace :school_statistic do
  task sync_records: :environment do

  end
end