From 88df260226d9a01ec8820ff9fb30fb5bbd6f4276 Mon Sep 17 00:00:00 2001 From: bjverde Date: Sun, 11 Jun 2023 20:59:58 -0300 Subject: [PATCH] :hammer: APP #266 criando model --- .../app/model/Tb_arquivo.class.php | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 appexemplo_v1.0/app/model/Tb_arquivo.class.php diff --git a/appexemplo_v1.0/app/model/Tb_arquivo.class.php b/appexemplo_v1.0/app/model/Tb_arquivo.class.php new file mode 100644 index 00000000..e5fb9334 --- /dev/null +++ b/appexemplo_v1.0/app/model/Tb_arquivo.class.php @@ -0,0 +1,25 @@ + \ No newline at end of file