Browse Source

新增客户档案面谈表

anderx 9 months ago
parent
commit
682f28026a

File diff suppressed because it is too large
+ 21 - 162
src/main/java/com/goafanti/common/mapper/UserArchivesMapper.xml


+ 2 - 26
src/main/java/com/goafanti/common/model/UserArchives.java

@@ -11,10 +11,10 @@ import java.util.Date;
  * 客户档案表(UserArchives)实体类
  *
  * @author makejava
- * @since 2025-04-10 16:39:00
+ * @since 2025-04-11 09:39:23
  */
 public class UserArchives implements Serializable {
-    private static final long serialVersionUID = -24714389986376108L;
+    private static final long serialVersionUID = 907641518706679781L;
 
     private Integer id;
 
@@ -123,14 +123,6 @@ public class UserArchives implements Serializable {
      * 财务数据-研发费用(万元)
      */
     private BigDecimal financialRd;
-    /**
-     * 客户的需求
-     */
-    private String customerDemand;
-    /**
-     * 面谈达成的目的
-     */
-    private String interviewPurpose;
 
 
     public Integer getId() {
@@ -358,21 +350,5 @@ public class UserArchives implements Serializable {
         this.financialRd = financialRd;
     }
 
-    public String getCustomerDemand() {
-        return customerDemand;
-    }
-
-    public void setCustomerDemand(String customerDemand) {
-        this.customerDemand = customerDemand;
-    }
-
-    public String getInterviewPurpose() {
-        return interviewPurpose;
-    }
-
-    public void setInterviewPurpose(String interviewPurpose) {
-        this.interviewPurpose = interviewPurpose;
-    }
-
 }
 

+ 5 - 5
src/main/resources/props/config_local.properties

@@ -7,12 +7,12 @@ static.host=//static.jishutao.com/${kede.version}
 #avatar.host=//172.16.1.199:3000
 
 #jdbc.url=jdbc\:mysql://localhost:3306/aft20250313?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
-jdbc.url=jdbc\:mysql://localhost:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
-jdbc.username=root
-jdbc.password=123456
-#jdbc.url=jdbc:mysql://101.37.32.31:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
+#jdbc.url=jdbc\:mysql://localhost:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
 #jdbc.username=root
-#jdbc.password=aftdev
+#jdbc.password=123456
+jdbc.url=jdbc:mysql://101.37.32.31:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
+jdbc.username=root
+jdbc.password=aftdev
 jdbc.validationQuery=SELECT 'x'
 jdbc.initialSize=3
 jdbc.maxActive=20