This commit is contained in:
@ -374,5 +374,26 @@ namespace Epost.BLL
|
||||
return dal.GetAddressListByByPage(strWhere, orderby, startIndex, endIndex, out recordCount);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 灯带
|
||||
|
||||
#region 查询设备信息
|
||||
public DataTable QueryAddrList(string strwhere)
|
||||
{
|
||||
return dal.QueryAddrList(strwhere);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region 查询设备信息
|
||||
public DataTable QueryControlList(string strwhere)
|
||||
{
|
||||
return dal.QueryControlList(strwhere);
|
||||
}
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user