and message_type_ =
#{messageType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
and content_ = #{content,jdbcType=VARCHAR},
and description_ = #{description,jdbcType=TIMESTAMP}
INSERT INTO sys_message_config
(id_,message_type_,content_,description_,modify_on_,url_)
VALUES(#{id},#{messageType},#{content},#{description},#{modifyOn},#{url})
UPDATE sys_message_config
modify_on_ = #{modifyOn},
message_type_ = #{messageType},
id_ = #{id},
url_ = #{url},
content_ = #{content},
description_ = #{description},
WHERE id_ = #{id}
DELETE FROM sys_message_config WHERE id_ =
#{id}