liusheng
2024-07-04 713dfaf7fb56cb57ea5c60822b52e65c6e1a8202
smartor/src/main/java/com/smartor/domain/SendTaskVO.java
@@ -31,7 +31,7 @@
     */
    @Excel(name = " 任务类型:  1  随访   2 问卷    3 宣教 ")
    @ApiModelProperty(value = "任务类型:  1  随访   2 问卷    3 宣教 ")
    private Integer taskType;
    private Integer taskType = 1;
}