示例#1
0
 public IActionResult AddBatch(AddBatchDTO batchDTO)
 {
     _storageService.AddBatch(batchDTO);
     return(Ok());
 }