16639036659
2023-12-11 e6ab9c2b7af85ac676ef9fbe616327eb20f04139
src/main/java/com/ruoyi/doublePrevention/entity/dto/req/PreventRiskControlMeasureUpdateReqDTO.java
@@ -46,6 +46,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 String getCheckContent() {
        return checkContent;
    }