/// <summary> /// 添加字典 /// </summary> /// <param name="model"></param> /// <returns></returns> public bool InsertDict(WXQ.Enties.Dict model) { DictManager DictManager = new DictManager(); model.AddUser = this.OpUserId.ToString(); return(DictManager.Insert(model)); }