select id, type, property, op, optionType, optionValues, message from mxjb_multiple_way_asset
insert into mxjb_multiple_way_asset
type,property,op,optionType,optionValues,message,#{type},#{property},#{op},#{optionType},#{optionValues},#{message},
update mxjb_multiple_way_asset
type = #{type},property = #{property},op = #{op},optionType = #{optionType},optionValues = #{optionValues},message = #{message},
where id = #{id}
delete from mxjb_multiple_way_asset where id = #{id}
delete from mxjb_multiple_way_asset where id in
#{id}