class Mail::Field

def <=>(other)

def <=>(other)
  field_order_id <=> other.field_order_id
end