2025-12-10 13:22:33 -05:00
|
|
|
module Vhcs
|
2026-03-03 22:53:21 -05:00
|
|
|
class HlEggIdCardDependent < VhcsRecord
|
2025-12-10 13:22:33 -05:00
|
|
|
|
|
|
|
|
self.table_name = 'HLEggIdCardDependent'
|
|
|
|
|
|
|
|
|
|
alias_attribute :id, :Id
|
|
|
|
|
alias_attribute :family_id, :FamilyId
|
|
|
|
|
alias_attribute :dependent_name, :DependentName
|
|
|
|
|
alias_attribute :sequence_number, :SequenceNumber
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
end
|