Explorar el Código

Merge branch 'feature_batchoutcall_dss' of Fengwo/hotline into dev

dengshengshuang hace 10 meses
padre
commit
9e8560895a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Hotline/Ai/CallOut/CallOutTemplate.cs

+ 1 - 0
src/Hotline/Ai/CallOut/CallOutTemplate.cs

@@ -10,6 +10,7 @@ namespace Hotline.Ai.CallOut
 
         public bool IsEnable { get; set; }
 
+        [SugarColumn(ColumnDataType = "varchar(2000)")]
         public string TemplateContent { get; set; }
 
         [Navigate(NavigateType.OneToMany, nameof(CallOutTask.CallOutTemplateId))]