select id, business_name, create_time, update_time, create_by, update_by, description from eps_business
insert into eps_business
id,business_name,create_time,update_time,create_by,update_by,description,#{id},#{businessName},#{createTime},#{updateTime},#{createBy},#{updateBy},#{description},
update eps_business
business_name = #{businessName},create_time = #{createTime},update_time = #{updateTime},create_by = #{createBy},update_by = #{updateBy},description = #{description},
where id = #{id}
delete from eps_business where id = #{id}
delete from eps_business where id in
#{id}