Finish v1.47.10(523)
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
This commit is contained in:
commit
590e9ec24e
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 522
|
||||
def appVersionName = '1.47.09'
|
||||
def appVersionCode = 523
|
||||
def appVersionName = '1.47.10'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -1,11 +1,17 @@
|
||||
package it.integry.integrywmsnative.view.dialogs.ask_cliente.dto;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class DialogAskClienteClienteDTO {
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("ragSoc")
|
||||
private String ragSoc;
|
||||
@SerializedName("codJcoms")
|
||||
private ArrayList<String> codJcoms = new ArrayList<>();
|
||||
|
||||
public String getCodAnag() {
|
||||
|
||||
@ -1,23 +1,34 @@
|
||||
package it.integry.integrywmsnative.view.dialogs.ask_cliente.dto;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
import it.integry.integrywmsnative.core.model.VtbDest;
|
||||
|
||||
public class DialogAskClienteDestinatarioDTO {
|
||||
|
||||
|
||||
@SerializedName("codAnag")
|
||||
private String codAnag;
|
||||
|
||||
@SerializedName("codVdes")
|
||||
private String codVdes;
|
||||
|
||||
@SerializedName("destinatario")
|
||||
private String destinatario;
|
||||
|
||||
@SerializedName("indirizzo")
|
||||
private String indirizzo;
|
||||
|
||||
@SerializedName("cap")
|
||||
private String cap;
|
||||
|
||||
@SerializedName("citta")
|
||||
private String citta;
|
||||
|
||||
@SerializedName("prov")
|
||||
private String prov;
|
||||
|
||||
@SerializedName("nazione")
|
||||
private String nazione;
|
||||
|
||||
public String getCodAnag() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user