|
@@ -7,11 +7,11 @@ import com.wdkl.ncs.android.middleware.model.annotation.Id;
|
|
|
import com.wdkl.ncs.android.middleware.model.annotation.PrimaryKeyField;
|
|
|
import com.wdkl.ncs.android.middleware.model.annotation.Table;
|
|
|
|
|
|
+import java.io.Serializable;
|
|
|
+
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
-import java.io.Serializable;
|
|
|
-
|
|
|
@Table(name = "ncs_part_setting")
|
|
|
@ApiModel
|
|
|
@JsonNaming(value = PropertyNamingStrategy.SnakeCaseStrategy.class)
|
|
@@ -209,6 +209,92 @@ public class PartSettingDO implements Serializable {
|
|
|
private Integer transferDurationLeader;
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
+ * 分机通讯模式
|
|
|
+ */
|
|
|
+ @Column(name = "communication_mode_bed")
|
|
|
+ @ApiModelProperty(value = "分机通讯模式(分机通话模式:1-网络电话,2-移动电话,3-座机号)", required = true)
|
|
|
+ private Integer communicationModeBed;
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 护士主机通讯模式
|
|
|
+ */
|
|
|
+ @Column(name = "communication_mode_nurse")
|
|
|
+ @ApiModelProperty(value = "护士主机通讯模式(分机通话模式:1-网络电话,2-移动电话,3-座机号)", required = true)
|
|
|
+ private Integer communicationModeNurse;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 移动端(手机)通讯模式
|
|
|
+ */
|
|
|
+ @Column(name = "communication_mode_mobile")
|
|
|
+ @ApiModelProperty(value = "护士主机通讯模式(分机通话模式:1-网络电话,2-移动电话,3-座机号)", required = true)
|
|
|
+ private Integer communicationModeMobile;
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 分机自定义呼叫角色按钮1
|
|
|
+ */
|
|
|
+ @Column(name = "customize_role_call_first")
|
|
|
+ @ApiModelProperty(value = "分机自定义呼叫角色按钮1要呼叫的角色ID", required = true)
|
|
|
+ private Integer customizeRoleCallFirst;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 分机自定义呼叫角色按钮2
|
|
|
+ */
|
|
|
+ @Column(name = "customize_role_call_second")
|
|
|
+ @ApiModelProperty(value = "分机自定义呼叫角色按钮2要呼叫的角色ID", required = true)
|
|
|
+ private Integer customizeRoleCallSecond;
|
|
|
+
|
|
|
+ @Column(name = "doctor_title")
|
|
|
+ @ApiModelProperty(value = "模拟分机医生标题", required = true)
|
|
|
+ private String doctorTitle;
|
|
|
+
|
|
|
+ @Column(name = "doctor_valid")
|
|
|
+ @ApiModelProperty(value = "是否显示模拟分机医生标题", required = true)
|
|
|
+ private Integer doctorValid;
|
|
|
+
|
|
|
+ @Column(name = "nurse_title")
|
|
|
+ @ApiModelProperty(value = "模拟分机护士标题", required = true)
|
|
|
+ private String nurseTitle;
|
|
|
+
|
|
|
+ @Column(name = "nurse_valid")
|
|
|
+ @ApiModelProperty(value = "是否显示模拟分机护士标题", required = true)
|
|
|
+ private Integer nurseValid;
|
|
|
+ /**
|
|
|
+ * 门口机呼叫护士的标题
|
|
|
+ */ @Column(name = "door_nurse_title" )
|
|
|
+ @ApiModelProperty(value="门口机呼叫护士的标题",required=false)
|
|
|
+ private String doorNurseTitle;
|
|
|
+ /**
|
|
|
+ * 是否显示门口机呼叫护士的标题
|
|
|
+ */ @Column(name = "door_nurse_valid" )
|
|
|
+ @ApiModelProperty(value="是否显示门口机呼叫护士的标题",required=false)
|
|
|
+ private Integer doorNurseValid;
|
|
|
+ /**
|
|
|
+ * 门口机进入护理的标题
|
|
|
+ */ @Column(name = "door_nursing_title" )
|
|
|
+ @ApiModelProperty(value="门口机进入护理的标题",required=false)
|
|
|
+ private String doorNursingTitle;
|
|
|
+ /**
|
|
|
+ * 是否显示进入护理的标题
|
|
|
+ */ @Column(name = "door_nursing_valid" )
|
|
|
+ @ApiModelProperty(value="是否显示进入护理的标题",required=false)
|
|
|
+ private Integer doorNursingValid;
|
|
|
+
|
|
|
+ @Column(name = "up_seconds")
|
|
|
+ @ApiModelProperty(value = "腕表上传定位时间间隔", required = true)
|
|
|
+ private Integer upSeconds;
|
|
|
+
|
|
|
+ @Column(name = "auto_accept")
|
|
|
+ @ApiModelProperty(value = "分机是否自动接听,0就是不开启,1就是开启", required = true)
|
|
|
+ private Integer autoAccept;
|
|
|
+
|
|
|
+ @Column(name = "board_show_empty_bed")
|
|
|
+ @ApiModelProperty(value = "信息看板显示空床位", required = true)
|
|
|
+ private Boolean boardShowEmptyBed;
|
|
|
+
|
|
|
+
|
|
|
@PrimaryKeyField
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
@@ -463,4 +549,132 @@ public class PartSettingDO implements Serializable {
|
|
|
public void setTransferDurationLeader(Integer transferDurationLeader) {
|
|
|
this.transferDurationLeader = transferDurationLeader;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer getCommunicationModeBed() {
|
|
|
+ return communicationModeBed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCommunicationModeBed(Integer communicationModeBed) {
|
|
|
+ this.communicationModeBed = communicationModeBed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCommunicationModeNurse() {
|
|
|
+ return communicationModeNurse;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCommunicationModeNurse(Integer communicationModeNurse) {
|
|
|
+ this.communicationModeNurse = communicationModeNurse;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCommunicationModeMobile() {
|
|
|
+ return communicationModeMobile;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCommunicationModeMobile(Integer communicationModeMobile) {
|
|
|
+ this.communicationModeMobile = communicationModeMobile;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCustomizeRoleCallFirst() {
|
|
|
+ return customizeRoleCallFirst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeRoleCallFirst(Integer customizeRoleCallFirst) {
|
|
|
+ this.customizeRoleCallFirst = customizeRoleCallFirst;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCustomizeRoleCallSecond() {
|
|
|
+ return customizeRoleCallSecond;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomizeRoleCallSecond(Integer customizeRoleCallSecond) {
|
|
|
+ this.customizeRoleCallSecond = customizeRoleCallSecond;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDoctorTitle() {
|
|
|
+ return doctorTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoctorTitle(String doctorTitle) {
|
|
|
+ this.doctorTitle = doctorTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getDoctorValid() {
|
|
|
+ return doctorValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoctorValid(Integer doctorValid) {
|
|
|
+ this.doctorValid = doctorValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getNurseTitle() {
|
|
|
+ return nurseTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNurseTitle(String nurseTitle) {
|
|
|
+ this.nurseTitle = nurseTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getNurseValid() {
|
|
|
+ return nurseValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNurseValid(Integer nurseValid) {
|
|
|
+ this.nurseValid = nurseValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDoorNurseTitle() {
|
|
|
+ return doorNurseTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoorNurseTitle(String doorNurseTitle) {
|
|
|
+ this.doorNurseTitle = doorNurseTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getDoorNurseValid() {
|
|
|
+ return doorNurseValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoorNurseValid(Integer doorNurseValid) {
|
|
|
+ this.doorNurseValid = doorNurseValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDoorNursingTitle() {
|
|
|
+ return doorNursingTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoorNursingTitle(String doorNursingTitle) {
|
|
|
+ this.doorNursingTitle = doorNursingTitle;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getDoorNursingValid() {
|
|
|
+ return doorNursingValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDoorNursingValid(Integer doorNursingValid) {
|
|
|
+ this.doorNursingValid = doorNursingValid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getUpSeconds() {
|
|
|
+ return upSeconds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUpSeconds(Integer upSeconds) {
|
|
|
+ this.upSeconds = upSeconds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getAutoAccept() {
|
|
|
+ return autoAccept;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAutoAccept(Integer autoAccept) {
|
|
|
+ this.autoAccept = autoAccept;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getBoardShowEmptyBed() {
|
|
|
+ return boardShowEmptyBed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBoardShowEmptyBed(Boolean boardShowEmptyBed) {
|
|
|
+ this.boardShowEmptyBed = boardShowEmptyBed;
|
|
|
+ }
|
|
|
}
|