类图(加入购物车)
2020-02-26 15:16:17 2 举报
电商平台之加入购物车类图
作者其他创作
大纲/内容
Product实体类
- Integer inventoryFlag
+ getInventoryFlag()
ProductServiceImpl实现类
+ getProductByid(int productId)
ApiResponseObject类
- String errorCode- String errorMsg- Object data
+ setErrorCode(String errorCode)+ setErrorMsg(String errorMsg)+ setData(Object data)
sequenceService接口
CartApiController控制类
+ saveOrder(Cart cart)
transactionManager类
+ commit(status)+ getTransaction(def)
ProductMapper接口
+ selectByExample(ProductExample example)
Cart实体类
- int productId- String optionValueKeyGroup- int skuId- Date createTime- String id
+ getProductId()+ getOptionValueKeyGroup()+ getSkuId()+ setCreateTime(Date createTime)+ getCreateTime()+ setId(String id)
Sku实体类
- Integer quantity
+ getQuantity()
AbstractApiController类
SkuServiceImpl实现类
+getSkyById(int skuId)
skuService接口
CartServicelmpl实现类
+ searchCart(Cart cart)+ addCart(Cart cart)
CartMapper接口
SequenceServiceImpl实现类
SkuMapper接口
+ selectByExample(SkuExample example)+ selectByExampleWithBLOBs(SkuExample example)
productService接口
cartService接口
0 条评论
下一页