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