饮用日期格式修改;

This commit is contained in:
王奎兴
2026-05-28 16:32:02 +08:00
parent fbc225d1e0
commit 27d6b7ab65
15 changed files with 28 additions and 29 deletions
@@ -185,10 +185,9 @@ public class ReservationMaterialInventoryApi extends BaseController {
*/
@ApiOperation("编辑物料库存")
@PostMapping("/omsEdit")
public AjaxResult omsEdit(@RequestBody MaterialInventoryOmsParamDO materialInventoryOmsParamDO)
public void omsEdit(@RequestBody MaterialInventoryOmsParamDO materialInventoryOmsParamDO)
{
materialInventoryApplicationService.omsEdit(materialInventoryOmsParamDO);
return AjaxResult.success();
}
}