Sha256: f19163b650c3bbaf189f711c23b57ec2038efb804d573a883e90f4691908bff0
Contents?: true
Size: 213 Bytes
Versions: 77
Compression:
Stored size: 213 Bytes
Contents
module EducodeSales class ContractDateList < ApplicationRecord belongs_to :follow_up belongs_to :staff enum clazz: ['交货', '验收', '预收款', '交付款', '验收款', '质保金'] end end
Version data entries
77 entries across 77 versions & 1 rubygems