XiaoRuby
2023-09-04 b467f1a9f61739bf78b993aaf4a8907b6625e29f
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);
}