11
啊鑫
2025-07-07 e510dff710e6471b3c33368e6532fb8a6d5c8113
MES.Service/util/ResponseResult.cs
@@ -15,7 +15,7 @@
    //返回的数据
    public object data { get; set; }
    public int TotalCount  { get; set; } = 0;
    public int TotalCount { get; set; } = 0;
    //失败的返回结果
    public static ResponseResult ResponseError(Exception e)