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