Subversion Repositories Integrator Subversion

Rev

Rev 509 | Rev 526 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 509 Rev 525
Line 144... Line 144...
144
        }
144
        }
145
       
145
       
146
        interface Foto {
146
        interface Foto {
147
                String CAMINHO_PADRAO_LOCAL = "espacocase/fotos/";
147
                String CAMINHO_PADRAO_LOCAL = "espacocase/fotos/";
148
                String CAMINHO_PADRAO_SERVIDOR = "/fotos/";
148
                String CAMINHO_PADRAO_SERVIDOR = "/fotos/";
-
 
149
        }
-
 
150
       
-
 
151
        interface Imagem {
-
 
152
                String CAMINHO_PADRAO_IMAGEM_LOCAL = "espacocase/imagens/";
-
 
153
                String CAMINHO_PADRAO_IMAGEM_SERVIDOR = "/imagens/";
149
        }
154
        }
150
       
155
       
151
        interface NotaFiscal {
156
        interface NotaFiscal {
152
               
157
               
153
                String VERSAO_SISTEMA_NFE_1_0_0 = "1.0.0";
158
                String VERSAO_SISTEMA_NFE_1_0_0 = "1.0.0";