xwt
2025-08-16 823e5cae379ee1a259f79060ca0015d381c61f79
StandardInterface/MES.Service/util/ResponseResult.cs
@@ -17,6 +17,7 @@
    public int TotalCount { get; set; } = 0;
    //失败的返回结果
    public static ResponseResult ResponseError(Exception e)
    {