module EducodeSales class CustomerAdd < ApplicationRecord SCHOOL_LIST = { "regular_college" => "本科院校", "junior_college" => "高职院校", "secondary_school" => "中职院校", "military_school" => "军事院校", "other" => "其他", "mid_school" => "中学", "ele_school" => "小学", "enterprise" => "企业" } end end