Commit 82030b49 authored by unset's avatar unset

影像图库新增批量上下架以及删除接口

parent a7dff47c
......@@ -33,11 +33,8 @@ public class ImageImgStorageBiz extends BaseBiz<ImageImgStorageMapper,ImageImgSt
@Autowired
ImageInfoRelationBiz imageInfoRelationBiz;
private final ShoppingCartInfoBiz shoppingCartInfoBiz;
public ImageImgStorageBiz(ShoppingCartInfoBiz shoppingCartInfoBiz) {
this.shoppingCartInfoBiz = shoppingCartInfoBiz;
}
@Autowired
ShoppingCartInfoBiz shoppingCartInfoBiz;
/**
* 新增或者编辑图像库信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment