select id, lotatt_id, lotatt_name, required_tag, input_type, input_scope, default_value, status, create_by, create_time, update_by, update_time, remark from lotatt_config
insert into lotatt_config
lotatt_id,
lotatt_name,
required_tag,
input_type,
input_scope,
default_value,
status,
create_by,
create_time,
update_by,
update_time,
remark,
#{lotattId},
#{lotattName},
#{requiredTag},
#{inputType},
#{inputScope},
#{defaultValue},
#{status},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update lotatt_config
lotatt_id = #{lotattId},
lotatt_name = #{lotattName},
required_tag = #{requiredTag},
input_type = #{inputType},
input_scope = #{inputScope},
default_value = #{defaultValue},
status = #{status},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from lotatt_config where id = #{id}
delete from lotatt_config where id in
#{id}