HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🛁
공부기록
/
📚
책 정리
/
🌪️
객체지향 패키지 정리
🌪️

객체지향 패키지 정리

 
  • Order
    • coffee
      • domain
        • Coffee
        • MenuItem
        • Menu
        • Recipe
    • customer
      • domain
        • Customer
        • Wallet
          • Cash
          • Card
          • Account
      • service
        • CustomerService
    • employee
      • domain
        • Cashier
        • Barista
      • service
        • CahshierService
        • BaristaService
    • payment
      • domain
        • Payment
          • CashPayment
          • CardPayment
          • AccountPayMent
      • service
        • PayMentService
    • OrderShopApplication