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\Customer\Cust...

16 lines
320 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.Customer
{
public partial class CustomerList :System.Web.UI.Page
{
SqlComm comm = new SqlComm();
string condition = " and isLock=0 ";