/// <summary>
 /// 删除模块
 /// </summary>
 /// <param name="m_gid"></param>
 /// <returns></returns>
 public static int SystemModual_DeleteBym_gid(string m_gid)
 {
     using (SystemDAL access = new SystemDAL())
     {
         return(access.SystemModual_DeleteBym_gid(m_gid));
     }
 }