select id, monitor_type, create_time, update_time, deleted
from t_yw_threshold
insert into t_yw_threshold
monitor_type,create_time,update_time,deleted,#{monitorType},#{createTime},#{updateTime},#{deleted},
update t_yw_threshold
monitor_type = #{monitorType},create_time = #{createTime},update_time = #{updateTime},deleted = #{deleted},
where id = #{id}
delete
from t_yw_threshold
where id = #{id}
delete from t_yw_threshold where id in
#{id}