|
@@ -70,8 +70,14 @@ public class MerchantBackup extends BaseEntity {
|
|
|
|
|
|
private Integer portNum;
|
|
private Integer portNum;
|
|
|
|
|
|
|
|
+ private Integer portNumOdd;
|
|
|
|
+
|
|
private Integer libService;
|
|
private Integer libService;
|
|
|
|
|
|
|
|
+ private Integer libServiceOdd;
|
|
|
|
+
|
|
|
|
+ private Date changeTime;
|
|
|
|
+
|
|
private Integer libServiceMonth;
|
|
private Integer libServiceMonth;
|
|
|
|
|
|
private Integer platformService;
|
|
private Integer platformService;
|
|
@@ -100,6 +106,8 @@ public class MerchantBackup extends BaseEntity {
|
|
|
|
|
|
private Date activeTime;
|
|
private Date activeTime;
|
|
|
|
|
|
|
|
+ private Date endActiveTime;
|
|
|
|
+
|
|
private Date computeTime;
|
|
private Date computeTime;
|
|
|
|
|
|
private String backupMonth;
|
|
private String backupMonth;
|
|
@@ -437,4 +445,36 @@ public class MerchantBackup extends BaseEntity {
|
|
this.backupMonth = backupMonth;
|
|
this.backupMonth = backupMonth;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public Integer getPortNumOdd() {
|
|
|
|
+ return portNumOdd;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setPortNumOdd(Integer portNumOdd) {
|
|
|
|
+ this.portNumOdd = portNumOdd;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Integer getLibServiceOdd() {
|
|
|
|
+ return libServiceOdd;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setLibServiceOdd(Integer libServiceOdd) {
|
|
|
|
+ this.libServiceOdd = libServiceOdd;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Date getChangeTime() {
|
|
|
|
+ return changeTime;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setChangeTime(Date changeTime) {
|
|
|
|
+ this.changeTime = changeTime;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Date getEndActiveTime() {
|
|
|
|
+ return endActiveTime;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setEndActiveTime(Date endActiveTime) {
|
|
|
|
+ this.endActiveTime = endActiveTime;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|