[Spring][쇼핑몰 프로젝트][21] 상품정보 수정 구현 - 3

https://kimvampa.tistory.com/208
This commit is contained in:
SeoJin Kim
2021-04-26 10:40:31 +09:00
parent 7e9c3dc965
commit 28bc356fce
18 changed files with 419 additions and 10 deletions

View File

@@ -23,4 +23,7 @@ public interface AdminMapper {
/* 상품 조회 페이지 */
public BookVO goodsGetDetail(int bookId);
/* 상품 수정 */
public int goodsModify(BookVO vo);
}