fly há 1 ano atrás
pai
commit
d11d90642a

+ 1 - 1
src/LiveConsultation/ILiveConsultationService.cs

@@ -425,7 +425,7 @@ namespace WingInterfaceLibrary.LiveConsultation
         /// 急诊申请
         /// </summary>
         ///  <param name="request">The request</param>
-        /// <errorCodes>EmergencyDoctorsIsEmpty,DeviceCodeIsEmpty,ExportCodeIsEmpty,ExpertNotExisted,EmergencyDeviceNotExisted,DeviceNotOnline,EmergencyCodeError</errorCodes>
+        /// <errorCodes>EmergencyDoctorsIsEmpty,DeviceCodeIsEmpty,ExportCodeIsEmpty,ExpertNotExisted,ExpertNotOnline,EmergencyDeviceNotExisted,DeviceNotOnline,EmergencyCodeError</errorCodes>
         Task<string> ApplyEmergencyTreatment(ApplyEmergencyTreatmentRequest request);
 
         /// <summary>

+ 7 - 1
src/Request/DBCopy/RemedicalRequest.cs

@@ -73,6 +73,12 @@ namespace WingInterfaceLibrary.Request.DBCopy
         /// </summary>
         /// <value></value>
         public string Creator { get; set; }
+
+        /// <summary>
+        /// IsDelete
+        /// </summary>
+        /// <value></value>
+        public bool IsDelete { get; set; }
     }
 
     /// <summary>
@@ -206,7 +212,7 @@ namespace WingInterfaceLibrary.Request.DBCopy
     public class SyncBatchCarotidResultRequest
     {
         public SyncDBEnum SyncType { get; set; } = SyncDBEnum.Migrate;
-        
+
         /// <summary>
         /// 颈动脉AI数据
         /// </summary>