|
|
@ -100,7 +100,7 @@ public class MesPrepareController extends BaseController {
|
|
|
|
return toAjax(mesPrepareService.deleteMesPrepareByPrepareIds(prepareIds));
|
|
|
|
return toAjax(mesPrepareService.deleteMesPrepareByPrepareIds(prepareIds));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Log(title = "备料单", businessType = BusinessType.INSERT)
|
|
|
|
@Log(title = "备料单", businessType = BusinessType.SAP)
|
|
|
|
@PostMapping("/getMesPrepare")
|
|
|
|
@PostMapping("/getMesPrepare")
|
|
|
|
public R getMesPrepare() {
|
|
|
|
public R getMesPrepare() {
|
|
|
|
return mesPrepareService.getMesPrepare();
|
|
|
|
return mesPrepareService.getMesPrepare();
|
|
|
|