Finish v1.32.06(346)
This commit is contained in:
commit
2182a970ac
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 345
|
def appVersionCode = 346
|
||||||
def appVersionName = '1.32.05'
|
def appVersionName = '1.32.06'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -10,8 +10,17 @@ import retrofit2.http.Query;
|
|||||||
|
|
||||||
public interface GiacenzaRESTConsumerService {
|
public interface GiacenzaRESTConsumerService {
|
||||||
|
|
||||||
@GET("wms/giacenza/availableItems")
|
@GET("wms/giacenza/availableItemsByPosizione")
|
||||||
Call<ServiceRESTResponse<List<MvwSitArtUdcDetInventario>>> retrieveAvailableItems(
|
Call<ServiceRESTResponse<List<MvwSitArtUdcDetInventario>>> retrieveAvailableItems(
|
||||||
@Query("posizione") String posizione);
|
@Query("posizione") String posizione);
|
||||||
|
|
||||||
|
@GET("wms/giacenza/availableItemsByArticolo")
|
||||||
|
Call<ServiceRESTResponse<List<MvwSitArtUdcDetInventario>>> retrieveAvailableItemsByArt(
|
||||||
|
@Query("codMart") String codMart);
|
||||||
|
|
||||||
|
@GET("wms/giacenza/availableItemsByArticolo")
|
||||||
|
Call<ServiceRESTResponse<List<MvwSitArtUdcDetInventario>>> retrieveAvailableItemsByArt(
|
||||||
|
@Query("codMart") String codMart,
|
||||||
|
@Query("partitaMag") String partitaMag);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user