bug修正
This commit is contained in:
@@ -41,7 +41,7 @@ namespace DOAN.Admin.WebApi.Controllers
|
||||
|
||||
//TODO 查询北泽线边库库位编号
|
||||
[HttpGet("list_location_code")]
|
||||
public IActionResult QueryMaterialPartsStorageLocationsLocationCode(string query)
|
||||
public IActionResult QueryMaterialPartsStorageLocationsLocationCode(string? query)
|
||||
{
|
||||
var response = _MaterialPartsStorageLocationsService.QueryMaterialPartsStorageLocationsLocationCode(query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user