|
@@ -21,6 +21,7 @@ public class PtsMachineLogs implements Serializable {
|
|
|
private String processName;
|
|
|
private String deviceName;
|
|
|
private Integer logsProcessStatus;
|
|
|
+ private Integer logsErrorType;
|
|
|
private String logsProcessPrompt;
|
|
|
private Date logsProcessTime;
|
|
|
private Date logsCreateTime;
|
|
@@ -137,5 +138,11 @@ public class PtsMachineLogs implements Serializable {
|
|
|
this.logsCreateTime = logsCreateTime;
|
|
|
}
|
|
|
|
|
|
+ public Integer getLogsErrorType() {
|
|
|
+ return logsErrorType;
|
|
|
+ }
|
|
|
|
|
|
+ public void setLogsErrorType(Integer logsErrorType) {
|
|
|
+ this.logsErrorType = logsErrorType;
|
|
|
+ }
|
|
|
}
|