🔄refactor: 使用OpenIddict 重构Identity

This commit is contained in:
yubaolee
2026-06-25 23:42:43 +08:00
parent 7a34fa7c51
commit 5e6ca18770
42 changed files with 697 additions and 2074 deletions

View File

@@ -6,7 +6,7 @@
public struct FlowInstanceStatus
{
/// <summary>
/// 召回
/// 召回/草稿状态
/// </summary>
public const int Draft = -1;
/// <summary>