This commit is contained in:
@ -150,9 +150,12 @@ namespace Epost.BLL
|
||||
{
|
||||
return dal.getLabelList(controlid, batchno);
|
||||
}
|
||||
|
||||
public DataTable getLabelList(string controlid)
|
||||
{
|
||||
return dal.getLabelList(controlid);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 获取所有地址
|
||||
public DataTable getAddressList()
|
||||
{
|
||||
|
Reference in New Issue
Block a user