refs #6295 feat:serialNumber

This commit is contained in:
Sergio De la torre 2024-02-28 09:39:49 +01:00
parent f36ff5233e
commit 1dc6f3fd80
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ interface SalixService {
@Query("filter") filter: String
): Call<List<SectorItemVO>>
@GET("deviceProductions")
fun getSerialNumber(
@Query("filter") filter: String
): Call<List<JsonObject>>
@GET("collections/getCollection")
fun getCollectionSalix(
): Call<List<CollectionVO>>