src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskControlMeasure.java
@@ -116,6 +116,26 @@ private String checkContent; private String workType; private String taskNum; public String getWorkType() { return workType; } public void setWorkType(String workType) { this.workType = workType; } public String getTaskNum() { return taskNum; } public void setTaskNum(String taskNum) { this.taskNum = taskNum; } public Long getId() { return id; }