|
|
|
|
@ -98,6 +98,11 @@ public class LoginUserVo {
|
|
|
|
|
*/
|
|
|
|
|
private String integralText;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 绑定的仪器数量
|
|
|
|
|
*/
|
|
|
|
|
private Integer devicesNum;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public LoginUserVo() {
|
|
|
|
|
}
|
|
|
|
|
@ -248,4 +253,12 @@ public class LoginUserVo {
|
|
|
|
|
public void setExpireCredit(Integer expireCredit) {
|
|
|
|
|
this.expireCredit = expireCredit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getDevicesNum() {
|
|
|
|
|
return devicesNum;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDevicesNum(Integer devicesNum) {
|
|
|
|
|
this.devicesNum = devicesNum;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|