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