Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/AgingInOrOutController.cs
@@ -31,7 +31,7 @@ /// <returns></returns> // POST: api/AgingInOrOut/OCVOutput [HttpPost("OCVOutput")] public Task<dynamic> GetOCVOutputAsync([FromBody]AgingOutputDto input) public Task<dynamic> GetOCVOutputAsync([FromBody] AgingOutputDto input) { return _agingInOrOutInputService.GetOCVOutputAsync(input); }