refatoração
This commit is contained in:
parent
117bdbef7b
commit
8b8406e245
28 changed files with 300 additions and 51 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { tiposSeriesAgregacoes, validarZ, zp_produto_conta } from "./_variaveis";
|
||||
import { deletar_registros, zp_deletar_registros } from "./deletar_registros";
|
||||
import { enviar_registros, zp_enviar_registros } from "./enviar_registros";
|
||||
import { registrar_base_dados, zp_registrar_base_dados, } from "./registrar_base_dados";
|
||||
import { serie_consultar, zp_serie_consultar } from "./serie_consultar";
|
||||
|
|
@ -15,4 +16,6 @@ export const pPilao = {
|
|||
zp_serie_consultar,
|
||||
zp_produto_conta,
|
||||
validarZ,
|
||||
deletar_registros,
|
||||
zp_deletar_registros,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue