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