search code barre

This commit is contained in:
mepiphana2023
2025-07-16 16:37:28 +02:00
parent b33d50835e
commit 3a37ddc252
6 changed files with 28 additions and 6 deletions

View File

@@ -4,5 +4,5 @@ import fr.eni.demo.bo.Location;
public interface LocationService {
void add(Location location);
void update(Location location);
Location findByCodeBarre(String codeBarre);
}