This commit is contained in:
jl
2025-06-26 13:39:30 +08:00
parent cc38437359
commit 702da26811
6 changed files with 61 additions and 55 deletions

View File

@ -152,7 +152,13 @@ namespace Epost.BLL
}
#endregion
#region
public DataTable getLabelList(string controlid)
{
return dal.getLabelList(controlid);
}
#endregion
#region
public DataTable getAddressList()
{