This commit is contained in:
Joelson
2025-09-17 18:49:23 -03:00
parent 21c3225c52
commit e081df9ced
42 changed files with 4129 additions and 411 deletions

View File

@@ -0,0 +1,5 @@
export interface MarkData {
MARCA: string;
CODMARCA: number;
ATIVO: string;
}