| | |
| | | /// <param name="status">状态</param> |
| | | /// <param name="inspectMark">检验标记</param> |
| | | /// <param name="inspectStatus">质量状态</param> |
| | | /// <param name="locatNo">储位地址</param> |
| | | /// <returns></returns> |
| | | List<AdventBoxInfoDto> GetEmergencyWarning(string skuNo, string skuName, string lotNo, string palletNo, string status, string inspectMark, string inspectStatus); |
| | | List<AdventBoxInfoDto> GetEmergencyWarning(string skuNo, string skuName, string lotNo, string palletNo, string status, string inspectMark, string inspectStatus, string locatNo); |
| | | |
| | | #endregion |
| | | |