Prechádzať zdrojové kódy

工作台-商机线索列表-添加地址字段

云殇忆 1 rok pred
rodič
commit
3f1cc2dfe7

+ 2 - 0
ruoyi-demo/src/main/java/com/ruoyi/demo/entity/bo/BusinessOpportunitiesClueBo.java

@@ -13,6 +13,7 @@ public class BusinessOpportunitiesClueBo implements Serializable {
     private String attentionId;
     private String wdName;
     private String brandName;
+    private String wdAddrInfo;
     private String contact;
     private String telephone;
     private Integer followUpCount;
@@ -27,6 +28,7 @@ public class BusinessOpportunitiesClueBo implements Serializable {
         this.attentionId = clue.getAttentionId();
         this.wdName = clue.getWdName();
         this.brandName = clue.getBrandName();
+        this.wdAddrInfo = clue.getWdAddrInfo();
         this.contact = clue.getContact();
         this.telephone = clue.getTelephone();
         this.followUpCount = clue.getFollowUpCount();