stock 쪽 해결

This commit is contained in:
Suh
2024-01-05 21:23:18 +09:00
parent 43f25ea471
commit e256672486
6 changed files with 23 additions and 14 deletions

View File

@@ -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);