@Mapper
public interface PropertyMapper
Modifier and Type | Method and Description |
---|---|
String |
getMaxPropertyOrdr()
Property의 다음 최대 정렬 순번 값(Max+1)을 조회한다.
|
void |
insertProperty(PropertyVO propertyVO)
Property를 등록한다.
|
PropertyVO |
selectProperty(String propertyId)
ID에 해당하는 Property 목록을 조회한다.
|
void |
updateProperty(PropertyVO vo)
Property를 수정한다.
|
String getMaxPropertyOrdr()
void insertProperty(PropertyVO propertyVO)
propertyVO
- Property 정보PropertyVO selectProperty(String propertyId)
propertyId
- Property IDvoid updateProperty(PropertyVO vo)
vo
- Property 정보Copyright © 2025. All rights reserved.