Class: EducodeSales::CustomerAdd

Inherits:
ApplicationRecord show all
Defined in:
app/models/educode_sales/customer_add.rb

Constant Summary collapse

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