zhanghl
2025-05-16 c3c7756721b8b29585615f6d2c6cb6166f17c7cc
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);
}