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