select id, object, parameter, state_condition, value_method, alarm_value, threshold_value, is_delete, create_by, create_time, update_by, update_time from PHM.PHM_PERFORMANCE_MONITOR_MODEL insert into PHM.PHM_PERFORMANCE_MONITOR_MODEL id, object, parameter, state_condition, value_method, alarm_value, threshold_value, is_delete, create_by, create_time, update_by, update_time, #{id}, #{object}, #{parameter}, #{stateCondition}, #{valueMethod}, #{alarmValue}, #{thresholdValue}, #{isDelete}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update PHM.PHM_PERFORMANCE_MONITOR_MODEL object = #{object}, parameter = #{parameter}, state_condition = #{stateCondition}, value_method = #{valueMethod}, alarm_value = #{alarmValue}, threshold_value = #{thresholdValue}, is_delete = #{isDelete}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from PHM.PHM_PERFORMANCE_MONITOR_MODEL where id = #{id} delete from PHM.PHM_PERFORMANCE_MONITOR_MODEL where id in #{id}