stock/list.jsp
WarehouseController.java
WarehouseMapper.xml
WarehouseService.java
WarehouseMapper.java
This commit is contained in:
sungsu
2024-01-09 16:35:38 +09:00
parent b82403d064
commit cd726d6c42
5 changed files with 32 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ public interface WarehouseMapper {
int count(Map<String, Object> m);//검색 글 갯수
List<Object> list(Map<String, Object> m);
List<WarehouseDto> list(Map<String, Object> m);
int updateWarehouse(WarehouseDto dto);