inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderService.java
@@ -6,6 +6,9 @@ import com.yuanchu.mom.dto.*; import com.yuanchu.mom.pojo.InsOrder; import javax.servlet.ServletException; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.util.List; import java.util.Map; @@ -41,4 +44,6 @@ int updateStatus(Integer id); List<SampleProductDto3> labelPrinting(String ids); void export(CostStatisticsDto costStatisticsDto,HttpServletResponse response)throws IOException, ServletException; }