Controllers/Warehouse/InventoryController.cs
@@ -11,9 +11,8 @@ [Route("api/[controller]")] public class InventoryController : ControllerBase { private readonly InventoryManager m = new(); private readonly MesPrintMangeer _mCf = new(); private readonly InventoryManager m = new(); /// <summary> /// 扫描库位条码的控制器方法