select id, cfgId, srvId, monitorElementId, name, step, unit, valueRange, gmtCreate, gmtModified, state, remark, is_del, create_by, create_time, update_by, update_time from dev_pitmonit_southsmos_element_item
insert into dev_pitmonit_southsmos_element_item
cfgId,
srvId,
monitorElementId,
name,
step,
unit,
valueRange,
gmtCreate,
gmtModified,
state,
remark,
is_del,
create_by,
create_time,
update_by,
update_time,
#{cfgId},
#{srvId},
#{monitorElementId},
#{name},
#{step},
#{unit},
#{valueRange},
#{gmtCreate},
#{gmtModified},
#{state},
#{remark},
#{isDel},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update dev_pitmonit_southsmos_element_item
cfgId = #{cfgId},
srvId = #{srvId},
monitorElementId = #{monitorElementId},
name = #{name},
step = #{step},
unit = #{unit},
valueRange = #{valueRange},
gmtCreate = #{gmtCreate},
gmtModified = #{gmtModified},
state = #{state},
remark = #{remark},
is_del = #{isDel},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from dev_pitmonit_southsmos_element_item where id = #{id}
delete from dev_pitmonit_southsmos_element_item where id in
#{id}