Commit a7dff47c authored by unset's avatar unset

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

parent c13b1ece
......@@ -37,11 +37,10 @@ public class IndustryApplicationInfoBiz extends BaseBiz<IndustryApplicationInfoM
@Autowired
IndustryApplicationTypeBiz industryApplicationTypeBiz;
private final ShoppingCartInfoBiz shoppingCartInfoBiz;
public IndustryApplicationInfoBiz(ShoppingCartInfoBiz shoppingCartInfoBiz) {
this.shoppingCartInfoBiz = shoppingCartInfoBiz;
}
@Autowired
ShoppingCartInfoBiz shoppingCartInfoBiz;
/**
* 行业应用信息
* @param industryApplicationInfo
......
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