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