Преглед на файлове

添加问题标题字段

liujiankang преди 7 години
родител
ревизия
f06c866163
променени са 1 файла, в които са добавени 11 реда и са изтрити 0 реда
  1. 11 0
      watero-rst-core/src/main/java/com.iamberry.rst.core/cm/CustomerInfo.java

+ 11 - 0
watero-rst-core/src/main/java/com.iamberry.rst.core/cm/CustomerInfo.java

@@ -44,6 +44,9 @@ public class CustomerInfo  implements Serializable {
     //  修改时间 ,
     private Date customerUpdateTime;
 
+    //  问题标题
+    private String customerQuestionTitle;
+
     public Integer getCustomerId() {
         return customerId;
     }
@@ -179,4 +182,12 @@ public class CustomerInfo  implements Serializable {
     public void setCustomerUpdateTime(Date customerUpdateTime) {
         this.customerUpdateTime = customerUpdateTime;
     }
+
+    public String getCustomerQuestionTitle() {
+        return customerQuestionTitle;
+    }
+
+    public void setCustomerQuestionTitle(String customerQuestionTitle) {
+        this.customerQuestionTitle = customerQuestionTitle;
+    }
 }