Skip to content

2019级计算机学院C++大作业:电商交易平台

Notifications You must be signed in to change notification settings

tokiInBUPT/xshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xshop

UserManager

  • register
  • login
  • addFund
  • changePassword
  • getCurrentUser
  • currentUserCan | User
  • username
  • password
  • balance
  • setDiscount(merchant)

UserConsumer - type = consumer UserMerchant - type = merchant

ProductManager

  • listProduct
  • addProduct(merchant)
  • editProduct(merchant)
  • deleteProduct(merchant) | Product
  • name
  • description
  • price
  • stock
  • owner

ProductBook - type = book ProductFood - type = food ProductCloth - type = cloth

v1 OrderManager

  • createOrder

v2 CartManager

  • listCart
  • setProductQuantity

OrderManager

  • listOrders
  • createOrder
  • payOrder

About

2019级计算机学院C++大作业:电商交易平台

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published