| | |
| | | private String hisCorpUserId; |
| | | //用户顾问名称 |
| | | private String hisCorpUserName; |
| | | //手机号 |
| | | private String tel; |
| | | //电网咨询师 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String internetCorpUserId; |
| | |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private Integer isMakeADeal; |
| | | |
| | | //列表接口 小程序也使用 区分是否是从用户详情进去的 |
| | | private Integer isDetail; |
| | | |
| | | /**当前页数*/ |
| | | private Integer pageNum = 1; |
| | | /**当前页显示条数*/ |
| | | private Integer pageSize = 20; |
| | | /**关键字*/ |
| | | private String keyWord; |
| | | |
| | | /**查询方式*/ |
| | | private String useType; |
| | | public ConsultRecordDto() { |
| | | } |
| | | |
| | |
| | | this.hisCorpUserName = hisCorpUserName; |
| | | } |
| | | |
| | | public String getTel() { |
| | | return tel; |
| | | } |
| | | |
| | | public void setTel(String tel) { |
| | | this.tel = tel; |
| | | } |
| | | |
| | | public String getInternetCorpUserId() { |
| | | return internetCorpUserId; |
| | | } |
| | |
| | | public void setMethodCodeName(String methodCodeName) { |
| | | this.methodCodeName = methodCodeName; |
| | | } |
| | | |
| | | public String getUseType() { |
| | | return useType; |
| | | } |
| | | |
| | | public void setUseType(String useType) { |
| | | this.useType = useType; |
| | | } |
| | | |
| | | public Integer getIsDetail() { |
| | | return isDetail; |
| | | } |
| | | |
| | | public void setIsDetail(Integer isDetail) { |
| | | this.isDetail = isDetail; |
| | | } |
| | | } |