/**
* 鍒犻櫎宸℃璁板綍淇℃伅
*
* @param esTPatrolRec
* 宸℃璁板綍瀵硅薄
* @author 鍞愭澃
* @date Oct 26, 2007
*/
public void delPatrolRec(EsTPatrolRec esTPatrolRec) {
esTPatrolRecDAO.delete(this.getPatrolRecById(esTPatrolRec
.getPatrolid()));
}