Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (36 loc) · 687 Bytes

model.md

File metadata and controls

42 lines (36 loc) · 687 Bytes

모델 목록

User(유저)

isSeller : Boolean

true면 판매자(지점장) -> Store에 연결

store : Store

지점 저장


Store(지점)

name : Char

지점 이름(지점 리스트에 있는 이름)


Product(제품)

name : Char

제품 이름

brand : Char

브랜드 이름

price : Integer

제품 가격

image : Image

상품 사진 메인 이미지(750x750): 1개 소개 이미지: 10개


Sell(판매하다)

store : Store

지점 연결

product : Product

제품 연결

count : Integer

제품 개수


Basket(장바구니)

store : Store

지점연결

product : Product

제품연결