feat: implement geometry and relation management services with associated DTOs, repository logic, and database queries
Build and Release / release (push) Successful in 1m20s

This commit is contained in:
2026-06-06 19:19:18 +07:00
parent fd8d413760
commit 463f7a3ac0
6 changed files with 61 additions and 1 deletions
@@ -626,3 +626,4 @@ func (r *geometryRepository) GetGeometryIDsByEntityIDs(ctx context.Context, enti
return result, nil
}