Feat controle ponto #35

Merged
deyvisonwanderley merged 7 commits from feat-controle-ponto into master 2025-11-21 15:48:44 +00:00
70 changed files with 7706 additions and 3785 deletions
Showing only changes of commit b2c15cf967 - Show all commits

View File

@@ -208,6 +208,7 @@ export const atualizarEndereco = mutation({
latitude?: number; latitude?: number;
longitude?: number; longitude?: number;
endereco?: string; endereco?: string;
bairro?: string;
cep?: string; cep?: string;
cidade?: string; cidade?: string;
estado?: string; estado?: string;