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