mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
代码生成器模板统一风格
This commit is contained in:
parent
9d6213d65c
commit
6374524731
@ -4,4 +4,4 @@
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="#(packageConfig.mapperPackage).#(table.buildMapperClassName())">
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
@ -11,4 +11,4 @@ import #(packageConfig.entityPackage).#(table.buildEntityClassName());
|
||||
*/
|
||||
public interface #(table.buildServiceClassName()) extends #(serviceConfig.buildSuperClassName())<#(table.buildEntityClassName())> {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -121,4 +121,4 @@ public class #(table.buildServiceImplClassName()) extends #(serviceImplConfig.bu
|
||||
}
|
||||
|
||||
#end
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user