@@ -26,4 +26,7 @@ public interface AdminMapper {
|
||||
/* 상품 수정 */
|
||||
public int goodsModify(BookVO vo);
|
||||
|
||||
/* 상품 정보 삭제 */
|
||||
public int goodsDelete(int bookId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user