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-87c2c4800839master
parent
0c013ddb39
commit
c5d73f52bc
|
@ -28,7 +28,6 @@ import org.zkoss.zul.Paging;
|
||||||
import org.zkoss.zul.Spinner;
|
import org.zkoss.zul.Spinner;
|
||||||
|
|
||||||
import com.rjconsultores.ventaboletos.entidad.ConfTotem;
|
import com.rjconsultores.ventaboletos.entidad.ConfTotem;
|
||||||
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapidaOrigem;
|
|
||||||
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapida;
|
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapida;
|
||||||
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
import com.rjconsultores.ventaboletos.entidad.Empresa;
|
||||||
import com.rjconsultores.ventaboletos.entidad.Parada;
|
import com.rjconsultores.ventaboletos.entidad.Parada;
|
||||||
|
|
|
@ -21,13 +21,10 @@ import org.zkoss.zk.ui.event.Event;
|
||||||
import org.zkoss.zk.ui.event.EventListener;
|
import org.zkoss.zk.ui.event.EventListener;
|
||||||
import org.zkoss.zul.Button;
|
import org.zkoss.zul.Button;
|
||||||
|
|
||||||
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapidaOrigem;
|
|
||||||
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapida;
|
import com.rjconsultores.ventaboletos.entidad.ConfTotemVentaRapida;
|
||||||
import com.rjconsultores.ventaboletos.entidad.Parada;
|
import com.rjconsultores.ventaboletos.entidad.Parada;
|
||||||
import com.rjconsultores.ventaboletos.service.ConfTotemVentaRapidaService;
|
import com.rjconsultores.ventaboletos.service.ConfTotemVentaRapidaService;
|
||||||
import com.rjconsultores.ventaboletos.service.ConfTotemVentaRapidaOrigemService;
|
|
||||||
import com.rjconsultores.ventaboletos.service.ParadaService;
|
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.MyComboboxParada;
|
||||||
import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
|
import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
|
||||||
import com.rjconsultores.ventaboletos.web.utilerias.MyListbox;
|
import com.rjconsultores.ventaboletos.web.utilerias.MyListbox;
|
||||||
|
|
Loading…
Reference in New Issue