| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.yuanchu.mom.pojo.RawInsProduct; |
| | | import com.yuanchu.mom.pojo.vo.RawInsProductVo; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | void updaterawInsProduct(int userId, Integer rpId ,String testValue,Integer devId); |
| | | |
| | | |
| | | /** |
| | | * 只更改设备,之前的检验值删掉 |
| | | * @param rpId |
| | | * @param devId |
| | | */ |
| | | void updateDevByRpId(Integer rpId, Integer devId); |
| | | |
| | | void batchAddInsProduct(Integer id, List<RawInsProductVo> rawInsProducts); |
| | | } |
| | | |