You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AiShopping/AiGouWu\Admin\Article\List....

16 lines
309 B

using System;
using System.Data;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace AiGouWu.Admin.Article
{
public partial class List :System.Web.UI.Page
{
SqlComm comm = new SqlComm();
string condition = " and isDel=0 ";