/// <summary> /// 查询全部 ///</summary> public static List <Orders> AllData(string NewWHere) { return(OrdersDAL.AllData(NewWHere)); }