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,
|
||||
|
|
@ -24,4 +25,7 @@ export const pPilao = {
|
|||
|
||||
zp_produto_conta,
|
||||
validarZ,
|
||||
|
||||
deletar_registros,
|
||||
zp_deletar_registros,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue