Skip to content

DTO 설계

Jung edited this page Apr 20, 2021 · 1 revision

DTO 설계

메인 페이지 dish 목록

  • hash
  • name
  • description
  • top_image
  • prices
  • badges

상세페이지

  • hash
  • name
  • description
  • top_image
  • prices(배열)(왼쪽이 오리지날, 오른쪽이 할인가. 할인되지 않는다면 배열 아닌 오리지날 가격만 DTO로 리턴)
  • badges(배열)
  • stock
  • point
  • delivery_info
  • thumb_images (배열)
  • detail_images (배열)
Clone this wiki locally