zyf
2025-06-06 049fc9943d3baf55c64faf5fbd0e944c58c80a2b
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)