mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
#update
stock/list.jsp WarehouseController.java WarehouseMapper.xml WarehouseService.java WarehouseMapper.java
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user