feat(generator): 代码生成新增 Mapper.xml 模板

This commit is contained in:
2024-12-12 21:16:58 +08:00
parent a7296a3627
commit b51936445d
4 changed files with 17 additions and 5 deletions

View File

@@ -100,6 +100,11 @@ generator:
Mapper:
templatePath: backend/Mapper.ftl
packageName: mapper
MapperXml:
templatePath: backend/MapperXml.ftl
packageName: mapper
extension: .xml
suffix: Mapper
Service:
templatePath: backend/Service.ftl
packageName: service