16639036659
2023-12-11 e6ab9c2b7af85ac676ef9fbe616327eb20f04139
src/main/java/com/ruoyi/doublePrevention/entity/dto/req/PreventRiskControlMeasureSaveReqDTO.java
@@ -47,7 +47,25 @@
     */
    private String measureDesc;
    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 Byte getControlType() {
        return controlType;
    }