/// <summary> /// 还原 /// </summary> /// <param name="id"></param> /// <returns></returns> public int Restore(Guid id) { return(pm.Restore(id)); }