Sha256: e1ff2f6755e505fdcc036e638591c02eaaee29535a2fb99411d2a6fca64e4b75
Contents?: true
Size: 366 Bytes
Versions: 52
Compression:
Stored size: 366 Bytes
Contents
module EducodeSales class InvoiceApply < ApplicationRecord belongs_to :business belongs_to :staff belongs_to :take_ticket, class_name: 'Staff', optional: true has_many :invoice_details has_many :invoices enum category: ['纸质专用发票', '纸质普通发票', '电子普通发票'] enum state: ['审核中', '已开票'] end end
Version data entries
52 entries across 52 versions & 1 rubygems