Changed the data types to be able to hold a companys NIF

This commit is contained in:
2025-09-20 23:47:44 +01:00
parent b578976dad
commit 3821c3fffc
8 changed files with 24672 additions and 9 deletions
+4
View File
@@ -45,3 +45,7 @@ func StartSWService(rt RepoType) error {
func Get(id int) (models.SW, error) {
return service.SWRepo.Get(id)
}
func Count() int {
return service.SWRepo.Count()
}