This commit is contained in:
@ -190,6 +190,13 @@ namespace Epost.BLL
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 获取所有小区
|
||||
public List<AddressstorageModel> GetOrderWayList(string block = "", string shelfid = "")
|
||||
{
|
||||
return dal.GetOrderWayList(block, shelfid);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 获取所有小区
|
||||
public List<AddressstorageModel> GetshelfidList(string block = "")
|
||||
{
|
||||
|
Reference in New Issue
Block a user