server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwPatrolScheme.java
@@ -56,7 +56,7 @@ private String remark; @ApiModelProperty(value = "状态 0启用 1禁用", example = "1") @ExcelColumn(name="状态",index = 9,width = 6,valueMapping = "0=启用;1=停用;") @ExcelColumn(name="状态",index = 8,width = 6,valueMapping = "0=启用;1=停用;") private Integer status; @ApiModelProperty(value = "排序码", example = "1") @@ -121,6 +121,5 @@ @ApiModelProperty(value = "超期任务数") @TableField(exist = false) @ExcelColumn(name="超期任务数",index = 8,width = 6) private Integer timeOutTaskNum; }