|
@@ -4,6 +4,7 @@ using System.Linq;
|
|
|
using System.Text;
|
|
|
using System.Threading.Tasks;
|
|
|
using Hotline.FlowEngine.Workflows;
|
|
|
+using Hotline.Share.Dtos;
|
|
|
using Hotline.Share.Enums.Settings;
|
|
|
using SqlSugar;
|
|
|
using XF.Domain.Repository;
|
|
@@ -24,6 +25,9 @@ namespace Hotline.Orders
|
|
|
public string NextStepCode { get; set; } = string.Empty;
|
|
|
public string NextStepName { get; set; } = string.Empty;
|
|
|
|
|
|
+ [SugarColumn(ColumnDataType = "json", IsJson = true, IsNullable = true)]
|
|
|
+ public List<Kv> NextHandlers { get; set; }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 特提原因
|
|
|
/// </summary>
|