입고예정 상세페이지 구현 중

This commit is contained in:
김민구
2024-01-18 10:02:25 +09:00
parent cddc901805
commit 3c0409041f
6 changed files with 92 additions and 17 deletions

View File

@@ -17,9 +17,6 @@ public class PlanInService {
map.put("start", start);
map.put("perPage", perPage);
map.put("searchn", searchn);
return mapper.selectAll(map);
}