|
|
|
|
@ -33,6 +33,11 @@ public class WxNursingLog extends BaseEntity {
|
|
|
|
|
*/
|
|
|
|
|
private String instrumentName;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 仪器:1、普通仪器 2、iot仪器
|
|
|
|
|
*/
|
|
|
|
|
private Integer instrumentType;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 是否在线,1在线,2离线
|
|
|
|
|
*/
|
|
|
|
|
@ -161,4 +166,12 @@ public class WxNursingLog extends BaseEntity {
|
|
|
|
|
public void setModeImage(String modeImage) {
|
|
|
|
|
this.modeImage = modeImage;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getInstrumentType() {
|
|
|
|
|
return instrumentType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setInstrumentType(Integer instrumentType) {
|
|
|
|
|
this.instrumentType = instrumentType;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|