Sha256: b37bd7a810adc5ed2e5bb63dbe84268c80d30ce0afb7f6c223ea716ab2aaa63a
Contents?: true
Size: 225 Bytes
Versions: 12
Compression:
Stored size: 225 Bytes
Contents
module EducodeSales class SalesDetail < ApplicationRecord belongs_to :business belongs_to :product_catalog belongs_to :staff enum custom_clazz: ['非定制', '低定制', '高定制', '全定制'] end end
Version data entries
12 entries across 12 versions & 1 rubygems