[Spring][쇼핑몰 프로젝트][20] 상품조회 기능 구현

https://kimvampa.tistory.com/205
https://kimvampa.tistory.com/204
https://kimvampa.tistory.com/203
This commit is contained in:
SeoJin Kim
2021-04-22 00:45:23 +09:00
parent df032170ba
commit 504401c43c
22 changed files with 1302 additions and 24 deletions

View File

@@ -20,4 +20,7 @@ public interface AdminMapper {
/* 상품 총 개수 */
public int goodsGetTotal(Criteria cri);
/* 상품 조회 페이지 */
public BookVO goodsGetDetail(int bookId);
}