rx
2023-09-12 ec34a6698205107f7583f8b136e4cd26fb32f68b
phis-feign/src/main/java/com/hz/his/dto/consultation/ConsultRecordDto.java
@@ -108,6 +108,8 @@
    private String hisCorpUserId;
    //用户顾问名称
    private String hisCorpUserName;
    //手机号
    private String tel;
    //电网咨询师
    @JsonInclude(JsonInclude.Include.NON_NULL)
    private String internetCorpUserId;
@@ -400,6 +402,14 @@
        this.hisCorpUserName = hisCorpUserName;
    }
    public String getTel() {
        return tel;
    }
    public void setTel(String tel) {
        this.tel = tel;
    }
    public String getInternetCorpUserId() {
        return internetCorpUserId;
    }