This commit is contained in:
jl
2025-06-24 15:35:29 +08:00
parent 81ef9284b7
commit 7ed7a8cd88
33 changed files with 3955 additions and 98 deletions

View File

@ -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 = "")
{