UserInfo 사용자 정보
구매자
•
UserIndex
•
UserLoginType : 카카오, 네이버, 구글, 일반
•
UserId : 일반일 경우 ID
•
UserPw : 일반일 경우 Pw
•
UserNickName : 닉네임
•
UserStoreIndex : null
Store
판매자
•
UserIndex
•
UserLoginType : 카카오, 네이버, 구글, 일반
•
UserId : 일반일 경우 ID
•
UserPw : 일반일 경우 Pw
•
UserNickName : 닉네임
•
UserStoreIndex == storeIndex
•
StoreIndex
•
StoreName : 스토어 이름
•
StoreDetail : 스토어 상세 정보
•
StoreImageTitle : 스토어 베너
Product
상품
•
ProductIndex
•
ProductImageTitleList : 상품 이미지( 올린이미지 이름 ) 리스트
◦
firebase storeage 에 저장됨
•
ProductName : 상품 이름
•
productStoreIndex : 상품 상점 인덱스 == StoreIndex
•
ProductDeliveryFee : 배송비
•
ProductCategory : 상품 카테고리
•
ProductDetail : 상품 상세정보
DelieveryInfo
배송정보
•
DelieveryIndex : 배송 Index
•
DelieveryCustomerIndex == UserInfo의 UserIndex
•
DelieveryName : 배송지 이름
•
DelieveryPostNumber: 우편번호
•
DelieveryAddress : 배송 지 정보
•
DelieveryAddress : 배송지 상세정보
•
DelieveryPhoneNumber : 배송받는 사람 연락처
OrdersProduct
각각의 주문
•
OrdersIndex : 주문 index
•
OrdersCustomerIndex == UserInfo의 UserIndex
•
OrdersProductIndex == Product의 ProductIndex
•
OrdersStoreRequest : 상품 개수
•
OrdersProductPrice : 상품 가격
Total Order
총 주문 | 주문서
•
TotalOrderIndex: 전체 주문 Index
•
TotalOrderCustomerIndex == UserInfo의 UserIndex
•
TotalOrdersIndexList == OrdersProduct의 OrdersIndex의 리스트
•
TotalOrderState : 배송상태 ( 배송완료 등 4개 )
•
TotalOrderDate : 주문날짜
•
TotalOrderDeliveryIndex : 배송지 Index
•
TotalOrderDeliveryRequest : 배송 요청사항
•
TotalOrderPrice : 전체 주문 가격
•
TotalOrderPayment : 결제 방법
QnA
•
QnAIndex : QnA index
•
QnAProductIndex == Product의 ProductIndex
•
QnACustomerIndex == Product의 CustomerIndex
•
QnAStoreIndex == Store의 StoreIndex
•
QnATitle : QnA 제목
•
QnAContent : 내용
•
QnaAnswer : 답변 ( is null )
•
QnADate : QnA등록날짜
•
QnAImage : QnA이미지 ( 한개일듯 )
Review
•
ReviewIndex : QnA index
•
ReviewProductIndex == Product의 ProductIndex
•
ReviewCustomerIndex == Product의 CustomerIndex
•
ReviewStoreIndex == Store의 StoreIndex
•
ReviewTitle : QnA 제목
•
ReviewContent : 내용
•
ReviewStar : 별점
•
ReviewImage : 리뷰이미지 ( 한개일듯 )
•
ReviewDate
WishList
찜 목록
•
WishListIndex
•
WishListProductIndexList == Product의 ProductIndex가 담긴 리스트
•
WishListCustomerIndex
Cart
장바구니
•
CartIndex
•
CartUserIndex == UserInfo의 UserIndex
•
CartProductIndex == Product의 ProductIndex
•
CartCount : 하나의 상품이 몇개 들어있는지
•
CartPrice : 하나의 상품 가격
Alert
알림
•
AlertIndex
•
AlertUserIndex == UserInfo의 UserIndex
•
AlertContent : 알림내용
•
AlterCheck : 알림 체크 여부