mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
stock 쪽 해결
This commit is contained in:
@@ -11,7 +11,7 @@ public interface StockMapper {
|
||||
|
||||
int count(Map<String, Object> m);//검색 글 갯수
|
||||
|
||||
List<StockDto> stockList(Map<String, Object> m);
|
||||
List<StockDto> list(Map<String, Object> m);
|
||||
|
||||
int updateStock(StockDto dto);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user