select id, agreement_id, type_id, team_name, lease_man, phone, num, create_by, create_time, update_time, type from wh_team_lease_info
insert into wh_team_lease_info
agreement_id,type_id,team_name,lease_man,phone,num,create_by,create_time,update_time,type,#{agreementId},#{typeId},#{teamName},#{leaseMan},#{phone},#{num},#{createBy},#{createTime},#{updateTime},#{type},
update wh_team_lease_info
agreement_id = #{agreementId},type_id = #{typeId},team_name = #{teamName},lease_man = #{leaseMan},phone = #{phone},num = #{num},create_by = #{createBy},create_time = #{createTime},update_time = #{updateTime},type = #{type},
where id = #{id}
delete from wh_team_lease_info where id = #{id}
delete from wh_team_lease_info where id in
#{id}