Finish ModifCatastoTerreni
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -460,6 +460,7 @@ public class AgribookOrderService {
|
||||
" opened_orders.cod_mart,\n" +
|
||||
" varieta,\n" +
|
||||
" opened_orders.partita_mag,\n" +
|
||||
" CONCAT(mtb_partita_mag.partita_mag, ' ', mtb_partita_mag.descrizione, ' ', mtb_partita_mag.note) AS lotto,\n" +
|
||||
" unt_ord,\n" +
|
||||
" data_cons_min,\n" +
|
||||
" data_cons_max,\n" +
|
||||
|
||||
@@ -46,6 +46,8 @@ public class AgribookOrderDTO extends ComposedEntityBase {
|
||||
private String varieta;
|
||||
@SqlField("partita_mag")
|
||||
private String partitaMag;
|
||||
@SqlField("lotto")
|
||||
private String lotto;
|
||||
@SqlField("unt_ord")
|
||||
private String untOrd;
|
||||
@SqlField("data_cons_min")
|
||||
@@ -212,6 +214,15 @@ public class AgribookOrderDTO extends ComposedEntityBase {
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getLotto() {
|
||||
return lotto;
|
||||
}
|
||||
|
||||
public AgribookOrderDTO setLotto(String lotto) {
|
||||
this.lotto = lotto;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getUntOrd() {
|
||||
return untOrd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user