kyy
2025-07-28 8d61d737d019d79e123c4d1da3cce11da6e87c45
MES.Service/util/ResponseResult.cs
@@ -14,9 +14,10 @@
    //返回的数据
    public object data { get; set; }
    public int TotalCount { get; set; } = 0;
    //失败的返回结果
    public static ResponseResult ResponseError(Exception e)
    {