id, employee_id, tax_agent_id, declare_month, children_education, continuing_education,
housing_loan_interest, housing_rent, supporting_elder, serious_illness_treatment,
infant_care, create_time, update_time, creator, delete_type, tenant_key
insert into hrsa_special_add_deduction
employee_id,
tax_agent_id,
declare_month,
children_education,
continuing_education,
housing_loan_interest,
housing_rent,
supporting_elder,
serious_illness_treatment,
infant_care,
create_time,
update_time,
creator,
delete_type,
tenant_key,
#{employeeId,jdbcType=BIGINT},
#{taxAgentId,jdbcType=BIGINT},
#{declareMonth,jdbcType=TIMESTAMP},
#{childrenEducation,jdbcType=VARCHAR},
#{continuingEducation,jdbcType=VARCHAR},
#{housingLoanInterest,jdbcType=VARCHAR},
#{housingRent,jdbcType=VARCHAR},
#{supportingElder,jdbcType=VARCHAR},
#{seriousIllnessTreatment,jdbcType=VARCHAR},
#{infantCare,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
#{creator,jdbcType=BIGINT},
#{deleteType,jdbcType=INTEGER},
#{tenantKey,jdbcType=VARCHAR},
update hrsa_special_add_deduction
employee_id = #{employeeId,jdbcType=BIGINT},
tax_agent_id = #{taxAgentId,jdbcType=BIGINT},
declare_month = #{declareMonth,jdbcType=TIMESTAMP},
children_education = #{childrenEducation,jdbcType=VARCHAR},
continuing_education = #{continuingEducation,jdbcType=VARCHAR},
housing_loan_interest = #{housingLoanInterest,jdbcType=VARCHAR},
housing_rent = #{housingRent,jdbcType=VARCHAR},
supporting_elder = #{supportingElder,jdbcType=VARCHAR},
serious_illness_treatment = #{seriousIllnessTreatment,jdbcType=VARCHAR},
infant_care = #{infantCare,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
creator = #{creator,jdbcType=BIGINT},
delete_type = #{deleteType,jdbcType=INTEGER},
tenant_key = #{tenantKey,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}