Files
baclight/app/models/heb_web/broker_x_ref.rb
T

15 lines
324 B
Ruby
Raw Normal View History

2026-06-17 23:23:36 -04:00
module HebWeb
class BrokerXRef < HebWebRecord
self.table_name = 'BrokerXRef'
alias_attribute :id, :Id
alias_attribute :pl_plan_key, :PLPlanKey
alias_attribute :pb_entity_key, :PBEntityKey
alias_attribute :plan_name, :PlanName
alias_attribute :employer_pl_plan_key, :EmployerPLPlanKey
end
end