XiaoRuby
2023-09-01 0a44f2ea664d893503246a232646f2593a738460
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);
}