仓库管理:库位:update
This commit is contained in:
@@ -104,5 +104,17 @@ namespace ZR.Service.mes.wms
|
||||
return Update(model, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 通过外箱标签解析后得到的批次号,获取货物仓库内的货物信息
|
||||
/// </summary>
|
||||
/// <param name="patchCode"></param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="NotImplementedException"></exception>
|
||||
public WmGoodsNowProduction GetInfoByPatchCode(string patchCode)
|
||||
{
|
||||
return Context.Queryable<WmGoodsNowProduction>()
|
||||
.Where(it => it.PackageCodeClient == patchCode).First();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user