Sha256: 87e6b5ff82f10e51f304e2cfcfe54ca878612924ccca5ebed216e6e045207b6d
Contents?: true
Size: 391 Bytes
Versions: 108
Compression:
Stored size: 391 Bytes
Contents
module EducodeSales class CustomerAdd < ApplicationRecord SCHOOL_LIST = { "regular_college" => "本科院校", "junior_college" => "高职院校", "secondary_school" => "中职院校", "military_school" => "军事院校", "other" => "其他", "mid_school" => "中学", "ele_school" => "小学", "enterprise" => "企业" } end end
Version data entries
108 entries across 108 versions & 1 rubygems