/// <summary>
 /// 修改
 /// </summary>
 public void UpdateAdmdepartment(Admdepartment admdepartment)
 {
     ExecuteUpdate("UpdateAdmdepartment", admdepartment);
 }
 /// <summary>
 /// 新建
 /// </summary>
 public void AddAdmdepartment(Admdepartment admdepartment)
 {
     //  userregister.RegisterId = new aers_sys_seedSqlMapDao().GetMaxID("userregister");
     //  Insertuserregister
     ExecuteInsert("InsertAdmdepartment", admdepartment);
 }