fixes bug#24409

qua:
dev:valdir

Retirado erros de imports da classe ConfTotemVentaRapidaOrigem

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112561 d1611594-4594-4d17-8e1d-87c2c4800839
master
walace 2022-06-06 13:20:58 +00:00
parent 0c013ddb39
commit c5d73f52bc
2 changed files with 0 additions and 4 deletions

View File

@ -28,7 +28,6 @@ import org.zkoss.zul.Paging;
import org.zkoss.zul.Spinner;
import com.rjconsultores.ventaboletos.entidad.ConfTotem;
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapidaOrigem;
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapida;
import com.rjconsultores.ventaboletos.entidad.Empresa;
import com.rjconsultores.ventaboletos.entidad.Parada;

View File

@ -21,13 +21,10 @@ import org.zkoss.zk.ui.event.Event;
import org.zkoss.zk.ui.event.EventListener;
import org.zkoss.zul.Button;
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapidaOrigem;
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapida;
import com.rjconsultores.ventaboletos.entidad.Parada;
import com.rjconsultores.ventaboletos.service.ConfTotemVentaRapidaService;
import com.rjconsultores.ventaboletos.service.ConfTotemVentaRapidaOrigemService;
import com.rjconsultores.ventaboletos.service.ParadaService;
import com.rjconsultores.ventaboletos.vo.conftotem.ConfTotemVentaRapidaVO;
import com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada;
import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
import com.rjconsultores.ventaboletos.web.utilerias.MyListbox;