| | |
| | | package com.yuanchu.mom.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yuanchu.mom.dto.InsProductDto; |
| | | import com.yuanchu.mom.pojo.InsProduct; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @author Administrator |
| | |
| | | |
| | | int selectOrderManDay(Integer orderId); |
| | | |
| | | int updateInspected(Integer id); |
| | | int updateInspected(Integer id,String ids); |
| | | |
| | | boolean write(InsProductDto insProductDto); |
| | | |
| | | Map<String,Object> selectNoProducts(Page page, InsProduct insProduct,Integer orderId,String ids); |
| | | |
| | | void checkUpdate(Integer orderId,Integer state); |
| | | } |