chenlu
2024-03-12 855f1ab0148cbfc26bc365a8c46ab8b7d427c01e
north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
@@ -29,5 +29,10 @@
        return  Result.seccess(reportingWorkService.SelectProcessSv());
    }
    @PostMapping  ("/saveReportingWork")
    public Result SaveReportingWork(@RequestBody Map<String,Object> reportingWork)  {
        return  Result.seccess(reportingWorkService.SaveReportingWorkSv(reportingWork));
    }
}