饮用日期格式修改;
This commit is contained in:
+1
-2
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user