select id, monitor_type, timeout, indicator, create_time, update_time, deleted
from t_yw_threshold
insert into t_yw_threshold
monitor_type,timeout,indicator,create_time,update_time,deleted,#{monitorType},#{timeout},#{indicator},#{createTime},#{updateTime},#{deleted},
update t_yw_threshold
monitor_type = #{monitorType},timeout = #{timeout},indicator = #{indicator},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}