🔄refactor: 优化流程

This commit is contained in:
yubaolee
2026-06-11 23:51:17 +08:00
parent 9aac53b3eb
commit cbb43f0011
6 changed files with 54 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
public struct FlowInstanceStatus
{
/// <summary>
/// 撤销、召回
/// 召回
/// </summary>
public const int Draft = -1;
/// <summary>