zhanghl
2025-05-19 1041591ab02f1456b67ef249c1943de161ef902c
aps-modules/aps-core/src/main/java/com/aps/core/service/IApsPlateProcessShopStatService.java
@@ -4,6 +4,7 @@
import com.aps.common.core.web.domain.AjaxResult;
import com.aps.core.domain.ApsPlateProcessShopStat;
import jakarta.servlet.http.HttpServletResponse;
/**
 * 钣金车间统计Service接口
@@ -64,4 +65,6 @@
    void saveShopStat();
    AjaxResult getShopPlanStat();
    void exportExcel(HttpServletResponse response);
}