修改标签

master
wujingtao 2 years ago
parent 8b6538e1e3
commit 4d7191758f

@ -9,5 +9,5 @@ public class SourceLabelConstants {
public static final String NOT_INTENTION = "无意向";
public static final String NOT_TURN_ON = "未接通";
public static final String NOT_TURN_ON = "待再沟通";
}

@ -19,7 +19,7 @@ public class UploadTokerDTO {
private Integer intention;
@ExcelProperty(value = "无意向", index = 4)
private Integer notIntention;
@ExcelProperty(value = "未接通", index = 5)
@ExcelProperty(value = "待再沟通", index = 5)
private Integer notTurnOn;

Loading…
Cancel
Save