فهرست منبع

消息问题处理

8 سال پیش
والد
کامیت
ee5366142e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      patient-co-wlyy/src/main/java/com/yihu/wlyy/entity/message/SMS.java

+ 2 - 2
patient-co-wlyy/src/main/java/com/yihu/wlyy/entity/message/SMS.java

@ -37,11 +37,11 @@ public class SMS extends IdEntity {
        this.userCode = userCode;
    }
    public int getUserType() {
    public Integer getUserType() {
        return userType;
    }
    public void setUserType(int userType) {
    public void setUserType(Integer userType) {
        this.userType = userType;
    }