ctbPagheIntercode
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
package it.integry.ems.migration.model;import it.integry.ems.migration._base.BaseMigration;
|
||||||
|
import it.integry.ems.migration._base.MigrationModelInterface;
|
||||||
|
|
||||||
|
public class Migration_20240312093539 extends BaseMigration implements MigrationModelInterface{
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void up()throws Exception {
|
||||||
|
if(isHistoryDB())
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void down()throws Exception{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -21,7 +21,7 @@ public class CtbContIntercodePaghe extends EntityBase {
|
|||||||
|
|
||||||
@PK
|
@PK
|
||||||
@SqlField(value = "sel_1", maxLength = 10, nullable = false)
|
@SqlField(value = "sel_1", maxLength = 10, nullable = false)
|
||||||
String sel_1;
|
String sel1;
|
||||||
|
|
||||||
@PK
|
@PK
|
||||||
@SqlField(value = "gruppo", maxLength = 5, nullable = false)
|
@SqlField(value = "gruppo", maxLength = 5, nullable = false)
|
||||||
@@ -53,12 +53,12 @@ public class CtbContIntercodePaghe extends EntityBase {
|
|||||||
@MapToTable(value = "is_costo_cp")
|
@MapToTable(value = "is_costo_cp")
|
||||||
boolean isCostoCP;
|
boolean isCostoCP;
|
||||||
|
|
||||||
public String getSel_1() {
|
public String getSel1() {
|
||||||
return sel_1;
|
return sel1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public CtbContIntercodePaghe setSel_1(String sel_1) {
|
public CtbContIntercodePaghe setSel1(String sel1) {
|
||||||
this.sel_1 = sel_1;
|
this.sel1 = sel1;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user