啊鑫
2024-09-19 30846c0d13ee4136d68ba509b05281378db951c6
MESApplication/Controllers/WomdaaController.cs
@@ -14,6 +14,7 @@
    private readonly WomdaaManager m = new();
    
    #region 生产领料
    //GetProductionPickDaa001
    /// <summary>
    ///     模糊查询工单号并返回
@@ -208,5 +209,6 @@
            return ResponseResult.ResponseError(ex);
        }
    }
    #endregion
}