|
|
@@ -43,7 +43,7 @@ public class OutUserChannel {
|
|
|
*
|
|
|
* @mbg.generated Thu Apr 22 09:06:45 CST 2021
|
|
|
*/
|
|
|
- private Integer status;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
*
|
|
|
@@ -80,17 +80,19 @@ public class OutUserChannel {
|
|
|
public void setSocietyTag(String societyTag) {
|
|
|
this.societyTag = societyTag;
|
|
|
}
|
|
|
-
|
|
|
- private String createTimes;
|
|
|
private String distributionTimes;
|
|
|
@Excel(name = "联系人")
|
|
|
private String contacts;
|
|
|
@Excel(name = "联系人电话")
|
|
|
private String contactMobile;
|
|
|
+ @Excel(name = "导入时间")
|
|
|
+ private String createTimes;
|
|
|
@Excel(name = "备注")
|
|
|
private String remarks;
|
|
|
private Integer guidance;
|
|
|
private Integer recovery;
|
|
|
+ @Excel(name = "未导入原因",readConverterExp = " 3=已存在私有,4=已存在公共,5=已存在签单")
|
|
|
+ private Integer status;
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
}
|