public List <GroupBuyConfigEntity> GetGroupBuyConfig() { OrderDA da = new OrderDA(); return(da.GetGroupBuyConfig()); }