This commit is contained in:
jl
2025-01-13 13:47:28 +08:00
parent c82154ff51
commit 36e123d79e
6 changed files with 143 additions and 22 deletions

View File

@ -955,5 +955,18 @@ namespace Epost.BLL
}
#endregion
#region
public bool getSmallLocList(string loc)
{
return dal.getSmallLocList(loc);
}
#endregion
#region
public bool CreateBoxInfo(string boxcode, string loc, string type)
{
return dal.CreateBoxInfo(boxcode, loc, type);
}
#endregion
}
}