From 2c86a8bd60deed0dd0e044bad6fb83f75d19a332 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 26 十月 2025 15:05:50 +0800
Subject: [PATCH] Merge branch 'feature-task'
---
ruoyi-system/src/main/java/com/ruoyi/system/domain/SysTaskEmergency.java | 456 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 456 insertions(+), 0 deletions(-)
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysTaskEmergency.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysTaskEmergency.java
new file mode 100644
index 0000000..05c00d7
--- /dev/null
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysTaskEmergency.java
@@ -0,0 +1,456 @@
+package com.ruoyi.system.domain;
+
+import java.math.BigDecimal;
+import com.ruoyi.common.core.domain.BaseEntity;
+
+/**
+ * 鎬ユ晳杞繍浠诲姟鎵╁睍淇℃伅瀵硅薄 sys_task_emergency
+ *
+ * @author ruoyi
+ * @date 2024-01-16
+ */
+public class SysTaskEmergency extends BaseEntity {
+ private static final long serialVersionUID = 1L;
+
+ /** 涓婚敭ID */
+ private Long id;
+
+ /** 浠诲姟ID */
+ private Long taskId;
+
+ /** 鎮h�呰仈绯讳汉 */
+ private String patientContact;
+
+ /** 鎮h�呰仈绯荤數璇� */
+ private String patientPhone;
+
+ /** 鎮h�呭鍚� */
+ private String patientName;
+
+ /** 鎮h�呮�у埆 */
+ private String patientGender;
+
+ /** 鎮h�呰韩浠借瘉鍙� */
+ private String patientIdCard;
+
+ /** 鎮h�呯梾鎯呮弿杩� */
+ private String patientCondition;
+
+ /** 杞嚭鍖婚櫌鍚嶇О */
+ private String hospitalOutName;
+
+ /** 杞嚭鍖婚櫌ID锛堝叧鑱攈osp_data琛ㄧ殑HospID锛� */
+ private Long hospitalOutId;
+
+ /** 杞嚭鍖婚櫌绉戝 */
+ private String hospitalOutDepartment;
+
+ /** 杞嚭鍖婚櫌绉戝ID锛堝搴擲QL Server dictionary琛ㄧ殑vID锛� */
+ private String hospitalOutDepartmentId;
+
+ /** 杞嚭鍖婚櫌搴婂彿 */
+ private String hospitalOutBedNumber;
+
+ /** 杞嚭鍖婚櫌鍦板潃 */
+ private String hospitalOutAddress;
+
+ /** 杞嚭鍖婚櫌缁忓害 */
+ private BigDecimal hospitalOutLongitude;
+
+ /** 杞嚭鍖婚櫌绾害 */
+ private BigDecimal hospitalOutLatitude;
+
+ /** 杞叆鍖婚櫌鍚嶇О */
+ private String hospitalInName;
+
+ /** 杞叆鍖婚櫌ID锛堝叧鑱攈osp_data琛ㄧ殑HospID锛� */
+ private Long hospitalInId;
+
+ /** 杞叆鍖婚櫌绉戝 */
+ private String hospitalInDepartment;
+
+ /** 杞叆鍖婚櫌绉戝ID锛堝搴擲QL Server dictionary琛ㄧ殑vID锛� */
+ private String hospitalInDepartmentId;
+
+ /** 杞叆鍖婚櫌搴婂彿 */
+ private String hospitalInBedNumber;
+
+ /** 杞叆鍖婚櫌鍦板潃 */
+ private String hospitalInAddress;
+
+ /** 杞叆鍖婚櫌缁忓害 */
+ private BigDecimal hospitalInLongitude;
+
+ /** 杞叆鍖婚櫌绾害 */
+ private BigDecimal hospitalInLatitude;
+
+ /** 杞繍鍏噷鏁� */
+ private BigDecimal transferDistance;
+
+ /** 鎴愪氦浠� */
+ private BigDecimal transferPrice;
+
+ /** 涔樺鑱旂郴浜�(绂忕杞�) */
+ private String passengerContact;
+
+ /** 涔樺鑱旂郴鐢佃瘽(绂忕杞�) */
+ private String passengerPhone;
+
+ /** 鐥呮儏ID鍒楄〃锛圛CD-10鐤剧梾ID鍒楄〃锛岄�楀彿鍒嗛殧锛岀敤浜庡悓姝ヨ皟搴﹀崟鐨凮rdICD_ID鍙傛暟锛� */
+ private String diseaseIds;
+
+ /** 鍗曟嵁绫诲瀷ID锛堝搴擲QL Server鐨刣ictionary琛╲ID锛� */
+ private String documentTypeId;
+
+ /** 浠诲姟绫诲瀷ID锛堝搴擲QL Server鐨刣ictionary琛╲ID锛� */
+ private String taskTypeId;
+
+ /** 鏃х郴缁烻erviceOrdID */
+ private Long legacyServiceOrdId;
+
+ /** 鏃х郴缁烡ispatchOrdID */
+ private Long legacyDispatchOrdId;
+
+ /** 鍚屾鐘舵�侊細0-鏈悓姝ワ紝1-鍚屾涓紝2-鍚屾鎴愬姛锛�3-鍚屾澶辫触 */
+ private Integer syncStatus;
+
+ /** 鍚屾鏃堕棿 */
+ private java.util.Date syncTime;
+
+ /** 鍚屾閿欒淇℃伅 */
+ private String syncErrorMsg;
+
+ /** 璋冨害鍗曞悓姝ョ姸鎬侊細0-鏈悓姝ワ紝1-鍚屾涓紝2-鍚屾鎴愬姛锛�3-鍚屾澶辫触 */
+ private Integer dispatchSyncStatus;
+
+ /** 璋冨害鍗曞悓姝ユ椂闂� */
+ private java.util.Date dispatchSyncTime;
+
+ /** 璋冨害鍗曞悓姝ラ敊璇俊鎭� */
+ private String dispatchSyncErrorMsg;
+
+ public Long getId() {
+ return id;
+ }
+
+ public void setId(Long id) {
+ this.id = id;
+ }
+
+ public Long getTaskId() {
+ return taskId;
+ }
+
+ public void setTaskId(Long taskId) {
+ this.taskId = taskId;
+ }
+
+ public String getPatientContact() {
+ return patientContact;
+ }
+
+ public void setPatientContact(String patientContact) {
+ this.patientContact = patientContact;
+ }
+
+ public String getPatientPhone() {
+ return patientPhone;
+ }
+
+ public void setPatientPhone(String patientPhone) {
+ this.patientPhone = patientPhone;
+ }
+
+ public String getPatientName() {
+ return patientName;
+ }
+
+ public void setPatientName(String patientName) {
+ this.patientName = patientName;
+ }
+
+ public String getPatientGender() {
+ return patientGender;
+ }
+
+ public void setPatientGender(String patientGender) {
+ this.patientGender = patientGender;
+ }
+
+ public String getPatientIdCard() {
+ return patientIdCard;
+ }
+
+ public void setPatientIdCard(String patientIdCard) {
+ this.patientIdCard = patientIdCard;
+ }
+
+ public String getPatientCondition() {
+ return patientCondition;
+ }
+
+ public void setPatientCondition(String patientCondition) {
+ this.patientCondition = patientCondition;
+ }
+
+ public String getHospitalOutName() {
+ return hospitalOutName;
+ }
+
+ public void setHospitalOutName(String hospitalOutName) {
+ this.hospitalOutName = hospitalOutName;
+ }
+
+ public Long getHospitalOutId() {
+ return hospitalOutId;
+ }
+
+ public void setHospitalOutId(Long hospitalOutId) {
+ this.hospitalOutId = hospitalOutId;
+ }
+
+ public String getHospitalOutDepartment() {
+ return hospitalOutDepartment;
+ }
+
+ public void setHospitalOutDepartment(String hospitalOutDepartment) {
+ this.hospitalOutDepartment = hospitalOutDepartment;
+ }
+
+ public String getHospitalOutDepartmentId() {
+ return hospitalOutDepartmentId;
+ }
+
+ public void setHospitalOutDepartmentId(String hospitalOutDepartmentId) {
+ this.hospitalOutDepartmentId = hospitalOutDepartmentId;
+ }
+
+ public String getHospitalOutBedNumber() {
+ return hospitalOutBedNumber;
+ }
+
+ public void setHospitalOutBedNumber(String hospitalOutBedNumber) {
+ this.hospitalOutBedNumber = hospitalOutBedNumber;
+ }
+
+ public String getHospitalOutAddress() {
+ return hospitalOutAddress;
+ }
+
+ public void setHospitalOutAddress(String hospitalOutAddress) {
+ this.hospitalOutAddress = hospitalOutAddress;
+ }
+
+ public BigDecimal getHospitalOutLongitude() {
+ return hospitalOutLongitude;
+ }
+
+ public void setHospitalOutLongitude(BigDecimal hospitalOutLongitude) {
+ this.hospitalOutLongitude = hospitalOutLongitude;
+ }
+
+ public BigDecimal getHospitalOutLatitude() {
+ return hospitalOutLatitude;
+ }
+
+ public void setHospitalOutLatitude(BigDecimal hospitalOutLatitude) {
+ this.hospitalOutLatitude = hospitalOutLatitude;
+ }
+
+ public String getHospitalInName() {
+ return hospitalInName;
+ }
+
+ public void setHospitalInName(String hospitalInName) {
+ this.hospitalInName = hospitalInName;
+ }
+
+ public Long getHospitalInId() {
+ return hospitalInId;
+ }
+
+ public void setHospitalInId(Long hospitalInId) {
+ this.hospitalInId = hospitalInId;
+ }
+
+ public String getHospitalInDepartment() {
+ return hospitalInDepartment;
+ }
+
+ public void setHospitalInDepartment(String hospitalInDepartment) {
+ this.hospitalInDepartment = hospitalInDepartment;
+ }
+
+ public String getHospitalInDepartmentId() {
+ return hospitalInDepartmentId;
+ }
+
+ public void setHospitalInDepartmentId(String hospitalInDepartmentId) {
+ this.hospitalInDepartmentId = hospitalInDepartmentId;
+ }
+
+ public String getHospitalInBedNumber() {
+ return hospitalInBedNumber;
+ }
+
+ public void setHospitalInBedNumber(String hospitalInBedNumber) {
+ this.hospitalInBedNumber = hospitalInBedNumber;
+ }
+
+ public String getHospitalInAddress() {
+ return hospitalInAddress;
+ }
+
+ public void setHospitalInAddress(String hospitalInAddress) {
+ this.hospitalInAddress = hospitalInAddress;
+ }
+
+ public BigDecimal getHospitalInLongitude() {
+ return hospitalInLongitude;
+ }
+
+ public void setHospitalInLongitude(BigDecimal hospitalInLongitude) {
+ this.hospitalInLongitude = hospitalInLongitude;
+ }
+
+ public BigDecimal getHospitalInLatitude() {
+ return hospitalInLatitude;
+ }
+
+ public void setHospitalInLatitude(BigDecimal hospitalInLatitude) {
+ this.hospitalInLatitude = hospitalInLatitude;
+ }
+
+ public BigDecimal getTransferDistance() {
+ return transferDistance;
+ }
+
+ public void setTransferDistance(BigDecimal transferDistance) {
+ this.transferDistance = transferDistance;
+ }
+
+ public BigDecimal getTransferPrice() {
+ return transferPrice;
+ }
+
+ public void setTransferPrice(BigDecimal transferPrice) {
+ this.transferPrice = transferPrice;
+ }
+
+ public String getPassengerContact() {
+ return passengerContact;
+ }
+
+ public void setPassengerContact(String passengerContact) {
+ this.passengerContact = passengerContact;
+ }
+
+ public String getPassengerPhone() {
+ return passengerPhone;
+ }
+
+ public void setPassengerPhone(String passengerPhone) {
+ this.passengerPhone = passengerPhone;
+ }
+
+ public String getDiseaseIds() {
+ return diseaseIds;
+ }
+
+ public void setDiseaseIds(String diseaseIds) {
+ this.diseaseIds = diseaseIds;
+ }
+
+ public String getDocumentTypeId() {
+ return documentTypeId;
+ }
+
+ public void setDocumentTypeId(String documentTypeId) {
+ this.documentTypeId = documentTypeId;
+ }
+
+ public String getTaskTypeId() {
+ return taskTypeId;
+ }
+
+ public void setTaskTypeId(String taskTypeId) {
+ this.taskTypeId = taskTypeId;
+ }
+
+ public Long getLegacyServiceOrdId() {
+ return legacyServiceOrdId;
+ }
+
+ public void setLegacyServiceOrdId(Long legacyServiceOrdId) {
+ this.legacyServiceOrdId = legacyServiceOrdId;
+ }
+
+ public Long getLegacyDispatchOrdId() {
+ return legacyDispatchOrdId;
+ }
+
+ public void setLegacyDispatchOrdId(Long legacyDispatchOrdId) {
+ this.legacyDispatchOrdId = legacyDispatchOrdId;
+ }
+
+ public Integer getSyncStatus() {
+ return syncStatus;
+ }
+
+ public void setSyncStatus(Integer syncStatus) {
+ this.syncStatus = syncStatus;
+ }
+
+ public java.util.Date getSyncTime() {
+ return syncTime;
+ }
+
+ public void setSyncTime(java.util.Date syncTime) {
+ this.syncTime = syncTime;
+ }
+
+ public String getSyncErrorMsg() {
+ return syncErrorMsg;
+ }
+
+ public void setSyncErrorMsg(String syncErrorMsg) {
+ this.syncErrorMsg = syncErrorMsg;
+ }
+
+ public Integer getDispatchSyncStatus() {
+ return dispatchSyncStatus;
+ }
+
+ public void setDispatchSyncStatus(Integer dispatchSyncStatus) {
+ this.dispatchSyncStatus = dispatchSyncStatus;
+ }
+
+ public java.util.Date getDispatchSyncTime() {
+ return dispatchSyncTime;
+ }
+
+ public void setDispatchSyncTime(java.util.Date dispatchSyncTime) {
+ this.dispatchSyncTime = dispatchSyncTime;
+ }
+
+ public String getDispatchSyncErrorMsg() {
+ return dispatchSyncErrorMsg;
+ }
+
+ public void setDispatchSyncErrorMsg(String dispatchSyncErrorMsg) {
+ this.dispatchSyncErrorMsg = dispatchSyncErrorMsg;
+ }
+
+ @Override
+ public String toString() {
+ return "SysTaskEmergency{" +
+ "id=" + id +
+ ", taskId=" + taskId +
+ ", patientName='" + patientName + '\'' +
+ ", hospitalOutName='" + hospitalOutName + '\'' +
+ ", hospitalInName='" + hospitalInName + '\'' +
+ ", transferDistance=" + transferDistance +
+ ", transferPrice=" + transferPrice +
+ '}';
+ }
+}
--
Gitblit v1.9.1