pms上送报错问题解决
This commit is contained in:
@@ -154,6 +154,19 @@ public class ProblemVO extends BaseEntity {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private LocalDateTime discoveryTime;
|
||||
|
||||
|
||||
@ApiModelProperty("告预警单id,当ifReleaseWarning为是时,必填")
|
||||
private String workAlarmId;
|
||||
|
||||
|
||||
public String getWorkAlarmId() {
|
||||
return workAlarmId;
|
||||
}
|
||||
|
||||
public void setWorkAlarmId(String workAlarmId) {
|
||||
this.workAlarmId = workAlarmId;
|
||||
}
|
||||
|
||||
public void setProblemId(String problemId) {
|
||||
if (StrUtil.isNotBlank(problemId)) {
|
||||
this.problemId = problemId;
|
||||
|
||||
Reference in New Issue
Block a user