瀏覽代碼

fix: 是否重粉

xdd 4 周之前
父節點
當前提交
a2c2628195

+ 5 - 0
fs-company/src/main/java/com/fs/qw/vo/QwExternalContactVO.java

@@ -111,4 +111,9 @@ public class QwExternalContactVO {
     private Long level;
     private Long level;
     @Excel(name = "等级升降")
     @Excel(name = "等级升降")
     private Long levelType;
     private Long levelType;
+
+    /**
+     * 是否重粉
+     */
+    private Integer isRepeat;
 }
 }

+ 5 - 0
fs-service-system/src/main/java/com/fs/qw/vo/QwExternalContactVO.java

@@ -111,4 +111,9 @@ public class QwExternalContactVO {
     private Long level;
     private Long level;
     @Excel(name = "等级升降")
     @Excel(name = "等级升降")
     private Long levelType;
     private Long levelType;
+
+    /**
+     * 是否重粉
+     */
+    private Integer isRepeat;
 }
 }