|
|
@@ -77,9 +77,14 @@ namespace Model
|
|
|
/// 流程配置数据
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDescription = "流程配置数据", Length = 255, ColumnName = "project_set_data")]
|
|
|
- public string? projectSetData { get; set; }
|
|
|
+ public List<LogicProjectProcess>? projectSetData { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
+ }
|
|
|
+
|
|
|
+ public class LogicProjectProcess
|
|
|
+ {
|
|
|
+
|
|
|
}
|
|
|
}
|