열람관련 항목 정리
This commit is contained in:
parent
cb441a3257
commit
80dc08addc
@ -102,35 +102,34 @@ public class CollectionVO extends PagingVO {
|
|||||||
protected String modId; /* 변경자ID */
|
protected String modId; /* 변경자ID */
|
||||||
protected String mUseYn; /* 관심여부 */
|
protected String mUseYn; /* 관심여부 */
|
||||||
|
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
// 기타 연관기능 항목
|
// 카트/관심 항목
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
protected int mbInterestId; /* 관심 id */
|
protected int mbInterestId; /* 관심 id */
|
||||||
protected String mbInfoId; /* 회원 id */
|
protected String mbInfoId; /* 회원 id */
|
||||||
protected String mbCartId; /* 카트ID */
|
protected String mbCartId; /* 카트ID */
|
||||||
protected String cartTypeCd; /* 카트유형코드 */
|
protected String cartTypeCd; /* 카트유형코드 */
|
||||||
protected String rsrvId; /* 카트관련대출예약ID */
|
|
||||||
protected String reqId; /* 카트관련열람예약ID */
|
|
||||||
protected String cartProcDivCd; /* 카트처리구분코드 */
|
protected String cartProcDivCd; /* 카트처리구분코드 */
|
||||||
|
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
// 대출관련
|
// 대출/열람관련
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
protected String rsrvDd; /* 대출신청예약일자 */
|
protected String rsrvId; /* 카트관련 대출/열람 예약ID */
|
||||||
|
protected String rsrvDd; /* 대출/열람신청예약일자 */
|
||||||
protected String bookLtRvStatusCd; /* 대출상태구분코드 */
|
protected String bookLtRvStatusCd; /* 대출상태구분코드 */
|
||||||
protected String bookLtRvStatusNm; /* 대출상태구분코드명 */
|
protected String bookLtRvStatusNm; /* 대출상태구분코드명 */
|
||||||
protected String rsrvExpctDd; /* 대출예약만료일자 */
|
protected String rsrvExpctDd; /* 대출예약만료일자 */
|
||||||
protected String rtnDd; /* 반납일자 */
|
protected String rtnDd; /* 반납일자 */
|
||||||
|
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
// 열람관련
|
// 열람관련
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
protected String hopeReqPridDtmFrom; /* 방문희망시작일자 */
|
protected String hopeReqPridDtmFrom; /* 방문희망시작일자 */
|
||||||
protected String hopeReqPridDtmTo; /* 방문희망종료일자 */
|
protected String hopeReqPridDtmTo; /* 방문희망종료일자 */
|
||||||
|
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
// 기타 및 처리결과 항목
|
// 기타 및 처리결과 항목
|
||||||
//--------------------------------------------
|
//--------------------------------------------
|
||||||
protected String selItems; /* 다건선택된 카트ID 목록 ","로 구분 */
|
protected String selItems; /* 다건선택된 카트ID 목록 ","로 구분 */
|
||||||
protected String resultCode; /* 결과코드 */
|
protected String resultCode; /* 결과코드 */
|
||||||
protected String resultMessage; /* 결과메시지 */
|
protected String resultMessage; /* 결과메시지 */
|
||||||
@ -619,14 +618,6 @@ public class CollectionVO extends PagingVO {
|
|||||||
this.rsrvId = rsrvId;
|
this.rsrvId = rsrvId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getReqId() {
|
|
||||||
return reqId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setReqId(String reqId) {
|
|
||||||
this.reqId = reqId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getCartProcDivCd() {
|
public String getCartProcDivCd() {
|
||||||
return cartProcDivCd;
|
return cartProcDivCd;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user