|
|
@@ -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;
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
|