plainin list와 read기본

This commit is contained in:
Suh
2024-01-17 17:42:17 +09:00
parent feab8f173c
commit 2a63f0dfc8
6 changed files with 51 additions and 6 deletions

View File

@@ -32,4 +32,8 @@ public class PlanInService {
m.put("perPage", perPage);
return mapper.count(m);
}
List<PlanInDto> selectById(PlanInDto dto){
return mapper.selectById(dto);
}
}