añadiendo tarifas envio

This commit is contained in:
Jaime Jimenez
2023-08-29 00:16:37 +02:00
parent 03bc1dff12
commit ddaac2f9f1
22 changed files with 1713 additions and 15 deletions

View File

@ -19,6 +19,7 @@ class ProveedorEntity extends \CodeIgniter\Entity\Entity
"persona_contacto" => null,
"email" => null,
"telefono" => null,
"propiedades" => null,
"is_deleted" => 0,
"created_at" => null,
"updated_at" => null,