CREATE TABLE `${tableName}` ( `${map.name}` ${map.type} comment '${map.comment}', INDEX `${map.name}`(`${map.field}`), PRIMARY KEY (`id`) ) COMMENT = '${tableComment}'; UPDATE `${tableName}` SET ${map.key} = #{map.value} WHERE id = #{id} UPDATE `${tableName}` SET ${map.key} = #{map.value} ${sql} insert into `${tableName}` ${map.key} values #{map.value} insert into `${tableName}` ${key} values #{item} delete from `${tableName}` where Parent_Type in #{id}