select id, plan_code, plan_name, trans_line_type, product_type, status, del_flag, create_by, create_time, update_by, update_time, remark, create_site, update_site from emis_tms_trans_plan
insert into emis_tms_trans_plan
id,
plan_code,
plan_name,
trans_line_type,
product_type,
status,
del_flag,
create_by,
create_time,
update_by,
update_time,
remark,
create_site,
update_site,
#{id},
#{planCode},
#{planName},
#{transLineType},
#{productType},
#{status},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
#{createSite},
#{updateSite},
update emis_tms_trans_plan
plan_code = #{planCode},
plan_name = #{planName},
trans_line_type = #{transLineType},
product_type = #{productType},
status = #{status},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
create_site = #{createSite},
update_site = #{updateSite},
where id = #{id}
delete from emis_tms_trans_plan where id = #{id}
delete from emis_tms_trans_plan where id in
#{id}