mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-06-08 01:48:57 +08:00
| 2025.12.09 | 优化Mybatis模板
This commit is contained in:
@@ -40,7 +40,7 @@ public interface ${classInfo.className}Mapper {
|
||||
* @author ${authorName}
|
||||
* @date ${.now?string('yyyy/MM/dd')}
|
||||
**/
|
||||
${classInfo.className} load(int id);
|
||||
${classInfo.className} find(int id);
|
||||
|
||||
/**
|
||||
* 查询 分页查询
|
||||
|
||||
Reference in New Issue
Block a user