/// <summary> /// 获取子分类数量 /// </summary> public int GetChildNum(int id) { return(dal.GetChildNum(id)); }