|
@@ -22,6 +22,7 @@ public class ComplaintTypeInfo implements Serializable {
|
|
|
private Integer complaintClassState; //类型状态
|
|
|
private Date complaintCreateTime; //创建时间
|
|
|
private Date complaintUpdateTime; //修改时间
|
|
|
+ private Integer complaintType; //与产品类型表绑定 1净水机2电动牙刷3净水花洒4软水机5果蔬机6净水龙头
|
|
|
|
|
|
private Integer complaintNum; //查询数量
|
|
|
|
|
@@ -98,4 +99,12 @@ public class ComplaintTypeInfo implements Serializable {
|
|
|
public void setComplaintNum(Integer complaintNum) {
|
|
|
this.complaintNum = complaintNum;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer getComplaintType() {
|
|
|
+ return complaintType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setComplaintType(Integer complaintType) {
|
|
|
+ this.complaintType = complaintType;
|
|
|
+ }
|
|
|
}
|