/// <summary> /// 是否存在总部 /// </summary> public bool ExistsGroup(int id = 0) { return(dal.ExistsGroup(id)); }