啊鑫
2024-09-19 30846c0d13ee4136d68ba509b05281378db951c6
MESApplication/Controllers/WomdaaController.cs
@@ -12,8 +12,9 @@
public class WomdaaController : ControllerBase
{
    private readonly WomdaaManager m = new();
    #region 生产领料
    //GetProductionPickDaa001
    /// <summary>
    ///     模糊查询工单号并返回
@@ -38,7 +39,7 @@
            return ResponseResult.ResponseError(ex);
        }
    }
    //GetItemsByDaa001
    /// <summary>
    ///     根据工单号获取代领物料明细
@@ -63,7 +64,7 @@
            return ResponseResult.ResponseError(ex);
        }
    }
    /// <summary>
    ///     获取所有
    /// </summary>
@@ -208,5 +209,6 @@
            return ResponseResult.ResponseError(ex);
        }
    }
    #endregion
}