16639036659
2023-12-11 e6ab9c2b7af85ac676ef9fbe616327eb20f04139
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;
    }