title may not be very clear, I want to achieve the effect is:
in the operation of the same table, the basic addition, deletion and query using mybatis-generator automatically generated xml file, and then write a xml file to put their own handwritten sql.
in this way, if new fields are added to the database, generating a new xml, using mybatis-generator will not overwrite the custom sql file, and your own handwritten sql may return a BaseResultMap type. How can this function be realized?