@ -24,5 +24,6 @@ public interface RemoteSapService {
public R<Boolean> bomSync();
@PostMapping("/sap/sapProRouteProcess")
public R<Boolean> sapProRouteProcess();
@PostMapping("/sap/materialPreparation")
public R<List<SapMaterialPreparation>>materialPreparation(SapMaterialPreparation sapMaterialPreparation);
}
@ -100,7 +100,7 @@ public class MesPrepareController extends BaseController {
return toAjax(mesPrepareService.deleteMesPrepareByPrepareIds(prepareIds));
@Log(title = "备料单", businessType = BusinessType.INSERT)
@Log(title = "备料单", businessType = BusinessType.SAP)
@PostMapping("/getMesPrepare")
public R getMesPrepare() {
return mesPrepareService.getMesPrepare();
@ -23,12 +23,12 @@ import com.op.common.core.web.page.TableDataInfo;
/**
* 报废详情Controller
*
* @author Open Platform
* @date 2023-08-01
*/
@RestController
@RequestMapping("/detail")
@RequestMapping("/scrapDetail")
public class ProEmbryoScrapDetailController extends BaseController {
@Autowired
private IProEmbryoScrapDetailService proEmbryoScrapDetailService;
@ -9,10 +9,10 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>op-modules-plan</artifactId>
<artifactId>op-modules-sap</artifactId>
<description>
op-modules-plan系统模块
op-modules-sap系统模块
</description>
<dependencies>