服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-25 86e8080c8c44aad510d0f6a9ccfa37e3a18fc552
Tiger.IBusiness/Common/IStep.cs
@@ -62,6 +62,8 @@
    public enum StepStatus
    {
        [Description("禁用")]
        InActive,
        [Description("正常")]
        Normal,
        [Description("成功")]