mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 12:13:33 +09:00
plainin list와 read기본
This commit is contained in:
@@ -32,4 +32,8 @@ public class PlanInService {
|
||||
m.put("perPage", perPage);
|
||||
return mapper.count(m);
|
||||
}
|
||||
|
||||
List<PlanInDto> selectById(PlanInDto dto){
|
||||
return mapper.selectById(dto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user