示例#1
0
文件: Venta.php 项目: retrofox/PCC
 public function getUltimoEstadoId()
 {
     return VentaPeer::retrieveUltimoEstado($this->getId(), false);
 }