|  |  |  | 
|---|
|  |  |  | import com.doumee.dao.business.model.BaseGoods; | 
|---|
|  |  |  | import com.doumee.dao.business.model.dto.BaseGoodsCreateOrUpdateRequest; | 
|---|
|  |  |  | import com.doumee.dao.business.model.dto.BaseGoodsDTO; | 
|---|
|  |  |  | import org.springframework.web.multipart.MultipartFile; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @param idList 实体对象 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void updateStatusByIds(List<Integer> idList,Integer status); | 
|---|
|  |  |  | void updateStatusByIds(BaseGoods param); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | PageData<BaseGoods> findPage(PageWrap<BaseGoods> pageWrap); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 公司查询平台商品 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @param pageWrap 分页对象 | 
|---|
|  |  |  | * @return PageData<BaseGoods> | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | PageData<BaseGoods> findCompanyPage(PageWrap<BaseGoods> pageWrap); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 条件统计 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return long | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | long count(BaseGoods baseGoods); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 企业用户批量导入 | 
|---|
|  |  |  | * @param file | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Integer importBaseGoodsBatch(MultipartFile file); | 
|---|
|  |  |  | } | 
|---|