|
@@ -1,4 +1,5 @@
|
|
|
-using Hotline.Share.Dtos.FlowEngine;
|
|
|
+using Hotline.Share.Dtos.File;
|
|
|
+using Hotline.Share.Dtos.FlowEngine;
|
|
|
using Hotline.Share.Enums.Order;
|
|
|
using SqlSugar;
|
|
|
using System;
|
|
@@ -144,5 +145,8 @@ namespace Hotline.Orders
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDataType = "json", IsJson = true, IsNullable = true, ColumnDescription = "流程退回发起用户角色ID")]
|
|
|
public List<string> WorkflowRoleIds { get; set; }
|
|
|
+
|
|
|
+ [SugarColumn(ColumnDataType = "json", IsJson = true, IsNullable = true)]
|
|
|
+ public List<FileJson>? FileJson { get; set; }
|
|
|
}
|
|
|
}
|