服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-07-14 1bcccbe20fc973961418663de789b513784f490c
Tiger.Business.MES/WorkAction/IPQC.cs
@@ -35,8 +35,8 @@
            var action = new ApiAction<SubmitOutput>();
            action.LocaleMsg = new($"请按测试项提交测试数据");
            //action.LocaleMsg = new("MES.WorkAction.IPQC.PleaseTest");
            //action.LocaleMsg = new($"请按测试项提交测试数据");
            action.LocaleMsg = new("MES.WorkAction.IPQC.PleaseTest");
            return action;
        }
        /// <summary>