This commit is contained in:
@ -152,7 +152,13 @@ namespace Epost.BLL
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region 获取控制器列表
|
||||
public DataTable getLabelList(string controlid)
|
||||
{
|
||||
return dal.getLabelList(controlid);
|
||||
}
|
||||
|
||||
#endregion
|
||||
#region 获取所有地址
|
||||
public DataTable getAddressList()
|
||||
{
|
||||
|
Reference in New Issue
Block a user