| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.doumee.core.model.LoginUserInfo; |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.model.YwMaterial; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | */ |
| | | void updateByIdInBatch(List<YwMaterial> ywMaterials); |
| | | |
| | | void updateStatus(YwMaterial ywMaterials); |
| | | |
| | | /** |
| | | * 主键查询 |
| | | * |
| | |
| | | * @return long |
| | | */ |
| | | long count(YwMaterial ywMaterial); |
| | | |
| | | YwMaterial getDetail(Integer id); |
| | | |
| | | Integer importMaterialBatch(MultipartFile file, LoginUserInfo loginUserInfo); |
| | | } |