using HH.WMS.DAL.OutStock; using HH.WMS.Entitys; 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_WORK_AREA_PROBLL : DapperBaseBLL { #region 获取作业区流程 /// /// 获取作业区流程 /// /// /// /// /// public List GetWorkAreaPro(string type, string startArea, string endArea) { return CreateDAL().GetWorkAreaPro(type, startArea, endArea); } #endregion } }