/**
* 删除巡检记录信息
*
* @param esTPatrolRec
* 巡检记录对象
* @author 唐杰
* @date Oct 26, 2007
*/
public void delPatrolRec(EsTPatrolRec esTPatrolRec) {
esTPatrolRecDAO.delete(this.getPatrolRecById(esTPatrolRec
.getPatrolid()));
}