| 2025.12.09 | 优化Mybatis模板

This commit is contained in:
Moshow郑锴
2025-12-07 20:57:08 +08:00
parent 2a354f7aba
commit 67185ad7af
5 changed files with 139 additions and 25 deletions

View File

@@ -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);
/**
* 查询 分页查询