[Spring][쇼핑몰 프로젝트][22] 상품 정보 삭제 구현

https://kimvampa.tistory.com/209
This commit is contained in:
SeoJin Kim
2021-04-26 21:04:02 +09:00
parent 28bc356fce
commit 7d33d4cfd8
22 changed files with 176 additions and 8 deletions

View File

@@ -26,4 +26,7 @@ public interface AdminMapper {
/* 상품 수정 */
public int goodsModify(BookVO vo);
/* 상품 정보 삭제 */
public int goodsDelete(int bookId);
}