production-server/src/main/java/com/yuanchu/mom/service/ManualTechnologyService.java
@@ -28,12 +28,5 @@ * 排产==>更新 */ void output(ManualTechnologyDto manualTechnologyDto) throws ParseException; /** * 查看排产详情-->失焦修改时间 * @param startTime 开始时间 * @return */ Integer updateTime(Integer technologyId, String startTime); }