using HH.WMS.DAL.OutStock;
using HH.WMS.Entitys;
using HH.WMS.Entitys.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HH.WMS.BLL.OutStock
{
public class TN_WM_SHIPPING_NOTIFYBLL : DapperBaseBLL
{
#region 发运通知列表
///
/// 发运通知列表
///
///
///
public OperateResult NoticeList(SearchModel searchModel)
{
return CreateDAL().NoticeList(searchModel);
}
#endregion
}
}