using HH.WCS.ZhongCeJinTan.util;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
namespace HH.WCS.ZhongCeJinTan.wms
{
///
/// 这里只是做参考,出入库算法建议在相关的流程中定制开发,除非有通用的可以放到这里,不同项目也可以用
///
internal class WMSHelper
{
internal static WmsWork GetWmsWorkByCntr(string cntr, bool active = true)
{
WmsWork result = null;
var db = new SqlHelper