Class: ShipmentScanAuditDAO

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/shipping_backup_client/models/shipment_scan_audit_dao.rb

Overview

Schema Information

Table name: shipment_scan_audits

id            :integer          not null, primary key
shipment_id   :string(255)      not null
scanning_type :string(255)
station_id    :integer
status        :string(255)
remark        :string(255)
username      :string(255)
created_at    :datetime
updated_at    :datetime