public int EnableGroupBuyConfig(string Id, int status) { BaseSetDA da = new BaseSetDA(); return(da.EnableGroupBuyConfig(Id, status)); }